Tag Archives: Web Developer

Yep, that’s me! These posts are things I thought may be useful for other web developers… as well as things I’d like not to forget.

A theory on approaching difficult tasks

Whichever industry you work in, whether you work for your­self or a com­pany and whatever your job descrip­tion, there are days where things just aren’t going your way. No mat­ter how long you sit at your desk, tap­ping your pen­cil, the solu­tion to the prob­lem at hand just isn’t appar­ent. As a developer, the prob­lem and solution […]

A few guidelines for WordPress plugin development

The WordPress plu­gin API is vast and power­ful. It allows developers to essen­tially hook code into almost any area of the WordPress sys­tem without modi­fy­ing the core files at all. It also allows for the cre­ation of stan­dalone plu­gins that work within the WordPress sys­tem but do not hook into the core mod­ules. Over the […]

Coding with the other side of your brain

This might seem like a weird topic for a blog post. Let me elab­or­ate. If you’ve ever coded for a sys­tem that is build in a con­ven­tion you’re not used to (for example, cod­ing using a MVC frame­work, if you’re not used to it), this concept will begin to make sense. It refers to the almost com­plete paradigm shift required […]

Content Management that enables developers

Content Management has always been an area of web devel­op­ment designed to make updat­ing a web­site simple and easy for the end-​​​​user. Over time, I believe, the concept of con­tent man­age­ment sys­tems (CMSes) has developed, in cer­tain aspects, in a point-​​​​and-​​​​click dir­ec­tion. By point-​​​​and-​​​​click, I mean where developers sign into a con­sole and click through a series of steps with, effectively, […]

Getting the information of a root page in WordPress

Often, when using WordPress as a con­tent man­age­ment or blog­ging tool on a web­site, one uses a multi-​​​​level page struc­ture. This entails a page being lis­ted “under­neath” another page in a tree struc­ture. Usually, if your WordPress installation’s permalinks devi­ate from the default set­ting, your page URL struc­ture will look some­thing like this: http://websiteurl.com/parentpageslug/subpageslug (Note: note a real URL) What if you […]

Perch — a new lil’ CMS is on the market

This Monday past, I received an email from “Perch”. On open­ing this email, I was reminded that Perch, a new “small CMS”, has now launched. Content Management Systems being an interest of mine, I took a look into this new lil’ guy on the CMS mar­ket. Perch is light­weight and easy to install and integ­rate into any web­site– new or […]

Useful HTML characters reference

While search­ing for a spe­cific char­ac­ter (→ to be exact) I stumbled upon this great resource for HTML char­ac­ter entit­ies. It can serve as a great resource for com­mon char­ac­ters used in web design (copy­right sym­bols, etc) as well as other char­ac­ters (for example, repla­cing a ^ with ↑ in a “back to top” link on your website). […]

Internet Explorer 8 has been released

So Internet Explorer 8 has been released. It’s been on the cards for a while now, and now it’s here. Boasting sev­eral new fea­tures includ­ing a “Compatibility View” (allow­ing users to view pages in older ver­sions of the browser) and visual search sug­ges­tions in the search box (in a sim­ilar fash­ion to an auto-​​​​complete script) amongst oth­ers. Just […]