Browse by Tags

All Tags » Javascript (RSS)

My thoughts on the dojo Javascript library by lamia

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...
Filed under:

Creating a tab control/component functionality with DHTML by lamia

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...
Filed under: ,

TinyMCE - A Platform Independent WYSIWYG Editor by lamia

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...
Filed under: , ,

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

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...
Filed under:

Aligning a div tag to DOM object by lamia

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...
Filed under:

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

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
Filed under:

script.aculo.us by lamia

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...
Filed under: ,