Posts in category jQuery

Creating Ajax based file uploaders

  • 23
  • Sep

Date: 23rd Sep 2010 Author: admin Categories: AJAX, HTML/CSS, JavaScript, 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

Easily Animate Web Buttons/Objects using jQuery

  • 08
  • Sep

Date: 08th Sep 2010 Author: admin Categories: HTML/CSS, JavaScript 13

Tags: , , , ,

Easily Animate Web Buttons/Objects using jQuery

Today I will tell you about animations in web using jQuery. As we know – jQuery offer us several default methods of effects: fade(In/Out/To), hide, show, slide(Down/Toggle/Up), toggle. This is ok, but what if we need more? So, animation will help us! It will help to slide between 2 states using really good effects. By default, ‘easing’ is optional param, so to use extra effects we will use additional jquery.easing.js library.
Read more

Cropping images in runtime using Jcrop (jQuery)

  • 01
  • Sep

Date: 01st Sep 2010 Author: admin Categories: HTML/CSS, JavaScript, PHP 24

Tags: , , , , ,

Image Crop Plugin – using Jcrop (jQuery)

Due browsing web I noticed one new good plugin which we can use to work with images. This is JCrop plugin, it can help us to perform different effect with images (as example highlight some objects using animation or zooming images. But main purpose is cropping.
Read more

Importing multiple RSS feeds – using newsWidget (jQuery)

  • 04
  • Aug

Date: 04th Aug 2010 Author: admin Categories: HTML/CSS, JavaScript 12

Tags: , ,

Importing multiple RSS feeds – using newsWidget (jQuery)

Some times ago I told how to display rss feed at our website. But some times ago my friend ask me how to display in single box feeds from multiple sources. I decided to investigate it and located NewsWidget library. Lets check its possibilities.
Read more

Creating photo gallery using jQuery and VisualLightBox

  • 25
  • Jul

Date: 25th Jul 2010 Author: admin 2

Tags: , , ,

Creating photo gallery using jQuery and VisualLightBox

Creating photo gallery using jQuery and VisualLightBox

Today I will tell you about one useful JQuery plugin – VisualLightBox.
This plugin can help you to create good-looking galleries. And this is very easy to implement.
Read more

Import RSS Feeds using jFeed (jQuery)

  • 01
  • Jun

Date: 01st Jun 2010 Author: admin Categories: HTML/CSS, JavaScript 36

Tags: , ,

Import RSS FeedImport RSS Feeds from any rss enabled site using jFeed (jQuery)

This simple tutorial will show u how to Import rss feeds of any site into your own custom area/block of site. It can be used as news import from yahoo, bbc etc. As we know, RSS feeds usually using to transfer some news to readers. Today I will tell you about RSS feeds and teach you how to make own RSS aggregator. So you will able to display different RSS feeds at your website with nice design.
Read more

How to Easily Make AJAX Style PHP Chat Application

  • 18
  • May

Date: 18th May 2010 Author: admin Categories: AJAX, PHP 9

Tags: , , , , ,

How to Easily Make “Ajaxy” Chat application with PHP + SQL + jQuery

Today I will tell you about another chat system. After making old-style chat described in previous post I decided to make modern, pretty version. I made several enhancements:

  • a) Login system. Now it using database to keep members. Also it have easy methods to take some necessary info about logged member.
  • b) Chat interface. Now it much more user friendly. And show last added messages via toggling (based on jQuery). Looks fine.
  • c) Inner code structure. Now here are good order. All libraries in ‘inc’ folder, all javascripts in ‘js’ folder, all template-related files in folder ‘templates’. More, class organization: now we have useful DB class, class of login system, chat class too.
  • d) of code safety. Added necessary methods to protect from hack attacks. As example function process_db_input in our DB class.

So, as result – we will able to chat with our logged members. We will use database to store messages as usual.
Read more

Advance Level Php Tutorials and Scripts

  • 26
  • Mar

Date: 26th Mar 2010 Author: ayazmalik Categories: AJAX, HTML/CSS, PHP, XHTML 5

Tags: , , , ,

Advance Level Php Tutorials and Scripts

Some pretty cool and amazing working php scripts with sources and tutorials for you to use on your sites. Some are Tutorials for security, some are images manipulation techniques while some are really high level plugins like sponsor flips, jquery sorting and vote poll etc. Hope you find it Useful !

All Tutorials are properly linked back to their original sources.

Read more

Positioning Backgrounds with Jquery

  • 17
  • Mar

Date: 17th Mar 2010 Author: admin Categories: HTML/CSS, JavaScript 24

Tags: , , , ,

Jquery Tutorial on how to Position Backgrounds

Today I will tell you about another one useful tool of JQuery – backgroundPosition plugin. It allow to reach different design ideas with color/background changing.

As example, we want to create animated user friendly buttons or website navigation menu.

Someone can ask, why we need script if we can use hover effect + CSS styles. Here you will able to compare possibilities and see advantages of JQuery.

Read more

Jquery CSS Tutorial on Zooming Image

  • 15
  • Mar

Date: 15th Mar 2010 Author: admin Categories: HTML/CSS 15

Tags: , , , , ,

Jquery CSS Tutorial on how to Zoom Images

Today I will tell you about another one useful tool of JQuery – Zoomimage plugin. It allow to reach different design ideas with images resizing.

Read more