Web Development Blog

Latest from Rapid Web

Search for:

Slick Wallet for Bitcoin – Node Webkit in practice

By Jordan Hall 19th May 2014


As a developer, I have plenty of outside interests surrounding new technology. One of these major interests is Bitcoin, the cryptocurrency. I've written about Bitcoin several times so far on this blog, including why you should accept bitcoins on your e-commerce website and using the BitPay payment gateway to actually take payments with Bitcoin. An interesting project I'd heard about recently is Node Webkit. Node Webkit is a freely available, ope...

Read Article

HTML 5 Content Tags

By Jordan Hall 28th May 2010


HTML 5 introduces several new tags which focus of defining the content of a page in a machine readable fashion. In today's websites, if a computer program attempts to pick out a particular part of a page, such as the main article, the sidebar or the top navigation, it would have difficulty. This is because every website structures its HTML differently, and most modern websites use <p>, <div> and <span> tags to surround their co...

Read Article