Baki Goxhaj

I’m a web consultant specializing in WordPress. I love elegant solutions, quality code and a good laughter.

How to Limit Content in WordPress 1

How to Limit Content in WordPress

This is an old article describing old-fashioned ways of limiting content. I’m publishing a new article on this topic very soon so make sure you subscribe below. Have you seen those cool magazine style WordPress themes around this days? They are just cool. You might have noticed that they sometimes show a few words of […]

How to Limit Content in WordPress Read More »

Easy PHP I: Introduction 2

Easy PHP I: Introduction

I’ve been involved with PHP since I got into the web design and development world. This is because since in my beginnings I chose to use WordPress as a CMS to build websites with and since that day I have been needing PHP to build WordPress themes (and plug-ins lately). I have learned a lot of PHP tips and tricks, but I have not yet been able to study it regularly and eventually an advanced programmer as I aim.

Easy PHP I: Introduction Read More »

Advice from Steve Jobs

I came across this wonderful video where Steve Jobs is delivering his commencement speech to the graduates of Stanford University in 2005. In this talk he gives out three pieces stunningly simple yet great advice by telling three stories from his life and this stories are about getting fired from Apple in 1985, life &

Advice from Steve Jobs Read More »

New WordPress Freelance Project: JDMNagoyaAutoParts 4

New WordPress Freelance Project: JDMNagoyaAutoParts

I have been working on a lot of WordPress freelance projects lately, that’s I why I have been lazy posting. One of the most successful one is JDMNagoyaAutoParts, a showcase website for Japanese cars in Canada. I say it was a success because the project consisted on a lot of out-of-the-box theme development techniques and a lot of features that turn this site into a really flexible, scalable, time-saving CMS.

New WordPress Freelance Project: JDMNagoyaAutoParts Read More »

That’s Awksome!

Have you ever been doing something on the terminal and realise that most of the information thats being reported is useless to you? Ever thought, “Hey it would be really cool if it would only show me ‘just that bit’”? Awk could be the answer. Awk is a DSL or Domain Specific Language aimed at

That’s Awksome! Read More »

How to Install XAMPP on Ubuntu 6

How to Install XAMPP on Ubuntu

Introduction If you are a Linux (or Ubuntu) web developer or even a web designer with interest in CMS systems like WordPress, Drupal, Joomla etc., you are for sure in need of a web development environment on your work computer to test websites or themes that you built for any CMS. If you have not

How to Install XAMPP on Ubuntu Read More »

Accessible CSS 7

Accessible CSS

When I needed to hack a WordPress theme and I got my hands dirty with CSS code, sometimes I came across with in-line written CSS code i.e. every CSS selector occupied only one row. I found this practice very ugly and not scannable. I was used to CSS written in the classic way where every

Accessible CSS Read More »