Maybe you’re noticed that iOS update to version 5.1 which contains improvements and bug fixes since the new iPad (iPad 3) has been released. And this tutorial describes How to download and install iOS 5.1 on iPhone 4s. Continue reading
Maybe you’re noticed that iOS update to version 5.1 which contains improvements and bug fixes since the new iPad (iPad 3) has been released. And this tutorial describes How to download and install iOS 5.1 on iPhone 4s. Continue reading
In order for Flash and other client-side technologies be able to submit cross domain, we need to place a file called crossdomain.xml in the website root. And below is an example of crossdomain.xml Continue reading
There is a Freeware Dashboard Widgets for Mac OS called HostsWidget that helps to add/edit IP and domains easily. Continue reading
This is just a function written in ASP.NET (C#) that validates an input date (with format dd-MM-yyyy) to see if it’s valid. An message will be displayed for each case to indicate the result. Continue reading
This article gives a piece of JavaScript code to validate entered date (birthday for example) which is entered by a user. When the user enters an invalid date, such as abcdef, 99/99/9999 or 02/29/2011, a JavaScript popup appears with the validation message. Continue reading
This article describes How to check Processer and Memory in your MacBook. This can determine how powerful your MacBook. For advanced user, you can also check all about the Hardware (Graphics/Displays, Hard Drive), Network, etc. Continue reading
In case a particular process takes long time to respond, consume lot of memory and CPU power that slow down your Mac or even be hand, you will need to stop that process immediately to free up the memory and release your Mac. Continue reading
In Mac machine/laptop, there is a tool/utility called Activity Monitor that is similar with Task Manager in Windows. We can use this tool to know which processes are running and amount of Memory and CPU they are consuming. Continue reading
In Mac machines/laptops, there is a convenience way to capture screen shot (entire desktop/full screen, selection/portion of screen/area or open window). You can either save it as a file on the desktop or save it to the clipboard and be able to paste into another program such as: Microsoft Word, Microsoft PowerPoint, Microsoft Entourage, etc. Continue reading
There is a PHP library called phpseclib that helps to SSH to a remote server and execute command. We can also get the output and display on the screen. Continue reading