Snippet Code To Make Automatic Live URL With JQuery
Sometimes if you are a blog or forum owner you need to make all your text (in URL format) turn into a live URL (clickable) to…
// TAG · 59 POSTS · DOWNLOADS
Sometimes if you are a blog or forum owner you need to make all your text (in URL format) turn into a live URL (clickable) to…
Testing is one of the common tasks for a programmer. In every development phase, testing needs to be done before moving to the next phase. There…
Update: The obfuscator download is not active anymore. You may need to obfuscate your PHP code for security or licensing reasons, so other third parties cannot…
Greasemonkey is a Mozilla Firefox extension that allows users to install scripts that make on-the-fly changes to HTML web page content on the DOMContentLoaded event, which…
Sometimes a software or web developer, web administrator, or server admin gets stuck with the problem they are facing and needs help from an expert. So…
Memcached is a free & open source, high-performance, distributed memory object caching system, intended for use in speeding up dynamic web applications by alleviating database load.…
Everybody loves free things. Including me. Here is the compiled list of free programming books and tutorials available for you to download. And once again it…
WordPress is a free and open source CMS for blogging (which is suitable, via add-ons, for e-commerce use). And besides blogging, WordPress has the advantage of…
Sometimes your MySQL database data is corrupted. Usually it is not properly closed when querying the database, because of high server load or the MySQL server…