There are 75 articles categorized as "Software"

Quick Netbeans tip - task filters

on April 27, 2010. in Development, Software. A 1 minute read.

I’m using Netbeans as my main IDE for PHP and Python projects for over a year now, yet only now I have stumbled upon this feature - creating filters for tasks that show up in the “Tasks” window (Ctrl+6 shortcut to show/hide the window).

Continue reading Quick Netbeans tip - task filters...

Bad Firebug!

on December 21, 2009. in Development, Programming, Software. A 3 minute read.

We all know about Firebug, probably the best developer add-on out there, and how awesome it is and how many times it helped us debug some nasty Javascript code, mess around with CSS and HTML on-the-fly, to track the time load of every external page element our app loads… It’s so cool that it even has it’s own add-ons! (FirePHP, YSlow and FireCookie). Really, it helps our developer lives to suck a bit less.

Continue reading Bad Firebug!...

Moblin, Linux for netbooks

on May 21, 2009. in Blablabla, Free time, Software. A 2 minute read.

Moblin got me curios and I wanted to test it out:

Continue reading Moblin, Linux for netbooks...

Wordpress as CMS tutorial

on March 14, 2009. in Development, Programming, Software. A 7 minute read.

Wordpress is one of the best blogging platforms out there — if not the best. It’s very powerful, can be easily extended and modified. It’s documentation is very well written and, so far, had answer to all of my crazy questions :)

Continue reading Wordpress as CMS tutorial...

pywst - setting up web projects quickly

on February 22, 2009. in Development, Programming, Software. A 2 minute read.

I wrote a Python script for automating the steps required to setup a web project environment on my local dev machine that runs on Ubuntu. Called it pywst: Python, Web, Svn, Trac. That’s the best I could do, sorry :P

Trac on Ubuntu

on January 27, 2009. in Development, Software. A 5 minute read.

Today I was messing around with Trac, installing it and doing some basic configuration. While my dev machine gets updated, I want to share my process of installing Trac.

Continue reading Trac on Ubuntu...

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...

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...

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...