Home » User » bluray » Published
Sort news by: Recently Popular | Top Today | Yesterday | Week | Month | Year | AJAX RSS

bluray / Published

Blogs - 23 days ago

PLAIN TEXT
JAVASCRIPT:




 


// Flag images upon load:


$('img').load(function(){


    $(this).data('loaded',true);


});


& read more

Blogs - 23 days ago

Drew Diller has created a helper library in the "yup, you still have to get things working in IE 6" department. DD_belatedPNG adds PNG support to IE6 that works with background-repeat and background-position.
You just do this:
PLAIN TEXT
HTML:




 
read more

Blogs - 23 days ago

Snuck over this post about getting better discoverability into the browser from me personal blog
Greasemonkey and Fluid userscripts. AIR and the new Titanium apps. Browser add-ons. When you go to a website do you know if you are getting the best experience for you? You could search for script read more

Blogs - 25 days ago

I like getting data from the web and I love JSON - as it is easy to use. The issue is that not many things on the web come as JSON from the get-go. Hence we need converters. You can use cURL and beautiful soup or roll your own hell of regular expressions. Alternatively [...] read more

Blogs - 26 days ago

The Cappucinno team has a new release, 0.6 that include:

New language addition to Objective-J: The @accessors keyword to eliminate the boiler plate code of writing setters and getters. Read more about it here.
Support for more classes like CPTimer.
Performance improvements all read more

Blogs - 26 days ago

Matt Wilcox thinks that there are fundamental problems with CSS3 and he shared his thoughts. He starts by giving us some history of CSS and then gets into the meat:

Why the Cascade is no longer enough
HTML has been re-purposed to represent only the semantic properties of the page. B read more

Blogs - 26 days ago

Steffen Rusitschka has a nice detailed post on inheritance with JavaScript, different ways you can go, and side effects of the decision.
From,
PLAIN TEXT
JAVASCRIPT:




 


var A = function(){}; // This is the constructo read more

Blogs - 26 days ago

Steve Mattison let us know about a new AJAX game has been released by the makers of that old popular PHP-based village building game Travian. This one is more like Sims meets Cultures, and it is called Travians:

“Travians is a browser game in which you rise to the challenge of
read more

Blogs - 26 days ago

Jennifer Semter has published an article on CSS spriting, and a cross-browser technique that uses divs, anchors, and clipping to get the same effect as background image clipping. The reason for the new technique is due to the issues with the current approach:


You can’t attach alter read more

Blogs - 26 days ago

The IE8 team let their partners know about a December "Partner Build" that contains the following changes since IE8b2:
Accessibility-ARIA
ARIA attribute names containing dashes, such as “aria-checked”, no longer have to be referenced by their camelCased equivalent (ariaChecked) in IE 7 Mo read more

Get your Certification Practice Tests and Assessments at MeasureUp! Prepare for Certification with MeasureUp!