Posts in category JavaScript

Creating Animated Particles in Water Effect using JavaScript

  • 06
  • Apr

Date: 06th Apr 2011 Author: admin 3

Tags: , , ,

Creating Animated Particles in Water Effect using JavaScript

Particles in water – How to create water simulation using JS

Today we continue JavaScript lessons, and our article will about using js in modeling of water effects. Sometimes we can create very interesting solutions using ordinary Javascript.
Read more

How to create kaleidoscope using jQuery and CSS

  • 26
  • Mar

Date: 26th Mar 2011 Author: admin Categories: HTML/CSS, jQuery 10

Tags:

How to create kaleidoscope using jQuery and CSS

Today we continue CSS lessons. Let’s remember an ancient toy – a kaleidoscope, I think everyone remembers since the childhood. You reflected ever as it works? All will probably seem that simply, but is far not so. Today I will show as it is possible to make a kaleidoscope with use JS and CSS. Quite probably that the total example will work not in all browsers, but the demo will be pleasant enough to try.
Read more

How to create easy pagination with jQuery

  • 08
  • Mar

Date: 08th Mar 2011 Author: admin Categories: jQuery, XHTML 74

Tags: , , , , ,

How to create easy pagination with jQuery

All we know, that when we facing with necessarity to display large amount of data – we starting thinking about adding pagination. So we split all our content to several pages. And in this case – each page contain some part of our information. As usual this is server-side pagination, where we extracting necessary amount data from database for each page. But commonly, in case of small (or middle) data sets – we don`t need such pagination. And we can just use user-side pagination using javascript to manage with our pages. Today I will show you how to create such pagination.
Read more

Image flow – Create a Stylish Scrolling Photo Album using XML

  • 25
  • Feb

Date: 25th Feb 2011 Author: admin Categories: AJAX, DHTML 64

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: AJAX, jQuery, PHP 0

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

21 jQuery Slideshow plugins

  • 15
  • Oct

Date: 15th Oct 2010 Author: admin Categories: jQuery 1

Tags: , , ,

21 jQuery Slideshow plugins

In today`s article I collected most attractive jQuery plugins which you can use for creating photo album or galleries. I used several of them in my projects. And can confirm – my members like this ;-)
Read more

Creating Ajax based file uploaders

  • 23
  • Sep

Date: 23rd Sep 2010 Author: admin Categories: AJAX, HTML/CSS, jQuery, PHP 13

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

How to create captcha in PHP using GD library

  • 14
  • Sep

Date: 14th Sep 2010 Author: admin Categories: HTML/CSS, PHP 12

Tags: , , , , ,

How to create captcha in PHP using GD library

Today I will tell you about very important thing – captcha protection. Usually this is very important to prevent automated sign-ups in your registration forms, comment spam in blogs and guestbooks, or another brute force attacks. I will give sample how to draw protection image using our hands.
Read more

Easily Animate Web Buttons/Objects using jQuery

  • 08
  • Sep

Date: 08th Sep 2010 Author: admin Categories: HTML/CSS, jQuery 2

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, jQuery, PHP 13

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