Parineeti Chopra-new actress-Hot Bollywood New Actress

Parineeti Chopra born 22 October 1988 is an Indian actress
 who appears in Hindi films. Chopra initially aspired to pursue
 a career in investment banking.
Even though she s only a few films old, she s managed to
bag 8 awards already for her performance .


Mysql Join query Codeigniter

Mysql Join query Codeigniter

code loads and initializes the database class based on your
configuration settings.

$query = $this->db->query('SELECT name, title, email FROM my_table');

foreach ($query->result() as $row)
{
    echo $row->title;
    echo $row->name;
    echo $row->email;
}

echo 'Total Results: ' . $query->num_rows(); 



Mysql Join query  Codeigniter


$this->db->select('*');    
$this->db->from('tbl1');
$this->db->join('tbl2', 'tbl1.id = tbl2.id');
$this->db->join('tbl3', 'tbl1.id = tbl3.id');
$query = $this->db->get();
 
The above get() function retrieves all the results
 from the supplied table. 

Checking the values of the form-codeigniter

Checking the values of the form-codeigniter


We need to ensure that all of the form fields have been filled in. We can do this by
simply using the empty()PHP function.
Before we do this, we want to assign the value of the form fields to variables.
This makes it easy for us by saving us from having to type out
$this->input->post('name')every time. Here's the code for this; it should be placed inside
the ifstatement where the comment // process data herewas.
$name = $this->input->post('name');
$email = $this->input->post('email');
$subject = $this->input->post('subject');
$message = $this->input->post('message');
With that out of the way, we can check to see if any of the fields were left blank, and
show an error if they were.
if(empty($name) OR empty($email) OR empty($subject) OR
empty($message))
{
show_404("The form submitted left fields blank, all fields are
required. Please go back and fill in all of the fields.");
}
Let me explain this code. What we do in the if statement is say "If the name is
empty, or the email is empty, or the subject is empty or the message is empty:
show this error". I've used ORin place of ||in this instance as it's more readable,
and is recommended by the CodeIgniter Style Guide.

Validate the e-mail
The next step that we need to take is to ensure that the email is correctly formatted.
The Email Helper gives us an easy solution. It contains a function that checks
whether a string is in the format email@domain.com. Here's how we check
the e-mail:
if(!valid_email($email))
{
show_404("The email address provided is not a valid email. Please go
back and fill in all of the fields.");
}

Seo Factors- SERPs upside-optimal page content

Seo Factors- SERPs upside-optimal page content

The algorithms used by Google, Yahoo!, or MSN Live Search to
 calculate search results can change atany time, therefore we
 generally avoid citing specific details regarding particular search engines and
their algorithms. Search engines have been known to
occasionally modify their algorithms and, as a result, turn the SERPs upside down.

With these disclaimers out of the way, it is time to briefly discuss
 the most important and consistently considered factors as
a quick primer for the web site developer. We group the
factors that affect search engine rankings into the following
general categories:

Visible on-page factors
 Invisible on-page factors
Time-based factors
 External factors

On-page factors are those criteria of a web page that are dictated
 by the contents of a web page itself.They are critical to a search
engine marketing campaign, but less so than they were
historically, becausethey are very easy to manipulate. Because
 there are obvious incentives for spammers to do so, search
engines have begun to place importance on other factors as well.
 That is notto say that on-page factors are not important.

Visible On-Page Factors
Page title
 Page headings
Page copy
Outbound links
 Keywords in URLs and domain name
 Internal link structure and anchors
 Overall site topicality 



The page title is a string of text, defined by contents of the
 <title>element in the <head>section of the HTML document.
 The title is visible both in the title bar of a browser window, as well as the
headline of a search engine result. It is arguably one of the most
 important factors in search engine optimization because it is both
 an important factor in search engine rankings, as well as a critical call
to action that can enhance the click-through rate.

Page headings are sections of text set off from web page copy
 to indicate overall context and meaning.They are usually larger
 in size than the other copy within the document. They are
 typically created using <Hx>tags in HTML, where x is a
number between 1 and 6. They have been abused in the past
 to manipulate search rankings, but they are still an important
 on-page factor, and they also serve to help the usernavigate a page.

Download iPod software

iTunes & iPod Software
Come to CNET Download.com for free and safe iTunes & iPod 
Software downloads and reviews including iPod Backup, 
iPod Utilities, iPod Video Software and many more.

iPod Utilities for Windows
The most downloaded iPod Utilities software, including
 CopyTrans Photo, iTools, and CopyTrans Drivers Installer

iPod Backup for Windows - Free downloads
The most downloaded iPod Backup software, including 
CopyTrans, CopyTrans Contacts, and TinyUmbrella

Other iTunes & Ipod Software for Windows
The most downloaded Other iTunes & Ipod Software software,
 including Apple iTunes, RecBoot, and ReiBoot

iPod Video Software
The most downloaded iPod Video Software software, including
 Xilisoft iPad Magic Platinum, 4U MP4 Video Converter,
 and Anvsoft iPod Photo Slideshow

Download iPod Tools
Download iPod Tools

Kevin Smith’s Tusk-September

There’s no shortage of interesting flicks hitting screens, so we’re
entering the start of the very best season for cinema.
Tis the season for high quality movies, with the upcoming New York
Film Festival really kicking off Oscar season for me.
That’s not to say that the next week or two won’t have
plenty to talk about, but once we’re in October it’s really the heat
of the moment then, as it were. Even so, the whole month of
 September has plenty to be excited about, I assure you of that much.

 There’s no shortage of quality coming our way, so be excited folks.
Below you’ll see a total of ten titles plus a pair of honorable mentions
 that I feel represent the best of the month. I’ve seen a handful of
 the films to be discussed, so I can vouch for those personally. The rest?
 Well, I’ll be reporting in on them real soon. In the meantime,
here you go: 10. The Guest – A throwback thriller.

I saw this film from up and coming genre filmmaker Adam Wingard
who blew me away with You’re Next last year recently and liked
 it a lot. It feels like a B movie from the 1980′s, a slow burn
 through and through. If you like the sort of thing where you laugh
 and cringe in equal measure, this one will be for you. It hits on the
 17th. 9. The Zero Theorem – Any new work from filmmaker
 Terry Gilliam is worth taking note of. Even if this isn’t my favorite
 one of his I’m currently embargoed from saying too much more,
 it’s far from boring and has a top notch cast led by Christoph Waltz.

 This one comes out on the 19th and likely will divide audiences.
 Something tells me that Gilliam wouldn’t have it any other way though8.
Two Night Stand – Another movie I’ve already seen, this romantic comedy
 is actually a lot better than the ads would lead you to believe.

Lenovo Vibe X2 Makeing Impressions

Lenovo Vibe X2 Makeing Impressions

The Vibe X2 and Vibe Z2. The former is clearly the superior
 smartphone with a 5" 1080p display. It has a MediaTek
MT6595m true octa-core chipset with 2GB of RAM and a
 processor that clocks all the way up to 2.0GHz. The Vibe X2
 has 32GB of storage, 13MP snapper on the back with a 5MP
 front-facer handling selfies and front video.

Lenovo revealed two new smartphones in its Vibe lineup:
the Vibe X2 and Vibe Z2. While the Vibe X2 uses a unique
 multi-layered design, the Vibe Z2 aims to make selfie addicts every one.

 The battery is 2,300mAh unit and the Lenovo Vibe X2 is
pleasantly light for a 5-incher at just 120g and extremely thin
 at just 7.27mm. In charge of operating the device is
Android 4.4 KitKat with Lenovo's Vibe UI 2.0. Lenovo Vibe X2
The Lenovo Z2 looks to be the QHD Vibe Z2 Pro's underboss.
It packs a huge 5.5" display of 720p resolution, a 64-bit
Snapdragon 410 chipset with four 1.2GHz cores and 2GB of RAM.

 The Vibe Z2 has a 13MP main camera and 8MP front-facing one.
 It's pretty light for its size at 158g and offers dual-SIM support.
 Lenovo Vibe Z2 All of the above puts the Lenovo Vibe Z2 as a
 prime competitor to HTC's newly-announced Desire 820.

Huawei Ascend G7-Woo Set

Huawei Ascend G7 is the latest midranger in the company
 portfolio. It's headlined by a 5.5" 720p IPS display or
1280 x 720px and a 267ppi density. It has a quad-core
processor with four Cortex-A53 1.2GHz cores, 2GB of RAM.


Huawei introduced a sleek, sophisticated, high-end phablet
called the Ascend Mate 7. The phone has a fingerprint sensor .

 Android 4.4 KitKat with Huawei's Emotion UI 3.0.
Huawei Ascend G7 The camera set is comprised of a
13MP f/2.0 snapper on the back and a 5MP shooter on the front.
What's most impressive here is the built of the device.
The Ascend G7 is 153.5mm tall and 77.3mm but what really
 stands out is the 7.6mm thickness. The smartphone tips the
 scales at 165g. Huawei Ascend G7 The Huawei Ascend G7
 offers LTE connectivity and dual antenna that should be able
 to enforce a stronger network connectivity.