This article describes steps to enable Passcode for those who like it and steps to disable Passcode for those who don’t like it in iPhone 4s. Continue reading
This article describes steps to enable Passcode for those who like it and steps to disable Passcode for those who don’t like it in iPhone 4s. Continue reading
This is just a C# function that validate an email address to see whether it is a valid email format. The function uses Regular Expression to validate input email and an example in an ASP.net page will also be provided. Continue reading
Google PageRank is an important factor in order to determine a particular website URL is popular or not. As I can’t check website PageRank with Google Toolbar any more so I have to find another way to get it. By … Continue reading
This is just a C# function that validate an internet URL to see whether it is a valid URL format. The function uses Regular Expression to validate input URL and an example in an ASP.net page will also be provided. Continue reading
This article simply describes How to change Email Signature In Mozilla Thuderbird, a free email application similar to Microsoft Outlook. Continue reading
PHP has a function call mime_content_type (string $filename) that detect mime type (content type) of a particular file. This function is extremely useful when we try to download a file from an online URL or we don’t know exactly what extension/mime type of the file is. Continue reading
This article describes steps on How to change default home page for Google Chrome, Firefox, Internet Explorer (IE) And Safari. Continue reading
I used to use Google Toolbar in order to check Google PageRank of web page I like but this way doesn’t work any more since I’ve upgraded Firefox to a higher version. And I can’t find any official API from Google that mention about getting Google PageRank. Continue reading
This is just a simple PHP function that verify a input string to see if it’s a valid URL with right format or not. It uses regex expression to match. Continue reading
This article simply shows How to Disable Auto Save Password or in other words, we can call Turn Off Form Auto-completion. This feature is a convenience way for almost users to avoid remembering their passwords all the time. Continue reading