Grails Release Plugin External Maven Config
The grails release plugin is great for publishing plugins to grails central but it will also publish a plugin to a maven repo. You simple need to configure t...
The grails release plugin is great for publishing plugins to grails central but it will also publish a plugin to a maven repo. You simple need to configure t...
When working with jQuery 1.6.1 and the jQuery Form Example Plugin I found that the examples were being serialized the plan was to use Ajax to send the serial...
So dealing with Datetime between client and server side can always be fun due to timezones but adding a number of browsers makes it all the more complicated....
As we know how to hide the address bar in iOS, we may want to tell if a user has that bar showing or not. I use this detection to show instructions to the us...
If you are creating a web app for the iPhone there is an easy to to hide the address bar when opening the page from a link on the users home screen. You simp...
The Problem The iPad and also the iPhone have a bit of special behavior when it comes to using the HTML5 video tag. They both have the autoplay functionalit...
I have been working with the HTML5 video element a bit on both iPad and the Chrome browser. I’ve started to find some odd behavior around the seeked event. F...
While working on a small HTML5 based project for the iPad I found some interesting things with how it handles the poster attribute and defining the video sou...
While working in PHP I found the need to fill an array with new objects on the fly. So at first I tried the array_fill function that worked fine for values b...
I was working with a CMS and found that one file was not downloading correctly people were saying that the file was being zipped up by the CMS. Well it turns...
I have a web page that needs to go through a bootstrap step in order to make all the correct Ajax calls. So I was simply looping through the results and maki...
Working with a fixed height and width table I found a problem where rows were expanding too much I needed each row to only grow in height enough to contain t...
While deploying a Java based auto import system I ran into a very odd problem. The code was developed and tested just fine with Connector/J 5.1.6 then while ...
While working on in Silverlight I found the need to auto populate a TextBox then shift focus to that TextBox. That was simple to do with the following code. ...
After seeing this great post from Jamie Thingelstad about using subdomains to redirect people to your LinkedIn or Twitter profile I thought it would be great...
While using the YUI Library, I came across an annoying issue. It is stated places that order matters when dealing with the library includes, yet there are st...
While working on a small GWT project with two other developers I ran into an odd runtime exception “com.google.gwt.user.client.rpc.IncompatibleRemoteServiceE...
This may not come up that often but if you are using Get parameters such as lets say submitted by a form to filter some weblog entries, these parameters will...
While working with an ExpressionEngine based site I ran across a listing of a weblog that could contain 1000′s of posts yet as it was displayed with the Dyna...
So many times it is nice to add a dynamic graph to a web page. I’ve personally done this with JavaScript libraries like PlotKit or Plotr. Also there is the u...
In an earlier post, I reported that the TR element in IE6/IE7 had a read only innerhtml. I have found a way to get around this while not perfect it works. It...
While building a simple shopping cart I was adding an update link so customers could easily update the cart quantities I would have done Ajax but we are on a...
So working with these two relatively new systems I’ve come to the surprising conclusion that I like Amazon’s better. I find it odd because I’m normally a bit...