Archive for category Code

Country Codes in PHP Array

$options["AF"] = “Afghanistan”; $options["AX"] = “Ă…land Islands “; $options["AL"] = “Albania “; $options["DZ"] = “Algeria “; $options["AS"] = “American Samoa “; $options["AD"] = “Andorra”; $options["AO"] = “Angola “; $options["AI"] = “Anguilla “; $options["AQ"] = “Antarctica “; $options["AG"] = “Antigua and Barbuda “; $options["AR"] = “Argentina”; $options["AM"] = “Armenia “; $options["AW"] = “Aruba “; $options["AU"] = [...]

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

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