|
|
|
|
|
Login to share your opinion Private Functions In JavaScriptJavaScript doesn't have a native namespace facility so how are you supposed to keep utility and helper functions private? The solution is to use inner… read more Don't use class names to find HTML elements with JSIn the days before HTML5, when we wanted to bind JavaScript events to an element, we would find the element based on its class name… read more How to implement an awesome JavaScript JSONP API in 4 easy stepsRecently I was given a project at work which had to get some data from a server on a different domain through JavaScript. We all… read more [removed] Creating CookiesWe have already learned the various parts of the cookie like name, value, expires, path, domain and security. Lets create a simple cookie. 45+ Very Functional Javascript Sliders and ScrollersIn this article I compiled a list of 46 Very Functional Javascript Sliders and Scrollers for you to use in developing web applications. read more jQuery Calendar Widget PluginA simple jQuery Calendar Widget Plugin with a month view. You can specify which month you would like to display or have it display the… read more A look at JavaScript Form ValidationValidating forms with JavaScript has been possible since the very beginning of time... or at least the introduction of LiveScript (the original name before the… read more jQuery Growing MenuWhen the menu gets moused over we will animate and show the hidden text. On mouseout will will hide the text once read more Tracking Upload Progress with PHP and JavaScriptA problem that has plagued web developers for years is how to add real-time information to their applications, such as a progress bar for file… read more jQuery "Pinify" Plugin Tutorial for Building AppToday, information on the web is consumed in various ways. Generally, users access the information using a browser. However, in recent times this information is… read more HTML5 Boilerplate: Working with jQuery and ModernizrThis article concludes a two-part tutorial on the many benefits of using HTML5 Boilerplate. As you'll see, its “style.css” and “index.html” files are real time-savers,… read more The future smells like JavaScriptBut I think the movement is significant and can't be overstated. And recent developments are really even making it more and more interesting. read more How to Access jQuery's Internal DataAs you may or may not be aware as of jQuery 1.7 the whole event system was rewritten from the ground up. The codebase is… read more Twitter Bootstrap tutorialTwitter Bootstrap is a toolkit to develop web apps and sites fast. It includes basic CSS and HTML for creating Grids, Layouts, Typography, Tables, Forms,… read more An Introduction to jQuery for DesignersI found approaching jQuery to be an intimidating experience because I’m not a developer. Implementing JavaScript was what “they” did on the back-end of a… read more JavaScript Engines: How to Compile ThemThe unique thing about JavaScript compared to other scripting environments, is that it’s already deployed to billions of Internet users out there. If you are… read more 15 jQuery Calendar Date Picker PluginsIn this collection, you will see some of the best jQuery Calendar Date Picker Plugins that will allow you output planners and calendars even more… read more CSS3 & jQuery folder tabsEver since I started working for one of my CSS3 breadcrumbs example, I thought about writing this tutorial. In this article, I will use a… read more High quality JavaScriptAlmost exactly 1 ½ year ago Manuel, Kore and me founded Qafoo to help teams all over the world with creating high quality PHP applications.… read more jQuery UI vs Kendo UIWe've spent a lot of time talking to customers about Kendo UI, our framework for building rich web applications with modern web standards like HTML5,… read more |