Blogs:
Dreamhost coupons / invites give away
Maybe somebody will need this (from dreamhost.com spcial delivery):
941501117731
354188037480
633723338381
251354892389You will get all these super special advantages not available any other way:
* You will get four (4) times the normal disk and bandwidth!
* If you choose five-year plan, you'll get $150 off!
* If you choose ten-year plan, you'll get $200 off!Use it in a "Promo Code" field when sign up at: https://signup.dreamhost.com/
- Add new comment
- Read more
- 58 reads
Photoblog on Drupal Rev.2
This concept was slightly changed versus previous Photoblog on Drupal idea. The biggest thing missing with the new concept comparing to the previous one is lack of any user level permissions. Any kind of private content was not so popular among my friends and colleagues so it was dropped (everybody prefer email for this type of images).
- 4 comments
- Read more
- 1441 reads
New site version is out!
After a few months of lazy thinking and couple of days playing with setup and theme the new version of andreys.info is finally out!
Please let me know if you spot any bugs.
Hope it will kick me to post things on more regular basis.
For those curious in Drupal setup details, there will be more information on how the new version is made in a day or so.
- Add new comment
- 197 reads
Delete .svn folders on your Mac
Sometimes you need to get rid of .svn hidden folders on your Mac. In my case it was about resyncing my local working copy with client subversion repository. Everything was broken at both ends.
A couple of terminal commands to get rid of unneeded svn tracks:
cd /some/of/your/folders/
rm -rf `find . -type d -name .svn`It will delete any .svn folders under your current.
For lazy typists: don't forget that you can drag and drop folder from finder to terminal to populate path.
- Add new comment
- 226 reads
Drupal vs Joomla
It just came to my mind suddenly: Drupal vs Joomla = LEGO set vs Barbie set.
I will not give you a long and logical explanation here. It's just an allegory. But many developers will probably agree. Drupal is rough and blocky at first sight (but extremely configurable) versus cute out of the box and so predefined (and somewhat messy) Joomla. Or is it just about your way of thinking?
- Add new comment
- Read more
- 195 reads
Configuring terminal to work with MAMP mysql on Leopard
I've decided to try MAMP on new Mac OS X 10.5. Mostly because PHP bundled with Leopard doesn't have GD library (otherwise it has quite cool set of modules). The other reason that is better Marc Liyanage's PHP installer is not yet ready for Leopard.
But after backing up all my MySQL databases (around 200Mb dump) it turned out that you can't acces MAMP's mysql via terminal to restore it (or I was something terribly missing from FAQs).
- 9 comments
- Read more
- 2046 reads

Recent comments: