Creating a Simple yet Stylish CSS Jquery Menu

Creating a Simple yet Stylish CSS Jquery Menu

Creating a Simple yet Stylish CSS Jquery Menu Nowadays, css menus are becoming more and more popular, which is not surprising. Small size, fast speed, ease to create. In today’s tutorial I will tell you how to create a stylish navigation menu using not only CSS, but also jQuery library. It can help us enhance…

Creating Ajax based file uploaders

Creating Ajax based file uploaders

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).

Easily Animate Web Buttons/Objects using jQuery

Easily Animate Web Buttons/Objects using jQuery

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…

Cropping images in runtime using Jcrop (jQuery)

Cropping images in runtime using Jcrop (jQuery)

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.

Importing multiple RSS feeds – using newsWidget (jQuery)

Importing multiple RSS feeds – using newsWidget (jQuery)

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.

Import RSS Feeds using jFeed (jQuery)

Import RSS Feeds using jFeed (jQuery)

RSS feed – using jFeed (jQuery) to aggregate RSS This simple tutorial will show you how to Import rss feeds of any site into your own custom area/block of website. It can be used as news imported from yahoo, bbc etc. As we know, RSS feeds are usually used to trasnfer some news for people….

How to Easily Make AJAX Style PHP Chat Application

How to Easily Make AJAX Style PHP Chat Application

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…

Advance Level Php Tutorials and Scripts

Advance Level Php Tutorials and Scripts

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…

Positioning Backgrounds with Jquery

Positioning Backgrounds with Jquery

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…

Jquery CSS Tutorial on Zooming Image

Jquery CSS Tutorial on Zooming Image

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.