Posts by admin

10 Essential Firefox Plugins for Web Developers

  • 18
  • Dec

Date: 18th Dec 2010 Author: admin Categories: resources 0

Tags: , , , , ,

A few most necessary and essential web development related Firefox Utilities are being shared today. You might already know that Firefox is currently the most popular web browser among Web Development circles, this is because Firefox is fast, secure, reliable, but one thing that asserts Firefox’s supremacy over the rest is the Utilities that can be plugged into it.
This post is about a few of these utilities and tools which would vividly boost a developer’s productivity. They range from designing to validation and optimization.
A brief intro about all of the tools is written right here, but for further details, kindly visit the source.
You might also like to view : Irresistibly Useful Utilities For Designers To Make Lives Easier With HTML-Kit
Let’s Start Read more

21 jQuery Slideshow plugins

  • 15
  • Oct

Date: 15th Oct 2010 Author: admin Categories: JavaScript, 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 a Simple yet Stylish CSS Jquery Menu

  • 27
  • Sep

Date: 27th Sep 2010 Author: admin Categories: HTML/CSS, jQuery 9

Tags: , , , , , ,

Creating a Simple yet Stylish CSS Jquery Menu

Currently, css menus are becoming more and more popular, which is not surprising. Small size, speed, ease to create. I want to introduce you to one very interesting and useful resource – http://www.cssplay.co.uk/. Here you can find tonns of really nice menus which you can use in your projects. Today I want to tell you how to enhance these menus using our library – jQuery.
Read more

Creating Ajax based file uploaders

  • 23
  • Sep

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

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, JavaScript, 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, JavaScript, 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

Importing multiple RSS feeds – using newsWidget (jQuery)

  • 04
  • Aug

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

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 Categories: jQuery 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

How to Easily display Digg posts via XSLT using Digg Api

  • 08
  • Jul

Date: 08th Jul 2010 Author: admin Categories: PHP, XSLT 0

Tags: , , ,

How to Easily display Digg posts via XSLT using Digg Api

As we know, Digg become very popular last time, so why not use it for our purposes? I decided to investigate Digg a little and learn how possible to draw Digg posts at my own website. And I make own unique method. Hope you will like it.
Reading http://digg.com/api/docs/1.0/groups/ I find necessary ways to get posts XML results. Just check story.getPopular method. Yes, this is usual to use different reparse methods in PHP, but lets learn something new like XSLT (Extensible Stylesheet Language Transformations).
Read more