Web and application development

Twitter

I find I use specific browsers for specific tasks, depending on how the site performs in the browser. I may be in the minority.

Follow me
31stJuly 2011

Command line debugging

I've been working for a while on a command line PHP script that doesn't use the webserver. The main problem I experienced was the inability of Eclipse/PDT to successfully launch a command line debugging session. This was because the PHP config that was loaded didn't include most of the modules that I required (the first to error was MySQL). Well, I needed to get work done so I soldiered on with "classic" debugging, adding a debug mode that controlled several aspects of the execution of the ... read more

Image from OpenClipArt.org - http://www.openclipart.org/image/800px/svg_to_png/debug.pngCommand line debugging with Eclipse/PDT

Posted by Jason in Development

Comments (0)

4thJune 2011

Silverstripe and jQuery

This is just a quick post regarding non functioning jQuery plugins and Silverstripe. If, as a convenience to your admin users, you include the Silverstripe Navigator in your templates then just be aware that this could prevent any 3rd party jQuery plugins from working. If you are not aware of the Silverstripe Navigator, it is the little admin strip at the bottom of the page that provides immediate access to the admin area from the front end of your site. Whilst logged in you are ... read more

Javascript ErrorUsing the SilverStripe Navigator and jQuery plugins?

Posted by Jason in Web development

Comments (0)

Recent post

Code styles

It may seem a little dull and mundane, but working with a consistent coding style will always benefit whatever project that you are working on. The style, or convention, that I'll be outlining here is what I have come to use over a long period of ... read more

Posted by Jason in Code snippets,Web development

Comments (0)

Recent post

MVC – Should you use it?

MVC - Model View Controller, is a sofware design pattern. The aim of MVC is to provide clean separation between data (the model) and what visitors/users see (the view). The controller sits between the model and the view marshalling data between ... read more

Posted by Jason in Web development

Comments (2)

Recent post My new theme

Site update

It has taken a while, but I have finally gotten around to migrating my site onto Wordpress. There are a few reasons why I've moved to Wordpress, but the main one was I needed to get into how it all works. Many people have many different opinions ... read more

Posted by Jason in Business

Comments (2)