ArchivesPosts Tagged ‘Web’

09Nov

For those who don’t know, Google wave is a real-time collaboration tool. Unlike other real-time tools such as Etherpad, Google Wave has the ability to embed widgets into “waves”. You can use already made widgets such as syntax highlighting for code, or since wave is open source you can create your own widget. This opens Google wave to endless possibility as far a functionality goes.Continue Reading

31Oct

Often when writing JQuery code(especially for plugins) there are times when you need to execute the same block of code multiple times. Instead of writing them all out individually and making our code really terrible process wise, we can use functions and function calls to call the same block of code over and over.Continue Reading

29Oct

Welcome to JQuery part 2, using basic animation techniques. You should already have a basic understanding of JQuery and it’s elements to complete this tutorial. If you don’t, please refer to my JQuery Introduction post found here. Now to get started…Continue Reading

28Oct

JQuery is a javascript library that simplifies javascript’s interaction with HTML to speed up javascript coding. Benefits of JQuery – Lightweight Footprint – CSS3 Compliant – Cross-Browser compatibility What you will need – Javascript enabled browser – JQuery Library – An application to code in(Coda, Aptana, or even notepad) Starting out To start out coding Continue Reading