In any Object oriented programming language , one object reference can be type cast into another object reference.
There are compile-time …
Trending Story
The Core of PHP
Recently I had some study about the PHP. It is my favorite language from C. I really want to …
Creating a simple popup
This tutorial will guide you create a simple popup based on CSS and Javascript
1. Create a simple div
HTML
<div id=”overlayContent” style=”display:none;z-index:110;width:100%;position:absolute;left:0;top:25;height:200px;”> …
Desktop application development with PHP and Qt!!!
Qt have the language binding option so we can bind PHP also, in PHP 5 the OOP’s concept make it …
Qt Programming.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across …
Create MXP from MXI with Adobe Extension Manager
From the previous article you learned how to build an SWC file. Next Step is to build the MXP for …
My Heroes
C (pronounced “See”) is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories …
What is ClickTag in Flash?
A ClickTag is a parameter used in Flash banner ads. The parameter is a variable that defines the destination …
Total number of Built-in functions in php
There are total 57021 build-in function in php. You can find all the function here http://php.net/quickref.php
Flash Component(SWC) Developemnt in AS3.0 – Part II
Now we have a SWC component at the component folder of the Flash. SWC we can’t directly import to the …
Flash Component(SWC) Developemnt in AS3.0 – Part I
What is SWC?
Shock Wave Components are component files for Flash and Flex. A component is a …
Chapter -2: jQuery Selectors Visibility Filter (Part III)
:hidden Selector
Selects all elements that are hidden.
Elements can be considered hidden for several reasons:
They have a display value of none.
…
Chapter -2: jQuery Selectors Hierarchy (Part II)
2. Hierarchy
2.1 Child Selector (“parent > child”)
Selects all direct child elements specified by “child” of elements specified by “parent”.
// Example …
Chapter – 2 : Why jQuery Selectors?(Part I)
Why?
jQuery requires a target to perform each action, for example, in order to hide or show an element on the …
Chapter – 1 : Getting Started with jQuery
1. What is $ in jQuery?
The $ represents the jQuery Function, and is actually a shorthand alias for jQuery. Prototype, …
jQuery: Web application framework – Tutorial
jQuery: Web application framework
I wish to write few lines about jQuery before we starts.
jQuery is a lightweight cross-browser JavaScript library …
