iFadey has submitted 8 links
Common JavaScript Date Operations
in Javascript added by iFadey, on 15/4/2012 clone compare date difference interval javascript mysql timestamp
Here are some JavaScript’s most common date operations which you may require during your project.
comment save reportBrowser Plugin Detection
in Python added by iFadey, 2 weeks ago browser flash javascript pattern plugin silverlight
Have you ever wondered how to detect plugins loaded by your browser using JavaScript? In this tutorial you will learn to detect plugins in IE way and for other browsers. You will also learn to use Lazy Function Definition pattern to optimize your object detection code.
1 comment save reportContext Menu Using Raw JavaScript
in Javascript added by iFadey, on 5/8/2011 context javascript menu module pattern
Objectives 1) Learn to create cross browser event handler in raw JavaScript. 2) Learn to create cross browser DOMContentLoaded event handler. 3) Making use of oncontextmenu event. 4) Learn to apply Module pattern. 5) Finally develop a reusable, easy to use, cross browser context menu object.
comment save reportJavascript Mistakes You Must Avoid
in Javascript added by iFadey, on 8/5/2011 common errors javascript js mistakes
If you are new to javascript and you write raw javascript or use any framework (jQuery, Mootools, Dojo, YUI) with it, you must avoid few mistakes. Actually these are my experiences which I was learning javascript.
comment save reportAccessing Forms Made Easy Using DataLink
in Javascript added by iFadey, on 10/12/2010 datalink html form javascript jquery
In this tutorial you will learn to use the jQuery Data Link plugin to automate the process of accessing and modifying values of form fields.
comment save reportJavascript Function Arguments
in Javascript added by iFadey, on 4/11/2010 argument function infinite javascript optional
--Learning Objectives-- 1) How javascript arguments work internally. 2) How to determine the total number of arguments passed. 3) How to determine the currently executing function. 4) How to make a function to accept optional parameters. 5) How to make a function to accept infinite arguments.
comment save reportPrinter Friendly CSS
in CSS added by iFadey, on 9/6/2010 css friendly html print printer
In Part I of this tutorial, you learned how to slice a design and write standards compliant Html/CSS. In this part, you will learn how to write printer friendly CSS. I will continue extending the same demo used in Part I and make it printer friendly.
1 comment save reportSlicing PSD and HTML/CSS
in CSS added by iFadey, on 9/6/2010 css friendly html print printer psd slice slicing
In this article you will learn how to slice a design and write standard compliant Html/CSS. In its Part 2, you will learn how to write printer friend CSS. Which means when you print your webpage, it will exclude all background images, and colors. This helps anyone printing the document more reader friendly and also save the user’s printer resources as well.
1 comment save report