|
A Collection of jQuery, Ajax and PHP Tutorials with live demos, tutorials posted on 9lessons blog. In these demos I had explained about jquery connectivity with MySQL database, Ajax implementation, JSON with PHP and Animation addons to your web pages. I hope it's useful for you. Thanks!
Log in or Sign up with Jquery and PHP
Live Demo
Facebook Like Profile Edit with Jquery
Live Demo
Flash |
|
I received a request from my reader that asked to me how to implement Facebook like tag friends in your status or update box. It is great feature to adding friends start with @ symbol. I had tried this with Jquery, Ajax and PHP, it's simple just collabration of my previous posts.
Download Script Live Demo
Sample Database
create database table with name "user_data"
CREATE TABLE user_data
( |
|
Read more...
|
|
How to create Bit.ly short URLs using Jquery and Ajax. Many tutorials available on web about short URLs using server side script, this script works on client side. It is easy just 5 lines of code calling Bit.ly API. You have to modify the username and API key. Use it and make URLs shorts and neat.
Live Demo
Javascript Code
You have to create an account on bit.ly and modify the username and |
|
How to do dynamic dependent select box using Jquery, Ajax, PHP and Mysql. Dependent select box when a selection is made in a "Parent" box it allow to refresh a "child" box list data. In this post I had given a database relationship example betweent "catergory" and "subcategory". It's very simple jquery code hope you like this.
Download Script Live Demo
Database
Sample database tables. |
|
How to design a website for mobile devices (smart phones). Next web world with smart phones so start working on mobile templates. In this post I want to explain very basic HTML design tip with adding a meta tag. I had implemented this at touch.9lessons.info, try to access this link with any smart phone Eg: Iphone and Android devices.
Live Demo
Related article : Introducing 9lessons iphone Web |
|
Search box most important element on web pages specially contented management sites. In this post I want to explain very basic searching techniques and Unicode data searching using SQL LIKE statement. I hope you like this. Thanks
Live Demo
Replace spacesBefore executing SQL query searching word replace spaces with %(symbol) using PHP str_replace function.
Here searching word jquery ajax |
|
I received a email request from my reader that asked to me how to implement Youtube like rating with Jquery. It is so nice with quick bar results, So that I had designed a simple script with PHP,Jquery and Ajax. Sure you will like it. Live demo
Download Script Live Demo
Database Design
Messages Table :
CREATE TABLE messages(
id INT PRIMARY KEY AUTO_INCREMENT,
message TEXT,
up INT,
down |
|
Read more...
|
|
Are you looking for Google style CAPTCHA (Human verification code) script for PHP projects, Please take a look at this post. I want to explain how to implement cool-php-captcha script for forms. Use it and add security to your web projects.
Download Script Live Demo
form.php
Contains HTML code image source captcha.php. File available in download script.
<form method="post" action="reg.php |
|
Read more...
|
|
Are you writing Stored Procedures if not please take a look at this post. Stored procedures can help to improve web application performance and reduce database access traffic. In this post I want to explain how to create and call the stored procedures from database server.
Database
users table contains username and name.
CREATE TABLE users
(
id INT PRIMARY KEY AUTO_INCREMENT,
username VARCHAR(50 |
|
Yesterday I was searching on web, suddenly I did found an awesome realistic painting. So that I had collected some of the best realistic art works, hope you like this. If you have any best links please comment Thanks!
David Kassan
Denis Minamora
Diego Gravinese
Erir Zener
Alyssa Monks
Ralph Goings
Roberto Bernardi
Rob Hefferan
Wayne Forrest
Gregory Thielker |
|
|
|
|
<< Start < Prev 1 2 3 4 5 Next > End >>
|
|
Page 1 of 5 |