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 »



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 »




↑ back to top

Switch to our mobile site