Archive

Posts Tagged ‘learn’

YUI3 Tutorial: YUI Attribute Selector. Working with Attribute Selector

Jan 11th, 2012

Here is a separate article on attribute selector. The attribute selector was not working in flexible way. I was facing problem is excluding some some tag based on attribute differences.
Here is the HTML snippet I was using and I will use here for Attribute selector example:
<a rel=”me” href=”http://newsviews.satya-weblog.com/”>My… (Continue)

Learn YUI3: Mouseover, Mouseout, Mouseenter and Mouseleave events with Examples

Jan 11th, 2012

These events (Mouseover, Mouseout, Mouseenter and Mouseleave) requires two modules:
1. event-hover module -
Adds a “hover” event which binds to two callbacks, one for the start, and one for the end of a mouse hover.
2. event-mouseenter module -
Adds “mouseenter” and “mouseleave” events.
Mouseenter and mouseleave is similar… (Continue)

Learn YUI3: Accessing Attributes of Element and changing it

Jan 10th, 2012

Here we will play with element’s attribute. We will access attributes and change it. It is a part of YUI node learning series.

<img class=”hotels” src=”Marina-Bay-Sands_222812.jpg” widht=”310″ height=”207″ />
<button id=”bttnImg”>Change Image attributes (src, width and height)</button>

Y.one(‘#bttnImg’).on(‘click’, function(e) {

var hotels = Y.all(‘.hotels’);

// get first one and start… (Continue)

Install and Learn PHP Symfony Framework

Dec 27th, 2007

Symfony Framework is riding on popularity chart. Yahoo has used symfony for their bookmark project.
Symfony framework is very helpful in development of big web 2.0 websites. It provides various facilities:
* simple templating and helpers* cache management* smart URLs (Search Engine Friendly)* scaffolding* multilingualism and I18N support* object model… (Continue)

Mobify empowers marketers and developers to create amazing mobile web experiences. Tap to learn more

Mobify