Share skills by providing real world classes http://www.skillshare.com/
Explore my tutorials, tips and writing:
Learn about a great Web development framework – Twitter’s Bootstrap.
A lot of people took to the Windows 7 phone market when it initially launched, but nowhere near the amount who leapt onto the iPhone bandwagon, laughing at other platforms as iOS became the most popular destination for applications on the market. However, there are remains a dedicated userbase, so let’s take a look at […]
The task: Write a PHP script to get images from database (database table “PHOTOS”), resize them and output them in the browser. Here’s my quick solution(not optimized): thumb.php [sourcecode language=”php”] <?php require_once(‘dbconfig.php’); // file that stores our database connection variables require_once(‘functions.php’); // resize script try { if (!isset($_GET[‘id’])) { throw new Exception(‘ID not specified’); } […]
Need to create or edit images ? These 4 free Photoshop alternatives will help you.
This is too fascinating! Wow! A video that captured development of human embryo following from conception to birth. http://www.ted.com/talks/alexander_tsiaras_conception_to_birth_visualized.html Psalm 139:14 “I praise you because I am fearfully and wonderfully made; your works are wonderful, I know that full well.”
Navigation controller and Tab Bar usage and implementation Creating an iOS 4 iPhone Multiview Application using the Tab Bar (Xcode 4) http://www.techotopia.com/index.php Creating an iPhone Multiview Application using the Tab Bar http://www.techotopia.com/index.php/Creating_an_iPhone_Multiview_Application_using_the_Tab_Bar Creating a Navigation Controller Based Application in Xcode for iOS based devices http://www.gurusonthego.com/2011/06/creating-a-navigation-controller-based-application-in-xcode-for-ios-based-devices/ Add a navigation Controller http://www.ralfebert.de/tutorials/iosdev/navigationcontroller/ Using CoreLocation and GPS: iOS […]
Anybody can learn programming ! This guy does an amazing job teaching most popular programming languages, all for free! Check this out: