DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby | Javascript   Site: Statistics
want to join us? register, it's easy | help
 

iFadey has submitted 8 links

category icon

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 report
category icon

Browser 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 report
category icon

Context 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 report
category icon

Javascript 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 report
category icon

Accessing 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 report
category icon

Javascript 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 report
category icon

Printer 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 report
category icon

Slicing 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