Javascript
Javascript Tutorial for Beginners in Developer Desks, To Learn JavaScript in simple & easy steps starting from basic to advanced concepts including Java script Syntax, Functions, Mouse over, On click, Events, Button Click, Alert script, Menu script with HTML
Objects, Script Validations Form validation, Form required, script using ajax Cookies Regular Expressions Literals Variables Loops Conditions
PHP Tutorials For beginners with examples of File, Session, Date, Array, Form, Functions, Time, Xml, Ajax, Php MySQL, Regex, String, Oops Concept.
Developer desks Programming Blog, Java script, web development, Web design, Web programming, Query ajax, ajax php, regular expression, demos, programming, tutorials, php script, ajax tutorial, ajax examples, Jquery tutorial, database, MySQL, web database development, blogger, google ajax API, google visualization, google app, rss, technology, coding, code, examples, php programming, Facebook scripts, twitter API, Facebook like, twitter scripts, form validation
How to Create Like & Unlike code like FB using PHP, MySQL and jQuery In this tutorials we are going to learn How to Create Like & Unlike code using PHP, MySQL and jQuery. Rating system is very useful for every web project. Through this system, web admin can track the visitors like and dislike.…
File upload with Progress bar using ajax In this tutorials, we are going to learn how to file upload with progress bar using ajax. Nowadays there are lot of upload portals and upload websites there. so if we working for websites definitely we have one form with upload images and content. So while we create…
Nowadays, We showed our data in Frid view web content for the client. so for every content we need to use Sorting for Client and also our benefits, But Sorting, searching, pagination is not a easy job in HTML tables with Php and mysql data. So many grid view framework out there, Here we Learn…
Are you looking for popup Notification like Facebook, This Post will explain the functions and css. Here you are going to learn html css and jquery functions for popup notification. The popup Notification is one of the needed for all social sites projects and database back ends. So here we go with basic code and…
Here we going to learn simple javascript calculator code. Generally for beginners, they think its difficult to writing code for calculator. But its not that much difficult in the codding. We just know only simple things in function like add, sub, mutli and div functions in php. If you know that then the calci code…
Here we create Calendar Code javascript For form using php Step 1: Create Html Code for calendar as calendar.html <!DOCtype html> <!– JSCalendarSimple.html –> <html lang=”en”> <head> <meta charset=”utf-8″> <title>JavaScript Calendar</title> <link rel=”stylesheet” href=”JSCalendarSimple.css”> <script src=”JSDateUtil.js”></script> <script src=”JSCalendarSimple.js”></script> </head> <body> <h2>Calendar</h2> <form id=”frmCalendar”> <select id=”selMonth”> <option>January</option> <option>February</option> <option>March</option> <option>April</option> <option>May</option> <option>June</option> <option>July</option> <option>August</option> <option>September</option> <option>October</option>…
Here we go to create JavaScript code for A Date Picker Step 1: Create Files date.php <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″> <title>A Date Chooser</title> <script src=”dateui.js”></script> <script src=”datepicker.js”></script> </head> <body> <h2>A Date Chooser</h2> <form id=”theForm”> Year: <input type=”text” name=”year” id=”year” size=”4″ maxLength=”4″> Month: <select name=”month” id=”month”> <option id=”month1″ value=”1″>Jan</option> <option id=”month2″ value=”2″>Feb</option> <option…