Web Development Blog: archive page 2

Latest from Rapid Web

Search for:

HSBC epayments issues relating to SSL certificate mismatches

By Jordan Hall 1st April 2011


This is a technical post provided as advice to server administrators having issues with the HSBC payment gateway system. HSBC have recently updated the SSL certificates on their payment gateway system. However it seems they did not provide the intermediate certificates for the certificate authority they used. This leaves the job of updating the CA bundles up to HSBC's clients. The following advice refers to resolving the issue on a Linux server....

Read Article

What are the differences between MyISAM and InnoDB?

By Jordan Hall 2nd July 2010


Wait... hold on. Firstly, what are MyISAM and InnoDB? MyISAM and InnoDB are the two commonly used MySQL engines for database tables. MyISAM is the default database engine for new tables created in MySQL 4 and 5. So, why would I want to use one over the other? Good question. Perhaps it is best answered by going through the differences between the two database engines. InnoDB is a more modern database engine than MyISAM, so some could say MyIS...

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

The Nudge (beta)

By Jordan Hall 18th May 2010


"The Nudge lets you exchange and manage brief reviews with people you know on everything that’s happening in your City, and beyond. Let your starting point in choosing anything (from a hotel in San Francisco or a restaurant in London, to a new book or a concert in New York) be the reviews of people you know, whose opinion you trust. The Nudge is also launching weekly City Editions for London and New York. These can be accessed through the ...

Read Article

The Moira Fund

By Jordan Hall 21st April 2010


The Moira Fund, a grant making charity, has been established in memory of Moira Jones, ... Following her death, family, friends and colleagues of Moira wished to establish a fund in her memory that would support others who found themselves bereaved through violent death at the hands of another. Rapid Web Services have worked with the Moira Fund to produce a custom web design built upon the well established, open-source blogging platform, WordPr...

Read Article

WordPress 3.0 Beta 1 has been released

By Jordan Hall 7th April 2010


WordPress, the super popular open-source content management and blogging software has recently gone into beta. Version 3 of WordPress looks to bring many new features to the system including a revamped administration system and the ability to deploy a network of WordPress powered blogs simultaneously on the same domain in either seperate directories or subdomains. WordPress 3.0 Beta 1 also comes with a new default blog them called Twenty Ten whi...

Read Article

Google Buzz Welcome Screenshot

By Jordan Hall 10th February 2010


In an update to our previous post on Google Buzz, we now have a screenshot to show of the Google Buzz interface within Gmail. The following screenshot shows the Google Buzz Welcome screen, as shown the first time you access Google Buzz. Google Buzz welcome screen...

Read Article

Google Buzz – Google’s social networking

By Jordan Hall


Google has tried social networking in the past, with ventures such as Orkut and Google Friend Connect, however neither have really become very popular. In fact, I imagine many of you reading this article may not have heard of Orkut at all. Google Friend Connect on the other hand is a API for web developers to put Google hosted social networking features directly into their websites via a iframes, JavaScript and AJAX. Anyway, I'm here to talk abo...

Read Article

WordPress to Open Source UI Design

By Jordan Hall 8th February 2010


WordPress, possibly the most popular blogging software out there, is set to heavily open source the design of its user interface this year. WordPress is an open source blogging solution written in PHP and powered by a MySQL database backend. Code wise, it is entirely open source and licensed in entirety under the GNU General Public License (version 2), and as of typing this, it is used by over 200 million websites worldwide. Design in WordP...

Read Article

What exactly is a web browser?

By Jordan Hall 5th February 2010


As web developers, we are using web browsers continually to preview and debug our web pages, dynamic web application and the website page's we develop. However, many consumers are unsure of what a web browser actually is. Admittedly, for many, this can be very confusing as there are such a lot of Internet related terms flying around now that it can be difficult to explain exactly what a web browser is. This can be especially true where many we...

Read Article