Posts in category AJAX

Pure HTML5 file upload

  • 09
  • Dec

Date: 09th Dec 2011 Author: admin Categories: HTML5, JavaScript 31

Tags: , , , ,

Pure HTML5 file upload

Pure HTML5 file upload

Today we will be developing a great HTML5 file upload form with progress bar and preview (at client-side). We have already gave you jQuery based solution, but today’s application don’t require jQuery at all. All made in pure HTML5 Javascript. I’m going to use FileReader (html5) to implement live preview (without uploading to server), and, going to use XMLHttpRequest to send data to server.
Read more

Creating Your Own Ajax Poll System

  • 16
  • Nov

Date: 16th Nov 2011 Author: admin Categories: HTML/CSS, jQuery, MySQL 5

Tags: , , , ,

Creating own ajax poll system

Creating own ajax poll system

Today I prepared new interesting tutorial – we will creating own Poll system (AJAX) for your projects with PHP. Polls, answers and results I going to keep in single SQL table. When we will vote for one of variants – jQuery will POST data, and then we will animate our results in realtime.
Read more

Creating a Diary style PHP Guestbook

  • 07
  • Nov

Date: 07th Nov 2011 Author: admin Categories: HTML/CSS, jQuery, MySQL, PHP 2

Tags: , , , , ,

PHP guestbook

PHP guestbook

Today I prepared new interesting tutorial – I will tell how you can create ajax PHP guestbook with own unique design. Our records will be saved into SQL database. This table will contain next info: name of sender, email, guestbook record, date-time of record and ip of sender. Of course, we will use jQuery too (to make it ajaxy). One of important features will spam protection (we can post no more than one record every 10 minutes)!
Read more

Creating Your Own Commenting System from Scratch

  • 14
  • Oct

Date: 14th Oct 2011 Author: admin Categories: HTML/CSS, jQuery, MySQL, PHP 12

Tags: , , , , ,

How to create own commenting system

How to create own commenting system

Today I prepared new interesting article – I will tell how you can create own commenting system (AJAX) for your items (any units at your website) with PHP. For our demonstration – I prepared two SQL tables: first table will keep records of our items. It contain several fields: title, description, time of adding and comments count. Another table will keep records of comments. We will use jQuery too (for better interface behavior). One of features will spam protection (we can post no more than one comment every 10 minutes)!
Read more

Autocomplete with PHP, jQuery, MySQL and XML

  • 11
  • Oct

Date: 11th Oct 2011 Author: admin Categories: HTML/CSS, jQuery, MySQL, PHP 35

Tags: , , , , , ,

Autocomplete with PHP, jQuery, MySQL and XML

Autocomplete with PHP, jQuery, MySQL and XML

Today I have new article for PHP. I will tell you about implementation autocomplete for your sites. Data can be located in different sources – directly in the JS code, in the database, and even in the XML file.
Read more

Creating ajaxy Chained Selects with jQuery

  • 30
  • May

Date: 30th May 2011 Author: admin Categories: jQuery, MySQL, PHP 6

Tags: , , , ,

practice of using chainedSelects

Creating ajaxy chained selects with jQuery

Today we will talk about creating dependent (chained) selects for your projects. This can be any related elements at your website. As example dependent fields to select your profession, mobile phone, or location (which can include Country, State, Region etc). One important note – we will need all this working using AJAX technology (to make functionality fast and smooth). And, jQuery library provide us with that plugin – jquery.chainedSelects.js. I will show you how to create chained fields using this plugin.
Read more

How to easily make animated forums using XSLT and Ajaxy

  • 15
  • Apr

Date: 15th Apr 2011 Author: admin Categories: HTML/CSS, jQuery, XSLT 0

Tags: , , , , , ,

Ajaxy forum using XSLT

How to easily make animated forums using XSLT and Ajaxy

Today is a special day. Today our XSLT lessons will show some really interesting (attractive) results which you can apply in practice. We will make a forum. Initially we will display only the forum topics, and load posts dynamically (by mouse clicking on the topics) using ajax technology. I think you may have seen similar forums on the Internet, so I will tell you how to do it your own.
Read more

Image flow – Create a Stylish Scrolling Photo Album using XML

  • 25
  • Feb

Date: 25th Feb 2011 Author: admin Categories: DHTML, JavaScript 58

Tags: , , , , , ,

Image flow – creating photo album (using XML)

Image flow – creating photo album (using XML)

Today I will tell you how to create photo album using one old library (Image flow). Long time ago I took its from http://www.dhteumeuleu.com. In that time I was very impressed with its. Hope that you will love this too.

What is most important – that it allow to load xml set of images which you can provide via PHP file. So just imagine, that in your script (or even possible – CMS), you will able to generate different galleries based on different params. As example photo galleries of different members. Read more

Easily Interact between Server and Client using these jQuery with Ajax Snippets

  • 15
  • Feb

Date: 15th Feb 2011 Author: admin Categories: JavaScript, jQuery, PHP 5

Tags: , , , , , ,

Ajax with jQuery – several interactive samples

Ajax – this is group of technologies using in web development to create interactive applications. Ajax is client-server technology which allow to web page to retrieve data asynchronously from server without reloading page. All this allow to achieve really nice and good results. jQuery library will help us greatly with it. All just because it have all methods to work with Ajax.
Read more

Creating Ajax based file uploaders

  • 23
  • Sep

Date: 23rd Sep 2010 Author: admin Categories: HTML/CSS, JavaScript, jQuery, PHP 19

Tags: , ,

Ajax file upload methods

I got one interesting theme. How to upload files without refreshing whole page during submitting. Hope this will interesting to you. Lets check 2 methods – using ordinary iframes and external library. Also I will using jQuery in work too (I like it).
Read more