Sometimes there are instances where you need to debug a live web site without displaying HTTP Status code. Where you can’t create pages where you put notices like “Site Under Maintenance” or those animated GIF’s of a construction worker drilling the road. Those moments where you are itching to parse series of server-side scripts which [...]

posted on October 12, 2010 04:49 AM by Jhoy Imperial

CSS Maker is a free tool to experiment with CSS properties and values and generate a simple stylesheet for your site. It helps you create css scripts fast and easy.

posted on September 28, 2010 13:03 PM by Jhoy Imperial

Yey! Finally, I was able to change the site’s theme Have a lot of new articles in mind. I’ll be posting them soon. Thanks for dropping by

posted on September 21, 2010 06:37 AM by Jhoy Imperial

Speed up the loading of your site by caching web site files like images, CSS and javascript files. First time visitors of your site will gonna be making several HTTP requests. The more HTTP requests, the slower your site will load.

posted on August 05, 2010 17:41 PM by Jhoy Imperial

A hash is a non-reversible fixed length string typically used to encrypt important data like your passwords to your database. MD5 and Sha1 are the most-commonly used hash algorithms used for securing data. But as most developers know, there are already applications that could decrypt these hashes. Thus, we add ‘seeds’ or random strings to [...]

posted on June 07, 2010 06:06 AM by Jhoy Imperial

An Invitation In partnership with Microsoft Philippines, PHP User Group Philippines presents PHP Developers Summit 2010. We are inviting you to come and join us in this gathering of the country’s best tech-talents, professionals and web developers promoting the use of PHP and open source solutions in the enterprise and schools. Free flowing coffee with [...]

posted on January 12, 2010 23:08 PM by Jhoy Imperial

This article will show you how to create a simple star rating functionality using jQuery. All values will be stored in our $_SESSION variables. I have set the limit of number of votes to 20. In our demo, when you have reached the total number votes, just clear your cookies in order to use the [...]

posted on November 12, 2009 02:47 AM by Jhoy Imperial

Dynamically populate a select dropdown box using jQuery

posted on September 16, 2009 05:46 AM by Jhoy Imperial

In this article, I will demonstrate to you a simple code to retrieve post and receive data using AJAX in jQuery. What does this sample do? We would send a sample text via $_POST to our remote response file. Our remote url file would then generate a table with a random number of rows and [...]

posted on September 03, 2009 05:15 AM by Jhoy Imperial

Here is a simple code onĀ  how you could customize your tooltips using jQuery. The idea here is to use the <label> tag as the custom tooltip for our links. The id of our <a> is the same value as the “for” attribute of the <label> tag. In this way, we have created a relationship [...]

posted on August 21, 2009 21:28 PM by Jhoy Imperial


Recent Tweets

 

Email us at support@codingcereal.com

Copyright 2009 - 2013 © www.codingcereal.com