Tag » jquery

JAN
13

Finding Duplicate IDs in your jQuery Web Application

With today's advanced web applications its sometimes hard to keep track of all the element IDs in an application. This can cause problems when element IDs have duplicate IDs, your jQuery application may go haywire and not function correctly. This problem can be solved by simply adding a bookmark to your web browser. read more »

JAN
25

Create an Anchor Menu from Heading Tags with jQuery

You can see on the right side menu that there is a new navigation menu that allows you to jump trough each heading of this article (if it were longer) ... This is the jQuery version which I ended up not using. I decided I liked automating the anchor menu with PHP because it is SEO friendly and more efficient loading in the users browser. But this version maybe useful to some of you. read more »

JAN
26

Generate MVC Files Easily from a Template and your Database

Originally, I did not plan on releasing this Java application I wrote which I named Web App Builder. I created it to help me build models, controllers, views, and forms automatically for CodeIgniter, or any other frameworks I was working with, using templates and my database structure. It could even be used for jQuery functions such as posting values etc.... read more »

FEB
8

Disable Adding IDs to divs in Komodo Edit

I have been using Komodo Edit for a while now and it is by far my favorite editor for PHP, HTML and CSS. I did find one thing annoying that Komodo Edit would add IDs to certain tags automatically when using its autocomplete feature. Well after doing a search on the Komodo Edit Forums I found a solution. Its actually quite a simple solution and it opens up extra functionality for customizing Komodo Edit even more! read more »