Category "Tutorials"

How to remove user’s ability to view their wordpress account page

posted on July 18, 2012 09:17 AM by Jhoy Imperial

A simple implementation of a slideshow using jQuery Cycle Plugin with navigation.

posted on March 21, 2011 19:06 PM by Jhoy Imperial

This is a simple implementation of a tab switcher using jQuery jQuery Readings addClass() removeClass() hide() show() attr() click()

posted on December 17, 2010 17:40 PM by Jhoy Imperial

A simple image rotator using jQuery.

This article will show you how to create a simple rotating gallery images using jQuery and setInterval.

posted on December 13, 2010 12:23 PM by Jhoy Imperial

A query for transferring data from one table to another. {code type=”php”} INSERT INTO table2  (field1,field2,field3) SELECT col1, col2, col3 FROM table1 WHERE table1_field2 = 10 {/code} In this query, we want to transfer the data from table1 whose col2 fields are equal to 10. Origin Table table1 col1 col2 col3 1 10 Apple 2 [...]

posted on December 13, 2010 10:41 AM by Jhoy Imperial

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

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


Recent Tweets

 

Email us at support@codingcereal.com

Copyright 2009 - 2013 © www.codingcereal.com