
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 :)
If you cannot do great things, do small things in a great way.
Napoleon Hill
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 […]
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 […]
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 […]
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 […]
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 […]
Recent Comments