Git and subversion setup on CentOS 5 « Lâmôlabs (tags: git centos) Git Book – Installing Git (tags: git tutorial howto installation) More Reading:
Archive:
Archive for May, 2010
nautilus-open-terminal : terminal quick launch | Ubuntu Tutorials (tags: ubuntu linux terminal nautilus) More Reading:
MySQL :: MySQL 5.0 Reference Manual :: 13.2.13.1 InnoDB Performance Tuning Tips mysql innoDb perfomance tips (tags: innodb, performance) phpMyAdmin 3.4.0-dev – Documentation : (tags: phpmyadmin, innodb, row count, wrong) More Reading:
If you need to change the character set and collation for all columns and tables on an entire database then check out this little PHP script. It's currently Zend Framework based, though only for the database adapter - you could easily modify this to suit your own database connection. PLAIN TEXT PHP: <?php /* collationChange [...]
Another tasteful Magento work we did was this project specializing in selling products for pets. Other than consultation we installed this nice and simple Magento theme and set up a WordPress blog for the client. We ensured that the WordPress blog and the store run seamlessly and that the two websites persist the same feel [...]
Upholstered Headboards.co.uk specialises in manufacturing, supplying and distributing quality designer upholstered headboards to both the commercial and domestic markets. We built this project from ground up. The website is based on Magento e-commerce platform. We implemented design for this website from PSD files sent to us by the client's designer. The implementation was quite fun [...]
Baildon Physiotherapy is a sports injury clinic based in Baildon, bradford leeds. They offer expert treatment of a wide variety of musculoskeletal problems. We have created their new look website from ground up based on client's specification. The website is based on WordPress. We had to customize the look and feel so the website appears [...]
Swimmers ltd specializes in offering the largest range of waterproof MP3 players and cases available in one store. They aim to be a trusted authority on selecting audio products and cases for use during water sports activities. They offer products such as Waterproof MP3 Players, Waterproof iPod Cases, Waterproof Headphones, Waterproof Phone Cases and Waterproof [...]
The array_walk function is one of those unassuming little PHP functions that a lot of people may well ignore, but it is often very useful and can save writing out lines of code, compressing a pretty common coding structure into a single function call. Of course that also means that it is fast! However, the [...]
If you are using netbeans for PHP classes and you have some of your class properties are instances of other objects and you want to get autocomplete working for them, then you might struggle to figure out which PHPDoc syntax to use to get autocomplete working. Here is the answer: PLAIN TEXT PHP: /** * [...]