CFMX and java blog.
You don't need us to tell you that your position on anti-"piracy" laws has been unpopular recently. Last month's historic protests, with millions of Americans registering their opposition, have made that point pretty clear. Instead, we're writing today to tell you that the Internet can be great …
The project will remain in the Apache License. The copyright will be removed as most modern project no longer need or have a copyright. The Fusebox.org domain ownership will be transferred initially to John Blayter. The domain ownership shall only be owned by a commiter of at least 3 months. The …
This kind of rollback does nothing except help Asda with their stats i.e. "Rolling back 1000's of prices". I know, technically yes its a rollback, but really come'on.
ACTA is one more offensive against the sharing of culture on the Internet. ACTA (Anti-Counterfeiting Trade Agreement) is an agreement secretly negotiated by a small "club" of like-minded countries (39 countries, including the 27 of the European Union, the United States, Japan, etc). Negotiated …
Update: O2 have fixed this already) Whenever a mobile user accesses a website from their phone they share information about that device with the site.
It usually includes the web browser and the model of phone being used to allow the website to display its information in a way that suits your …
I've created a gist which gives you the basics for getting to grips with WebSQL. It's heavily commented and shows you the three core methods used (openDatabase,transaction,executeSql) and how to:
Create a database Create a table Insert a record Get the data back in to HTML Don't forget that …
A few weeks ago I came to realize that I was holding back BlogCFC as a product. I was a barrier to it growing. I thought about Joe Rinehart (a man I greatly admire) and his decision to hand over the reigns of Model-Glue to Dan Wilson, and it occurred to me that maybe it was time to do the same.
…
Adding some DateFormat functions to Node ended up being quite simple $ mkdir testDateFormat && testDateFormat
$ npm install dateformat $ subl app.js
For this I installed it locally, you can always add -g to add it locally. The final line opens up a new file called app.js in Sublime Text 2 for …
When moving over to a templating system like Jade it is the silly things you get stuck on. This is probably more for my reference than anyone else but its a simple layout.jade to use with Twitters Bootstrap . !!!
html
head
title= title
link(rel='stylesheet', …
Nodester Allows you to Deploy your Node.JS applications to Nodester.com for FREE
and is a good way to quickly get playing around with Node.js . The site has some quick guides for
getting your app created and deployed within 40 seconds, this post is about getting from
Hello World to having a …