www.dsyellowdirectory.com |Earn extra money ! Work from home or office

What are your Dreams, Goals and Ambitions ?

* Work from home or office. * Work Part time or Full time. * Never set an alarm clock. * Spend more time with your family... not with your boss. * Enjoy personal freedom and financial independence. * Achieve personal growth and recognition. * Taking vacations when YOU choose. * Have the time and money to enjoy the finer things in life. * Win FREE gifts like Laptop, Computer, Mobile phone etc. * Take advantage of one of the simplest yet most rewarding job opportunities.

February 26 2010

CodeIgniter GD Uploader and auto delect big images

Tagged Under : , , , , , , , , , , , , , , , , , , ,

Hi every one please check bellow a CodeIgniter GD underloaded function. It will be help for CodeIgniter programmer

function gd_Upload(){
$config['upload_path'] = $this->config->item(’absolute_path’).’picture’;
$config['allowed_types'] = ‘jpg|GIF|PNG’;
$config['max_size'] = ‘1000′;
$config['max_width'] = ‘1600′;
$config['max_height'] = ‘1000′;

$this->load->library(’upload’, $config);
$temp = $this->upload->do_upload(’userfile’);

if ( !$temp)
{
$data = array(’message’ => $this->upload->display_errors());
print_r($data);
}
else
{
$success= array(’upload_data’ => $this->upload->data());
$fullpath=$this->upload->data(’file_name’);
$Gdconfig['image_library'] = ‘gd2′;
$Gdconfig['source_image'] = $this->config->item(’absolute_path’).’picture/’.$success['upload_data']['file_name'].”;
$Gdconfig['new_image']=$this->config->item(’absolute_path’).”picture/”.$this->session->userdata(”w_id”).$success['upload_data']['file_ext'].”";
$Gdconfig['create_thumb'] = TRUE;
$Gdconfig['maintain_ratio'] = TRUE;
$Gdconfig['width'] = 185;
$Gdconfig['height'] = 185;
$Gdconfig['thumb_marker'] =”_thumb”;
$this->image_lib->initialize($Gdconfig);
$this->load->library(’image_lib’, $Gdconfig);

$this->image_lib->resize();

if ( ! $this->image_lib->resize())
{
echo $this->image_lib->display_errors();
}else{
$this->load->model(’W_user_model’);
$data=$this->W_user_model->gd_Upload( $this->session->userdata(”w_id”).”_thumb”.$success['upload_data']['file_ext']);

if($data){
$unlink=unlink ($this->config->item(’absolute_path’).”picture/”.$success['upload_data']['file_name']);
if($unlink){

$this->WorkerHome();

}
}

}
}

}
}

February 26 2010

jQuery Delete Link With Downlevel Support

Tagged Under : , , , , , , , , , , , , , , , , ,

Earlier this morning, I posted on making a simple jQuery delete link which makes it easy to create a delete link that does a form post to a delete action. Commenters pointed out that my solution won’t work for down-level browsers such as some mobile phones, and they were right. I wasn’t really concerned about down-level browsers. One solution for down-level browsers is to render a proper form with a submit button, and then hide the form with JavaScript. Of course this takes a bit more work. Here’s what I did. I made sure I had the following script in my master template.

November 19 2009

Make Money Outsourcing Today

Tagged Under : , , , , , , , , , , , , , , , , , , , ,

One of the easiest ways to make money online is through outsourcing. Internet marketing is built around outsourcing and has been for a very long time.

How do you think the big time “Internet Gurus” are making money hand over fist day in and day out? I will be the first to tell you that they are not working 24 hours around the clock cranking out a zillion products a week.

What is outsourcing and what can you outsource to better help you be more productive in your online business?

Well let’s start with the basics…

When you are looking to outsource you can outsource anything that you do not have time for or that will slow your production time up. These are some things that an Internet Marketer could outsource to make their life a bit easier.

E-Books
Articles
Copywriting
Websites
Sales letters
Sales Pages
PPC managing
Reports
Videos
Audios
Grfx Read the rest of this entry »

November 16 2009

Work At Home Business Opportunities

Tagged Under : , , , , , , , , , , , , , , , , , , ,

integrity. Takeoffzone.com is professionally managed by a successful Internet marketing expert webmaster. He is committed to providing scam free business opportunity offers and related resources, which facilitate visitors with a better chance to find, evaluate and develop real and profitable home based businesses of their own. We also provide legitimate jobs listing, practical advices and personal support, that will definitely allow our clients to achieve a steady stream of income more quickly while working online. Read the rest of this entry »

This website uses a Hackadelic PlugIn, Hackadelic SEO Table Of Contents 1.7.0.