August 27th, 2010 / No Comments » / by admin
I stumbled across http://webkit.org/specs recently, which is basically a nifty listing of all custom extensions Apple/Webkit has made to web specs, written up as specs themselves so that other browsers can implement them:
Squirrelfish Bytecode
Timed Media Elements
CSS Effects
Extensions to CSS 3 Media Queries
The ‘pointer-events’ property
There were some on here that I had ever even heard of. [...]
Read more…
Posted in: Javascript
August 27th, 2010 / No Comments » / by admin

Learn the difference between a Landing page, Land and Jump page and a Microsite and how to design a page that converts.
Read more…
Posted in: Development
August 27th, 2010 / No Comments » / by admin
The WordPress theme review page on the Codex was updated recently to reflect new guidelines and to remove previously redundant and contradictory information. The page was first created in 2010, and exists to help theme developers by listing the guidelines that are used to review submitted WordPress themes for inclusion in the WordPress Theme Directory. [...]
Read more…
Posted in: Development
August 27th, 2010 / No Comments » / by admin
By Chrissie Brodigan
Hey there! It’s Wednesday, so this mid-week roundup is devoted to all things business and development. Some links are newsworthy, some retweeted across Twitter, and others just meet our “awesomeness” requirement, and regardless we hope you’ll enjoy them. Without further delay: Business savvy, offer less, but offer great product, “Inside the Secret World of Trader [...]
Read more…
Posted in: Development
August 27th, 2010 / No Comments » / by admin
For four years the Envato Marketplaces have helped authors around the world earn an income selling their digital wares. Along the way we’ve grown from one marketplace to seven, with more on the way. We’ve gone from hundreds of members to hundreds of thousands. Items from our marketplaces have appeared in projects for companies big [...]
Read more…
Posted in: Javascript
August 27th, 2010 / 1 Comment » / by admin
BlackBerry 9780 OS 6.0.0.110
Duration : 0:1:29
Read more…
Technorati Tags: 9780, Blackberry, BlackBerry 6, WebKit
Posted in: Mobile
Tags: 9780, Blackberry, BlackBerry 6, WebKit
August 27th, 2010 / 25 Comments » / by admin
In this HTML website design tutorial I will teach you how to add tables into your website and layouts for text separation
Difficulty Level:
Medium/Intermediate
If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube.
Duration : 0:4:19
Read more…
Technorati Tags: Align, definition, design, develop, Format, hd, high, how, howto, HTML, internet, make, quality, table, tables, td, to, tr, tut, tutorial, Web, website
Posted in: HTML
Tags: Align, definition, design, develop, Format, hd, high, how, howto, HTML, internet, make, quality, table, tables, td, to, tr, tut, tutorial, Web, website
August 27th, 2010 / 25 Comments » / by admin
My forum http://thenewboston.com/forum/
Ask me all questions there as well as view source code for the tutorials!
Duration : 0:9:47
Read more…
Technorati Tags: apps, beginners, game, ipod, itouch, Mobile, program, sdk, stanford, tutorials, video, windows
Posted in: Development
Tags: apps, beginners, game, ipod, itouch, Mobile, program, sdk, stanford, tutorials, video, windows
August 26th, 2010 / 2 Comments » / by admin
Ryan Seddon, aka the CSS Ninja, has a nice blog post up where he reverse engineers the new feature in Gmail where you can drag attachments from an email on to your desktop.
Note that the feature only currently works in Chrome.
Ryan begins with the following code:
PLAIN TEXT
JAVASCRIPT:
var file = document.getElementById(”dragout”);
file.addEventListener(”dragstart”,function(evt){
evt.dataTransfer.setData(”DownloadURL”,fileDetails);
},false);
Describing the code Ryan says:
From [...]
Read more…
Posted in: Javascript
August 26th, 2010 / No Comments » / by admin

It’s really bugged me when writing large JavaScript applications, organization of code never really seems to be considered. We use frameworks for all the server-side stuff we do, but everyone seems content writing JavaScript in one big mess. Enter MVC using MooTools.
Read more…
Posted in: Development