Category Archives: Web Development

Javascript Object Oriented Ideas

Good article on Javascript Object Oriented Ideas If you are looking to do some “strange” things with javascript Object Oriented programming, then check out: this article. There is a lot of information on creating things like static functions, singletons, private/public … Continue reading

Posted in Javascript Development, Web Development | Tagged , , , , , , | 1 Comment

Including Code within pre tags

Including code within pre tags It may be apparent to some that putting code on the page may be difficult at times. Especially if you have a for loop such as the following:

Posted in Html, Web Development | Tagged , | Leave a comment

Simple Javascript Error Handler

Simple Javascript Error Handler If you have ever wanted a simple error handler utility for javascript that outputs error s on screen in a reasonable manner, check out this little script.

Posted in Javascript Development, Web Development | Tagged , , , , | 1 Comment

Javascript Simple Closure Pattern

Simple Closure Pattern There has been lots of discussion about closures over the years especially since the success of popular frameworks such as JQuery and other such. But how are such patterns created and what are some interesting things that … Continue reading

Posted in Javascript Development, Web Development | Tagged , , | Leave a comment

Bing Maps Static Maps API

Before Getting Started make sure to obtain an API key from: http://msdn.microsoft.com/en-us/library/ff428642.aspx If you wished you could retreive Bing Maps static images for a specific location, your wait is over. I am not sure when the Bing Maps Static API … Continue reading

Posted in Javascript Development, Web Development | Tagged , , , | 2 Comments

Using Jquery in an iframe

Although it may not seem like an easy task at first, it is quite possible to use jquery inside of an iframe. The first trick involves loading jquery inside the iframe code itself. Html Containing Iframe

Posted in Html, Javascript Development, Web Development | Tagged , , | Leave a comment

Placeholder Content for Web and Print

In case you are ever in need for placeholder content for your site there are some greate resources available to you in terms of graphics and text. The standard textual placeholder content is known as Lorem Ipsum and can be … Continue reading

Posted in Html, Web Development | Tagged , , , | Leave a comment

Sqlite and Php pre 5.3

Sqlite and Php pre 5.3 Have you attempted to use Sqlite with php 5.2.x at all? There is a module that you can use and there was a pecl module apparently but the pecl comes not recommended for production.

Posted in Web Development | Leave a comment

Using Syntax Highlighting and TinyMCE in Joomla

Using Syntax Highlighting and TinyMCE in Joomla Have you tried using a syntax highlighter for any websites like possibly a joomla website? Have you run into issues when you got to save a document and you end up having an … Continue reading

Posted in Web Development | 1 Comment

Joomla Plugin – BaseUri in an Article

If you have ever thought about using the baseuri path in joomla inside an article to help while transitioning from dev to live. In case you may be wondering about Joomla and the potential of why this would not be … Continue reading

Posted in Web Development | Leave a comment