Categories STILL not fixed

Posted by hts | February 10, 2008 .

I haven’t managed to sort the mess with my categories - I had a full day, and will be the next one. Stay tuned, though, I’ll do it soon enough - I have to :)

Great Thoughts #2

Posted by hts | February 9, 2008 .

If you cannot do great things, do small things in a great way.
Napoleon Hill

Do Not Overuse OOP [TotD]

Posted by hts | February 9, 2008 .

In an attempt to make every piece of code reusable and nicely encapsulated in a function / class, you might in fact slow down the execution of a script. Each method and object call consumes memory - a lot. Basically think of what code you will actually reuse later in your application / in other […]

Categories kinda messed up

Posted by hts | February 9, 2008 .

I’m currently trying to tidy up the categories on my blog and reduce the number, in an attempt to have an organised, easy to browse taxonomy.
However, I suddenly realized that I had no plan in mind, before starting this, on how the category tree should look like. Therefore, I decided to abandon this job mid-way […]

Use PHP built-in functions for strings instead of regex [TotD]

Posted by hts | February 8, 2008 .

PHP has quite a lot of build-in, bundled functions that make your life easier - if used, of course :)
Anyway, since regex is quite a pain in the back for lots of programmers, here’s a good advice: use string-related functions to achieve what you need.
Here are some useful ones:
strncasecmp: Binary safe case-insensitive string comparison of […]

Great Thoughts #1

Posted by hts | February 8, 2008 .

Humanity finds, as history has proven, a great pleasure in engaging in activities such as philosophy, thinking of the universe and it’s mysteries, the greater good and so on and so forth - you get the idea.
The results of such activities are statements, sentences, group of words which I like to call them “Great Thoughts”.
Since […]

First Affiliate Check - To Come

Posted by hts | February 7, 2008 .

So, my first check from an affiliate network is soon to be issued. They pay on the 15th and 1st of each month. However, it will probably take 1-2 weeks to arrive here in Romania, and yet again the same period until I can get my money - yeah, it sucks, but this is “how […]

« Previous Page