Archive for the ‘Webdevelopment’ Category

IDE/Weaver/Studio Ramblings

On the Linux platform we (web) developers have quite a lot of texteditors or IDE (Integrated Development Environment) to choose from. What I miss are tools like Visual Studio and Dreamweaver. I know that we have MonoDevelop on the Linux (Windows and Mac)-side, but this is mostly a development environment for developing applications (and ASPX-websites). [...]

Exercise – creating table using css

Today I played around with css and the display: table / table-row / table-cell settings. And it worked out quite well. The reason for playing with this was to create a table without using the table-tag. I am not religious regarding using or not using the table-tag to render the page, but some are out [...]

My bookshelf

At the moment my bookshelf (and I am now stricktly writing about books related to programming) contains: PHP Professional PHP Programming (Wrox) (first PHP book that I bought) Programming PHP (O’Reilly) Web Database Applications with PHP and mySQL (O’Reilly) Object-Oriented PHP (No Starch Press) Latest additions: Advanced PHP Programming (Developer’s Library) CodeIgniter (Wrox) Professional Search [...]

My programming toolbox

To do my work as a PHP-developer I use the following tools: OS: Ubuntu: The OS of choise. Although I might return to Windows because there are tools there that I find better. (Photoshop, Visual Studio, InDesign, Illustrator, PHPed… and the list continues) Main development tools: Editor: Komodo IDE 5.X … or Aptana Studio Professional [...]