Archive for May, 2009

Convert DVD to mp4 for Free with HandBrake

If you need to convert videos to mp4, mkv or avi. Use HandBrake: http://handbrake.fr/?article=download Its great for getting those videos converted.

Open Source Video Compression w/ Film Redux

The need to compress video continues to grow.However so does the number of programs that help you do this… but why pay. Open source is your friend. Instructions for the future, as there is a problem right now : Follow this blog to see about updates and progress. http://forums.macrumors.com/showthread.php?t=584869&page=3 If you own a mac and [...]

Writing a website proposal

PopStalin on : Some good thoughts on developing a website proposal. http://blog.popstalin.com/articles/business/writing-a-website-design-proposal

CakePHP & Database Migration for Teams

Joes Moss @ http://developwithstyle.com. Has put together this fantastic little script that virtually acts like version control for your cakephp databases. Optimal for teams that need to be synce up: http://github.com/joelmoss/cakephp-db-migrations/tree/master

Smush.it – Compress your images for the web

This plugin is now incorporated with YSlow, but run it on any one of your webpages, then download the new image files… Now you website will run faster and the image quality is still really good. http://developer.yahoo.com/yslow/smushit/index.html

YSlow – Great Fire fox plugin, for optimizing your page download

This is an awesome to firefox plug for optimizing download speed of your page: http://developer.yahoo.com/yslow/

CakePHP: ACL Menu Component

Once again Mark Story saves the day: ACL Menu Component

Share your code = Good Karma

So GitHub is a place for people upload share and collaborate on code: http://github.com/

CakePHP – Configuring ACL, Setting User Groups integration with Auth

I started with Cake about a year ago and was mostly just playing around with it. Well i ended up building a website using it, but of course i didn’t understand a lot about Cake. So i am now needing to retrofit it with all the pieces i should have initially configured. I recently got [...]

Installing a Code Syntx Highlighter for Word Press

I started to play with Syntax Highlighting today: I came across this : http://wordpress.org/extend/plugins/wp-syntax/ Seems to work nicely but you have to be in HTML Mode and if you switch back and forth you can loose your code snippet. I ended up disabling the Visual Editor, which of course i can re enable for future [...]