LAMP and SVN on Ubuntu 8.10

on November 24, 2008. in Development, Programming, Software. A 3 minute read.

This post is a rewrite of one of my older posts, Ubuntu as a dev machine, but this time I’ll explain also how to setup a basic SVN besides the LAMP.

Continue reading LAMP and SVN on Ubuntu 8.10...

TickTweet WordPress plug-in

on November 21, 2008. in Blablabla, Development, Programming, Software. A 4 minute read.

Few weeks ago @imjustcreative mentioned on Twitter that he would like a WordPress plug-in that would scroll (tick) tweets where “soultweet” is mentioned. As I wanted to do a plug-in for some time, but never had any good ideas, I told him that I’ll take up the job. So I started to work on this in my free time.

Continue reading TickTweet WordPress plug-in...

School's out!

on November 13, 2008. in Blablabla, Free time. A 1 minute read.

Today is one big day for me: I passed my last 2 exams at the College. 3 months of learning, a bit of luck and a professor in a good mood — the winning combination! This is a big relief for me, cause I now can fully concentrate on programming, no other stuff to think of, just me and the code.

Continue reading School's out!...

Powered by WordPress 2.7 beta 1

on November 04, 2008. in Blablabla, Free time, Software. A 2 minute read.

I’ve decided to upgrade to WordPress 2.7 beta 1, just for fun. For now, no major problems occurred, just a few smaller ones, all which are caused by my hacking of the WordPress core — I wasn’t keeping track of all hacks I did, so there were some random errors, but everything should be fine now.

Continue reading Powered by WordPress 2.7 beta 1...

Project Euler

on October 27, 2008. in Free time, Places on the web, Programming. A 1 minute read.

A few days ago, I found a really great place, full of excellent math and programming problems: Project Euler.

Continue reading Project Euler...

A Zend_Captcha example

on October 22, 2008. in Development, Programming, Software. A 4 minute read.

Update: I made an error in the example code, regarding the CAPTCHA image URL. I’m sorry for any troubles caused by this mistake.

Continue reading A Zend_Captcha example...

Starting with Zend Framework - part 2

on October 20, 2008. in Development, Programming, Software. A 4 minute read.

This post is the second part of my introductory text on Zend Framework, Starting with Zend Framework. This time I cover the basics about controllers, actions, view scripts and view helpers. On request routing and the Front Controller I will write one (or more) big post(s), so this part won’t be explained now. I will also skip explaining the models; they deserve their own post :)

Ubuntu as a dev machine

on October 15, 2008. in Development, Software. A 2 minute read.

This post is more of a note to myself, ‘cause I keep forgetting all these Linux commands, and spend hours setting up stuff right…

Continue reading Ubuntu as a dev machine...

Last night I came across on a post on TechFounder, about using Zend_Db_Profiler and a good example with real data on optimizing MySQL queries. For “geeks” who SQL speak fluently this will probably be no new stuff, but for great number of web developers (me included!) this will probably come in handy.

Starting with Zend Framework

on October 07, 2008. in Development, Programming, Software. A 7 minute read.

Zend Framework is a big & heavy object-oriented framework for PHP. I started working with ZF a couple of months ago, I liked it’s documention (it’s very well documented) and decided to stick with this framework. Here is the latest version of the framework — at the time of writing v1.6.1.

Continue reading Starting with Zend Framework...