Tag Archives: Windows 7

Windows 7 OS

Network and Windows – ipconfig command.

This is a short tutorial about the ipconfig command. This command works with Windows operating system: Windows 10, Windows 8 and some old versions. You can read all about this command from here. Let’s start with the basics: – to read short info about your network, just use this:

– to see more info… Read More »

Firebug tool – part 001.

This tool helps you to see and change online your webpage. You can download it from the firebug tool. The official site tells us about the most popular and powerful web development tool: Inspect HTML and modify style and layout in real-time Use the most advanced JavaScript debugger available for any browser Accurately analyze network… Read More »

Windows 10 – replace cmd with powershell.

1. Why PowerShell? – since Windows 7 we have a new command-line environment in Windows named PowerShell; – is a much more powerful command-line shell; – the scripting language is more good than the Command Prompt; – is more complicated than the traditional Command Prompt; – uses different commands, known as cmdlets in PowerShell; –… Read More »

Android no title application .

Using this example will change the title of android application to don’t show us the title. You need to set some features: This will be the result of the example: This it’s the new and only changes of  MyClock.java.

Also, If you got some errors about build tools over your project, then you need… Read More »

Android transparent background.

This is the result of my application. This android application can be updated with your features when you need to see the background. For example a simple clock or something else. First, you need to create one default android project. This will make all your files to working like one simple android application. Now the… Read More »