Archive for the ‘Web Development’ Category
Thursday, July 17th, 2008
Powered by positive interactive, website design academy is a 2 weeks workshop on website designing. Covering topics like: XHTML, CSS, PHP, MYSQL and FLASH.
I will be instructing from the 24h to 26th of July and will be covering the following topics:
1:Introduction to the 3-tier architecture
2: Installing and Configuring of ...
Posted in Resource, 60minuteswiththegeeks, Web Design, Web Development | No Comments »
Sunday, May 18th, 2008
if you're like me, you like to use the latest software. that includes browsers. unfortunately, the latest browsers are a really bad idea if you're into web design - specifically standards-based design. because you need to workaround features not supported in older browsers. i made a really big mistake ...
Posted in Internet, Web Design, Web Development | No Comments »
Friday, May 16th, 2008
from YUIblog: Yahoo! is starting a new version of their training program, Yahoo! Juku, where they'll be training some of - as the blog puts it - tomorrow's front-end rock stars. While you may not be able to register, be not dismayed - the training videos will be uploaded ...
Posted in Platforms, Resource, Internet, Web Design, Web Development, Javascript | No Comments »
Thursday, April 24th, 2008
This is a new book on AIR programming for Javascript Developers.
Adobe AIR is a cross-platform desktop runtime created by Adobe that allows web developers to use web technologies to build and deploy Rich Internet Applications (RIAs) and web applications to the desktop.
The Book is released under Creative Commons. You can ...
Posted in Resource, Platforms, Books, 60minuteswiththegeeks, Web Development | No Comments »
Saturday, April 12th, 2008
Have you heard about Amazon S3 or EC2? Well if you have, understanding what Google App Engine is trivial. You can view Google App Engine as Amazon S3, EC2 and more all combined together.Google is reputed to have one of the largest installations of computers worldwide. According to the Google Story (David A. Vise), Google ...
Posted in Internet, Web Development | 1 Comment »
Tuesday, March 25th, 2008
Dipo mailed me this link and i thought it good to share it here....
Its Google offering tutorials, CS course contents and videos on current computing technologies and paradigms. its pretty loaded with useful stuffs.
The technologies covered include:
AJAX Programming
covers the basics of CSS,DHTMl and Javascript
Distributed Systems
covers what designers and programmers ...
Posted in Resource, Web Development | 2 Comments »
Thursday, February 21st, 2008
For safe guarding your applications here are two simple preventive measures that you can follow:
Hide sensitive data.
Make sure that files that contain sensitive data e.g. database details, password files etc are not easily retrieved by just anybody which is the case when you place them in exposed or public directories. ...
Posted in Web Development | No Comments »
Saturday, November 10th, 2007
suppose you're a web designer, and creating CSS-based layouts that actually work is driving you crazy. or you're a developer who has to create a website in a hurry - but you know the advantages of standards-based design, yet you just can't seem to work out a layout that seems ...
Posted in Web Design, Web Development | 1 Comment »
Thursday, November 8th, 2007
To have tinyMCE toggle-able, it needs to be initiated using the ‘none’ mode option i.e.
tinyMCE.init({
mode : "none"
})
Two methods of the class will then come in handy. The first method adds the editor instance when a button is clicked (or any other specified event occurs) while the second method removes the ...
Posted in Web Development, Javascript | No Comments »
Wednesday, October 31st, 2007
O.k. for you folks who don't know, Microsoft now owns equity stake in Facebook; the social networking giant. The purchase which was made official last week Wednesday (24th) had Microsoft paying $240 million for roughly 1.6 percent stake of Facebook; imagine, just 1.6 percent...and as at the time of this ...
Posted in Web Development | 1 Comment »