Browse by Tags

All Tags » Javascript (RSS)

My thoughts on the dojo Javascript library

I've been asked to take a look at the dojo javascript framework today. At first, I thought it was a Java framework for handling AJAX stuff on the client-side. To my surprise, it was only for Javascript alone. It's amazing how it could make your...
Posted by lamia | 3 comment(s)
Filed under:

Creating a tab control/component functionality with DHTML

I'd like to share something I've made recently(though this may be so 1999). This post could either make your life easier or worse, it all depends on you whether you want to use it or not. I don't know if this kind of functionality already...
Posted by lamia | 4 comment(s)
Filed under: ,

TinyMCE - A Platform Independent WYSIWYG Editor

I've been looking this morning for a WYSIWYG editor to integrate with one of the personal projects I'm planning to make. It's going to be a WIKI that would allow anyone in my team to add, edit, view or search entries for best known knowledge...
Posted by lamia | with no comments
Filed under: , ,

Enumerate your javascript object object's methods a.k.a. javascript intellisense

In the system that I am currently maintaining, everything is a mess. You just won't know how to find something or where to find something unless you go down deep into their code. Hell! So while debugging a javascript portion and after hours of searching...
Posted by lamia | 5 comment(s)
Filed under:

Aligning a div tag to DOM object

I'm not sure if all DOM objects in HTML has the offsetLeft, offsetTop or offsetParent properties. Let me show you something that took me 2 days to figure out. Actually, I didn't figure it out because it was Eric Pascarello of javaranch who helped...
Posted by lamia | 2 comment(s)
Filed under:

A Javascript Mario Game... WTH!!!?

While searching the web I came across this Javascript mario clone. I think people are really getting a little out of their mind to even think of doing this! Have fun! :) http://www.janis.or.jp/users/segabito/JavaScriptMaryo.html
Posted by lamia | with no comments
Filed under:

script.aculo.us

I'm really feeling so tired as I'm writing this post. But that's not to stop me as I am very happy to have learned something new. While I was studying client's code, Converting from PHP to Java. I didn't quicly realize the how script.aculo.us and Prototype...
Posted by lamia | 1 comment(s)