In order to create a strong password that is hard to guess or be cracked/hacked, there are some rules and recommendations you should always follow. Continue reading
In order to create a strong password that is hard to guess or be cracked/hacked, there are some rules and recommendations you should always follow. Continue reading
For each YouTube video, there are multiple thumbnail image URL formats that we can display/get manually. Or we can program to download thumbnail image from your uploaded video and show them in your own gallery. Continue reading
Grouping related options in a drop down list is a easiest way to display a group of parent categories and child categories in a drop down list. And all parent categories (group headers) will be Bold. Continue reading
I’ve just used a free software called Ycopy to copy whole a hard drive over 100 GB to a back up drive over the network just in one night. Then it reported to me a list of files in specified folder that couldn’t be copied. Continue reading
The success of your internet marketing promotion initiatives undoubtedly depends on the strategy you use for the purpose. Internet exhibits dynamism and continues to throw up new challenges at you while providing more platforms for promotion at the same time. A combination of these avenues can give you access to your target audience via multiple platforms. This gives you an opportunity to reach out to your audience through a parallel campaign on different platforms which increases the chances of your success as your efforts are not dependent on favorable results on just one platform. This also nullifies the effect of an unimpressive course of action on one social networking platform. Here is how you can go about building a successful internet marketing campaign. Continue reading
Below are simple examples how to use MD5 and SHA1 algorithm to encrypt a particular string. And provide a list of common encrypted string by using MD5 and SHA1 function. Continue reading
It is, indeed, ironical; it took the Internet Giant almost five years to extend its services to a space that so far has been dominated only by startups like Dropbox and Box. What appears to be a very late attempt, Google has finally forayed into the online storage wars that basically run on a concept called as Cloud Computing, allowing users to store all kinds of digital data onto a centralized data server that could be used to access the data from practically anywhere through PCs, Tablets or even Smartphones. Continue reading
This article shows How to retrieve and display the most popular posts by total comments on your WordPress template. A PHP function below will use the get_results function to run a SQL query to the WordPress posts table to get the top posts with highest comments. Continue reading
If you site’s running on both HTTP and HTTPS, we will need to determine whether the HTTP protocol for the requested page is either secure (HTTPS) or standard (HTTP) to load/write the appropriate external assets files or handle process correspondingly. Continue reading
This article shows SQL statements that encrypt an input string by using MD5/SHA/SHA1 algorithm. And you should play with these SQL statements in the Microsoft SQL Server Management Studio (New Query) to see the results. Continue reading