RSS
Subscribe
http://bit.ly/5sNqxO

Success Quotes Wallpaper Word Cloud — By Clinton Skakun

I was inspired by looking through tons of success quotes, and thinking…wouldn’t it be cool if all of these were one my desktop. So here it is…

Feel free to use it! I put it together and my Sister(Danette Skakun

) took the background image. It seems to work best as tiled wallpaper(looks not bad too)!

Please comment and tell me what you think!!! :)

The Phantom Creeps movie download
Share/Bookmark


http://bit.ly/8WuClJ

8 Things To Do With Your Ideas!

I found a good blog post today by Chirag Chamoli on what to do with your ideas

Don Donald trailer

Extraordinary Rendition move Bad Boy Bubby movie

Louis C.K.: Chewed Up
Bone Dry

:

  1. Collect them
  2. Jott them down
  3. Discuss it, with the your friend whose a born Devil’s Advocate
  4. Rank Them
  5. Be Imaginative and Practical at the same time
Whisper film

Sky Captain and the World of Tomorrow full movie

American Splendor psp Metal Man movie download

[ View The Full Article

The Twelve Chairs video

]

Share/Bookmark


http://bit.ly/4mYTfg

Using Data Objects(MySQL, PostgreSQL, Oracle, DB2 etc.) In PHP

I decided to switch from using arrays and use data objects for my web apps instead. One of the reason I did this is because fetching data from the database and dumping it into a object gives you much more flexibility than using regular arrays.

I remembered using data objects on a project I was working on a few months ago. The idea was a little to confusing for me at the time. Now I see that there’s more of an advantage to it than arrays could ever offer. If you run large object orientated web apps you might want to look into it…

How you do it—same as fetching a row into an array, just a different function:


<?php

// Here is an example in PostgreSQL(Can also be used in MySQL, Oracle, DB2 or what have you)
$resource = pg_query("SELECT id, name, active FROM users WHERE id = {$id} LIMIT 1");
// pg_fetch_object(sql_resource, [int row, str Class Name]);
$user = pg_fetch_object($resource, NULL, "MyClass");
// Echo some stuff
echo "Id Number: {$user->id}, User Name: {$this->username}";
?>

Pretty simple.

Extraordinary Rendition movie full

buy La planète sauvage

What I like best is that it just creates an object on the fly using the stdClass(Default Standard PHP Class) and adds the database values to it. If you want to add more functionality to it you can create your own classes(it’s very straight forward).

By using this we accomplish two things:

  1. We have more control over our data when it’s pulled from the database.
  2. We’ve become more Object Orientated, therefor adding more flexibility. We also have the option to use any of PHP’s OO features such as class inheritance

    , the ability to use control patterns etc.

Anastasia rip
You can learn more about Postgres and PHP data objects pg_fetch_object() HERE!

The Forgotten video

or MySQL’s mysql_fetch_object() HERE!

Killing Zoe Canes hd

Born trailer

I know most developers have heard about this before, but hell—I thought it would be something cool to bring up and share with everyone. Hot Shots!

White Christmas move
Share/Bookmark


http://bit.ly/62W5Sr

Linux, KDE: Amarok 2.0 Beta 1(Nerrivik) Released!!!

The first Beta version of Amarok 2.0 was just released. Amarok is a sweet music player for Linux and Unix.

Amarok 2 Beta 1 kicks off with a ton of new features as well as some changes and bug fixes.

New features include: Posted on my other blog!

Mickey Down Under move

Killing Zoe download

Far from Heaven video

Bad Moon video

Moby Dick dvd

Groundhog Day movie download Donkey Xote divx

Tomorrow Never Dies move

The Shawshank Redemption full

Interferencia move

Share/Bookmark


View in iTunes

We share life experiences and discuss development of leadership skills, discovering better methods of growth in business, the innovation of modern technology, social media and the web.