Jquery UI is simple and awesome user interface provider and Its ease of use, Jquery UI become the popular today. In this post, I provided the best and simple Jquery Date picker plugin and widget which can turn your website to powerful user interface for the date picker. 1) Jquery UI DatePicker The date picker is tied to a […]
Web Programming
Get more topic on related to the web technology and programming.
CSS BORDER STYLE
Before we discuss the CSS Border Style, we first have some knowledge of the css border because without the border applied no meaning of the css border style. CSS Border Property display the border around the any html element. div { border: 2px solid blue; } CSS Syntax border: border-width border-style border-color; Now we […]
BEST PHP FILE UPLOADER SCRIPTS
Big website required many small modules and it also take more time to develop, it can cost more time in development and cost. If you can find this kind of module in small cost then it can reduce the time and cost of development. Suppose if you want to develop the file upload module then […]
TOP PHP CONTENT MANAGEMENT SYSTEMS OR CMS
Many people or developer think to create the website but they are confusing about what are the right technology and cms is popular and familiar for normal knowledgeable people. Here i am listing the some of the php content management system. Before i list first here you should to know about the content management system? […]
ONLINE FREE HTML, JAVASCRIPT AND CSS EDITORS
HTML CSS technology are major requirement of the any website this technology are the base of the most of the website. we can say without it we can’t develop the website. In past website was developed with very few design but today website required the grate looking with response layout. If we use the online […]
BEST CAPTCHA PLUGIN FOR WORDPRESS
Before i write the list of the captcha plugin, i want to know you the some information about the captcha. A CAPTCHA is a one program that protects websites against automatic bots by generating and grading tests that humans can pass but current computer programs cannot. CAPTCHA plugin is used to integrate within registration form, […]
HOW TO PAGE REFRESH USING JAVASCRIPT WITH EXAMPLE
JavaScript is used to make the web pages interactive. Using java script we can do many thing without need of the server side page refresh. Here i write how we can reload or refresh the same page using the java script. Some times it required to web developer to refresh the page using the java […]
TUTORIAL OF HOW TO CREATE RESPONSIVE WEB DESIGN
If you already have site or planing to create the site then you have to build the site which are browser compatibles. If your site is not browser compatible means not display well in desktop browser plus the mobile browser then you loss the visiting people from your sites. The response site only support the […]
HOW TO WRITE HOVER METHOD IN JQUERY
Its need of hover method of the Jquery when some times we need to give special animation and we can not write the particular CSS for the dynamic content which we can not know exactly its name. We can do it very short of method of Jquery hover by writing some line of code. I know […]
HOW TO MAKE YOUR CONTENT EDITABLE IN HTML5 PAGE
Web developer know that it is not possible to make the static content editable on the just HTML web page. To do this we need to use the third party java script or the any library. Now the new technology HTML5 has the great features to make the web page content editable. HTML5 technology has the […]