menu

Wednesday, 28 November 2012

Auto complete text box using jQuery plug in


In this tutorial, we will discuss about how to implement auto complete using jQuery plug in. In this example , a text box is given , where you have to enter any Indian state . When you enter first letter of any state it will automatically show you the list of Indian states starts with "a" letter . The plug in used for this is "jquery.autocomplete.js" .

Sunday, 25 November 2012

jQuery Spectragram – An Instagram API jQuery plugin


Spectragram.js is a jQuery plugin using the Instagram API to fetch and display user, popular or tags photo feeds inside a list or any container you define and display the results as list items or any other HTML tag you define. You can also define the size of the pictures (small, medium, large).

Read More Click Here

Any List Scroller – A jQuery plugin scroll any list


CHARACTERISTICS

ALS - Any List Scroller is the jQuery plugin by musings.it to scroll any list, 

of any dimension, with any content. Try it!


  • It is surprisingly easy to use
  • it works on any kind of list
  • List elements can be texts, images, anything (read the instructions below)
  • List items must not have a fixed size, or equal to each other
  • The list can be scrolled horizontally or vertically
  • Scrolling can be simple or infinite (circular)
  • Scrolling can be manual or automatic (autoscroll)
  • You can set the number of visible items
  • You can set the scrolling step
  • You can put more than one ALS in a single page (multiple instance)
Readmore Click Here

Monday, 19 November 2012

jquery Shop Slider for Commerce Site


Responsive Shop Slider

ShopSlider is a jQuery Responsive Shop Slider Plugin for commercial sites, online shops, stores. Works well on all screen sizes, auto detects and determines the best way to display items, support tabs and AJAX load.

Main Features

  • Smart Responsive Design
  • Detect Screen Size and Determine the Best Way to Display Items.
  • Support Multi Tabs
  • Support Many Sliders in same page
  • Touch Swipe / Click to Move Next/Prev
  • Support AJAX and Inline Content
  • Many Styles and Effects
  • Control AutoPlay, Effect In, Effect Out with Duration and Delay Time …
  • Hover to Pause
  • Light Weight
  • Easy Setup
 To read more about this article Click Here

For Demo Click Here

Sunday, 18 November 2012

OpenPanel - Open Responsive Panel Anywhere


OpenPanel is a jQuery plugin that allows you to open panel at any where in your page, unlimited panels as you want and support for responsive design. With this small plugin you can open more space for your site to add anything you want.

Features:
  • Open Panels Anywhere in Your Sites.
  • Unlimited Panels
  • Support Responsive Design.
  • Inline Content for SEO Purpose.
  • Support Ajax Content.
  • Four Directions Slide and Fade Effects.
Click Here to read more about this article

For Demo Click Here

Tuesday, 30 October 2012

PHP Mail Injection Protection and E-Mail Validation

Introduction There's a lot of advice available on the subject of protecting a PHP based contact form from injection attacks, (slightly) different approaches plus various ready-made functions and classes to help you. Since I am new to this, (the article is for beginner's and I am in that category myself), I decided to take a more in depth look at as much of this advice as I could and in particular to look at the source code for a few of the ready-made solutions. In doing so I am confident that the solution I have chosen will work well for me and more importantly I know why I chose that option and what its benefits and limitations are. Hopefully you can also get to that stage by reading this. I’m happy to receive as many improvements as you can throw at me; this is about learning and understanding. I’m no expert; this is designed for beginners (like me). Just don’t tell me it’s wrong and I’m dumb, that won’t help improve the article or the advice, please try and explain it in ‘for dummies’ mode so I can adapt the article appropriately. This is also PHP focussed; no doubt other languages and mixes of languages provide other options. PHP is what I was using / learning when I got into this mess in the first place. read more here in details : Click

Registry Key Handling Through PHP

The registry is made up of "Keys". Each key is similiar to branch of a tree. Each key has one parent key, and zero or more child keys. Each key can contain zero or more "Values", each of which contains a single piece of data. read more here click

Sunday, 28 October 2012

upload large file on server

Write this code in the .htaccess file ----code----------------------------------- suPHP_ConfigPath /home/sdman007/public_html order allow,deny deny from all --------------------------------------- Create php.ini file in your root path ----code---------------------------------- ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Maximum allowed size for uploaded files10mb ( You can change it) upload_max_filesize = 10M post_max_size = 10M max_execution_time=300 ;This is exicution time 300 like as 5 min max_input_time =300 ------------------------------------- After do that login ur cpanel again. Now you can see php configuration using the function.