Facebook has released HipHop Virtual Machine (HHVM) which has 60 percent faster execution engine than its current PHP interpreter and uses 90 percent less memory. I wish official PHP start using this!
Facebook is using this Virtual Machine in its test environment. Facebook says it Just-In-Time complier.
This new HHVM… (Continue)
I was reading an article and read about plugin. I came to know that plugin exists in YUI3. Then the question come to my mind what to do with plugins in YUI3. Widget are already there.
As I read here, Plugins are for atomic functionality and not for a set… (Continue)
Here is fourth post about YUI. It will result in Facebook like draggable floating div using YUI3. Earlier post about YUI3 were Learn YUI3, Learn YUI3: Playing with Events and Putting Callbacks, Learn YUI3: Attach Event to Dynamic Content.
This post is regarding Overlay using YUI3.
This a how the overlay look:… (Continue)
Here is a working sample with code for CSS overlay on Images. It is not using any JavaScript library. It is just HTML and CSS. It is very simple to create. Just you need to adjust the css for making the alignment very specific if you HTML is different. Important… (Continue)
How would you attach event to dynamically generated content such as li, div? Many elements are dynamically created based on user action. Something like search result, carousel, or other kind of tool where you have next, prev button generally add content dynamically to the container.
Usually one may thing of adding… (Continue)
Google is integrating Google Search with Social Media. Now you can share content on Google+ from the Search page itself. It has also removed the top Navigation Bar having links to +You Web Image etc with Drop-Down on Google Logo.
Here is the screenshot of the change I see. Though… (Continue)
This is 2nd one in the series of YUI3 learning. Previous one in the tutorial was about node, how to access node and its properties in YUI3. I have also shown examples of domready events there.
Use of Events are very common in JavaScript programming. OnClick and Hover is the… (Continue)
Today accepted the Update request from Firefox. I was running Firefox 7.x. Problem with latest update can be the Adons I am using. Adons may not work with the latest version of Firefox. So, I wait a little so that Adons provider can update their product by that time.
Searched… (Continue)
Sometimes you may be carrying few files from Office to Home and again Home to Office. Many times you may be preparing for something, say presentation, self learning material or anything else.In these cases, you my work on those items as and when ideas comes or whenever you get free… (Continue)
I was thinking of writing few posts about YUI but not writing about it thinking I do not know much, so what can I write. Finally I thought to write about small things every developers face when jump into YUI first time.
YUI2 is deprecated and it is very different… (Continue)