UPDATE Well everyone, I’m almost done with the generator!! Watch this short clip to see it in action. If you are interested in this tool it is for sale, while I get together a payment system you can contact me about trying out a beta. DEMO 2 and 3 Dropdowns available in the download. It is fairly simple and consists of only 3 files. An index, database connection and a function file. So lets start. Make your database table and...
Read MoreList of MySQL Functions in PHP
Name – Descriptions mysql_affected_rows — Get number of affected rows in previous MySQL operation mysql_client_encoding — Returns the name of the character set mysql_close — Close MySQL connection mysql_connect — Open a connection to a MySQL Server mysql_create_db — Create a MySQL database mysql_data_seek — Move internal result pointer mysql_db_name — Get result data mysql_db_query — Send a MySQL query mysql_drop_db...
Read MoreNivo Slider Auto Thumbs with TimThumb
Just a quick and painless way to add thumbnail support to the Nivo Slider with TimThumb. Get yourself the TimThumb source and put it in the root of your site. Create a folder in the root of your site named “cache” and set the permissions to 777. Now open your nivo slider js file. Im using jquery.nivo.slider.pack.js, search for the first nivo-control. <a rel="'+k+'"><img src="'+f.attr("rel")+'" alt=""...
Read MoreChained Select Box Generator
Well everyone, I’m almost done with the generator!! Watch this short clip to see it in action. Features: Generate on the fly 3 tier chained selects. View the chain after its created. Edit an existing chain as easy as you made it. Delete chains. Export chain files. Export chain CSV database file. Build unlimited chains and unlimited options. Upload the generator, create a database, edit 1 file and your ready to make chains! A...
Read MoreAjax with jQuery in 3 easy steps
I figured I would make this small tutorial for all of you curious about it. Pulling data from a database with ajax should not be feared. It is actually very simple. The majority of the work is in the server side part of the ajax. So for this tutorial I will show you how to check if a username exists in a database. DEMO Step 1 So lets start by adding the jQuery into the head of the page where the form is. $(document).ready(function()...
Read MoreAjax Refresh
Div Refreshing with Ajax. function createRequestObject() { var req; if(window.XMLHttpRequest){ // Firefox, Safari, Opera... req = new XMLHttpRequest(); } else if(window.ActiveXObject) { // Internet Explorer 5+ req = new ActiveXObject("Microsoft.XMLHTTP"); } else { // There is an error creating the object, // just as an old browser is being used. alert("Your Browser Does Not...
Read More
