videotutorial

Tag

16 posts found

6 Jul 2014
1.31K
No Comments
Create custom jquery slider with progress

This custom slider tutorial tell you how to create slider with your own logic, without using any slider plugin SLIDER HTML   SLIDER CSS STYLES  Add jquery document ready event and define some variables like slider animation time and slide change time in seconds Define function run_progress for initialize progress of

Post in

3 Jul 2014
1.59K
No Comments

Its really sometimes we need to call two functions, first we user click on specified element and another when user clicked on not specified element, Eg: you have a textbox and control panel div of text box, but you want to call a function to show control div of  textbox when

Post in

15 Apr 2014
1.23K
No Comments
Develop user friendly alerts in jQuery css

We have need the alerts popup to show user friendly alerts and message popup instead a annoying browser alert(‘hhah’); because somehow this javascript alert annoying user and and won’t allow to do anything like go to another tab or scroll down of page until user click on OK or cancel

Post in

16 Nov 2013
1.93K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

19 Feb 2012
1.45K
No Comments
jQuery client side form validation

Client side Form validation in Javascript jQuery is best and user-friendly and feature in website, But server side validation is must and required for security reasons. client side form validation can save user time and filled text in fields because if a form don’t have a client side validation form

Post in

18 Feb 2012
1.28K
No Comments
jQuery CSS Dropdown menu with third level

I am sharing complete code of #jQuery drop down menu, You can easily learn from code and video and copy it and use in your free or commercial website to save time. So lets starts how to create drop down menu with #jQuery at third level of menu. First step

Post in