Autodeclaring form data variables

2010 June 2
by Opeyemi Obembe

Here is a very useful simple snippet that saves a lot of coding time.
Picture a feedback form with 3 fields: name, email and feedback. When handling the form results, you’d want to do something like this;


continue reading »



My twitter timeline

2010 March 14
by Opeyemi Obembe

During the redesign of the ngBot blog, we figured it’d be nice dedicating a part of the sidebar to some of ngBot updates on twitter. This is a common trend with blogs and sure should be a piece of cake.

Instead of re-inventing the wheel, I tried looking out for ready made scripts that perform similar functions – that is; pull out a user’s updates on twitter and integrate it in the blog.


continue reading »



Preventing forms from bots – the blank method

2009 December 13
by Opeyemi Obembe

One of the challenges web designers and developers face is preventing forms from automated programs that disguise as humans and fill forms (call them bots). And needless to say, this bots can really be a nuisance – posting bad content, stealing data and doing all kind of weird stuffs. And so there was Captcha – a test to verify human response and prevent such bots.


continue reading »



Firefox add-ons for web-developers

2009 October 30
by Ernest Ojeh

If i wasn’t a web designer, i would probably be using Google chrome as my default browser. But my browser of choice any day is Firefox.  This is because of the wide range of add-ons available to extend the browser’s features.

In this post, I’ll show you a few add-ons that will make your design/development more productive.


continue reading »



VPS, CDN and advanced server techniques: 2

2009 October 4
by Opeyemi Obembe

In this piece, we will focus more on scalability – which I simply define as the ability of a server to efficiently adapt to more load. It is more complex as that sounds and to know more, you can check out scalability @ wikipedia.


continue reading »



Convert illustrator files to CorelDraw

2009 September 22
by Ernest Ojeh

I recently designed a couple of business cards in Adobe Illustrator. The designs were cool, but when i went to the printers in Shomolu to print them, they demanded that they had to redesign them in CorelDraw


continue reading »



CSS: When property/value order matters

2009 August 27
tags:
by Opeyemi Obembe

Generally, the believe about CSS is that no matter what order your property or value declaration comes in a selector, it is the same.

In other words, thus;

*{
margin: 0;

padding; 0;
}

continue reading »



VPS, CDN and advanced server techniques: Part 1

2009 July 31
by Opeyemi Obembe

VPS stands for Virtual Private Server, a type of hosting technology that gives you advanced features and server privilege as against a shared hosting. Its use in this article however refers generally to any type of hosting that allows you root access to your server – dedicated servers, VPS itself and Cloud servers as examples. I’d like to explain each in here but that is beyond the scope of this piece. Maybe some other time ;)


continue reading »




↑ back to top

Switch to our mobile site