Php-Configuration Control Through .htaccess

The .htaccessfile is very powerful and can control more than just
URL structure. For instance, you can control PHP configuration
options using the .htaccessfile. To increase the memory
allotted to PHP use this command:

php_value memory_limit 64M

This increases the memory limit in PHP to 64 MB.
You can also increase the max file size upload
and post size:

php_value upload_max_filesize 20M
php_value post_max_size 20M

Now the maximum file size you can post from a form and upload
is set to 20 MB. Most hosting companies set these values to
around 2 MB by default so these are settings that will be used often
for larger file uploads. Not all hosting companies will allow these
values to be set in your .htaccess file, and they could create an
error on your website if that is the case.

The .htaccessfile can also be used for security purposes.
 Using .htaccessallows you to restrict access to your website
by IP address, essentially locking it down from anonymous visitors. To lock
down your website by IP addresses, add the following code to your .htaccessfile:

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Access Control"
AuthType Basic
order deny,allow
deny from all
#IP address to whitelist
allow from xxx.xxx.xxx.xxx

Replace xxx.xxx.xxx.xxx with any IP address that you want to grant
 access to your website. You can have multiple allow fromlines so add
 as many IP addresses as you need. This allows access to
your website only if you are using an IP address defined here.

Acer Iconia A1-830 Wi-Fi tablet

 The Acer ICONIA A1-810-81251G00nr with WiFi 7.9" touchscreen tablet PC.
Acer Iconia A1 review Budget Android tablet looks solid but unexceptional.
The Acer Iconia A500 is the only tablet in our test series that has a
standard USB port which allows connecting USB sticks or hard disks.
ntel® Atom™ processor Z2560 1.6 GHz - 1 GB LPDDR2 memory - 16 GB internal
 storage - 7.9" IPS multi-touch display (1024 x 768) -
5-point multi-touch control.The Iconia A makes tablet navigation faster
 than ever thanks to Acer Touch WakeApp.The Iconia A1-830 is crafted
from top-quality materials for a sleek look and solid feel.
The smooth silver metal back adds premium appeal.A Touch Cooler The
 beautiful Acer Iconia A1-830 is crafted from premium materials
 for a sleek look and solid feel. It features a fast Intel
 CPU for smoother. The Acer Iconia A1-830 is a sleek and simple
tablet for basic use.Acer Iconia A1-830 Android tablet. Announced 2014,
 January. Features 7.9″ LED-backlit IPS LCD capacitive touchscreen,
5 MP camera, Wi-Fi, GPS, Bluetooth.


Mobile App SOS Women Security

Top Best Apps for Women Concerned with Safety and Security Reduce
 Your Chances of Becoming a Victim, Get Help Quickly With These Apps
 Mobile application development is the process by which application
 software is developed for low-power handheld devices, such
 as personal digital assistants.As the leading cloud platform for
 media and content delivery, application performance, and
Web security, we enable any experience on any device.SOS is the
commonly used description for the international Morse code
distress signal.SAVE OUR WOMEN'S SERVICES. Brought to you by SOS
Women’s Services - a coalition of women and women’s services
 protecting the rights of homeless women and children.
The women's safety application, sends SOS alerts from your phone.
uses GPS, SMS, location maps, GPRS ,email .

how to Debugging Errors Wordpress

Debugging errors in WordPress can be made easier using the
 WP_DEBUGoption. Enabling WP_DEBUG
displays WordPress errors on the screen, rather than suppressing
those errors with a white screen.

To enable WP_DEBUG, just set the option value to true:

define( 'WP_DEBUG', true );

New installations of WordPress will have this option defined
 in wp-configas false. If this option is not defined, it defaults to
 falseand error messages are not displayed. Remember to disable
or remove this option when you are done debugging because
error messages might help hackers find vulnerabilities in your
website. It’s best to always keep WP_DEBUG enabled when
developing in WordPress to address any warnings or errors
that might be displayed.

You can set additional advanced options in your wp-configfile.
These options are not in the wp-configfile by default so you
will need to manually add them to the file.

To set your WordPress address and blog address, use the
 following two options:
define( 'WP_SITEURL', 'http://example.com/wordpress' );
define( 'WP_HOME', 'http://example.com/wordpress' );
The WP_SITEURLoption allows you to temporarily change
 the WordPress site URL. This does not alter the database option
 value for siteurl, but instead temporarily changes the value.
 If this option is removed, WordPress reverts back to using the
 siteurldatabase setting. The WP_HOMEoption works the exact
same way, letting you temporarily change the home value for WordPress.
Some essential wordpress plugins

Dell Precision M6800

The Precision M6800 is Dell's biggest and most powerful business notebook
, which means a high price – this £2,075 around US$3,490, AU$3,750
machine is twice as pricey as some of its rivals. That's expensive, but
 Dell has packed this laptop with every feature a professional will
need on the road.

Every aspect of the M6800's design speaks to its business credentials.
The chassis is built from aluminium and magnesium alloy, and build
 quality is top-notch: there's no give on any surface. Dell has also
tested this machine using MIL-STD-810G protocols, so it's resistant
 to dust and works in extreme temperatures.

It's versatile, too. There are four USB 3.0 ports, D-SUB, HDMI
 and DisplayPort outputs, two audio jacks, an Ethernet socket
and an SDXC card slot, and it's also got rarer additions:
ExpressCard, eSATA and Smart Card slots, a docking station
connector, a hot-swappable hard disk and a physical Wi-Fi switch.

This is a work laptop, so it also has a trackpoint in the middle
of the keyboard with three discrete buttons.

Features of MySQL Database Server


MySQL is a relational database management system.
Whether you’re involved with a Web site that processes millions
of requests a day like eBay or Yahoo!, or a smaller site
such as your own online shop or training course, the data must
be stored in an organized and structured way for easy access
 and processing. This is handled by a database management
system such as MySQL where the data is stored in tables
rather than in a flat file.

MySQL uses the client/server model; that is, a database server
 MySQL that serves communicates with multiple clients
application programs, where the clients may or may not be on
 the same computer. It also supports SQL, the
structured query language, a standardized language used by
most modern databases for working with data and
administering the database.

 The MySQL software
uses the GPL -GNU General Public License,
http://www.fsf.org/licenses/, to define what you may and may not do with
the software in different situations. If you need to use MySQL
code in a commercial application, you can buy a commercially
licensed version. See the MySQL Licensing Overview for
more information
http://www.mysql.com/company/legal/licensing  .


The MySQL Database Server is very fast, reliable, and easy
 to use. MySQL Server was originally developed to handle
large databases much faster than existing solutions and has
been successfully used in highly demanding production
environments for several years. Its connectivity, speed, and
 security make MySQL Server highly suited for accessing
databases on the Internet.

MySQL serves as a back end for all kinds of information
such as e-mail, Web images and content, games, log files, and
so on. The server can be embedded in applications such as
cell phones, electronic devices, public kiosks, and more.

 Most Popular Posts

http://seo-tips-tech.blogspot.com/2013/09/list-of-100-top-best-social-bookmarking.html
http://seo-tips-tech.blogspot.com/2013/09/list-of-top-200-best-free-classifieds.html
http://seo-tips-tech.blogspot.com/2013/09/marketing-your-site-and-track-visitors.html
http://seo-tips-tech.blogspot.com/2013/09/maximum-performance-from-mysql.html
http://seo-tips-tech.blogspot.com/2013/09/php-best-top-20-open-source-content.html
http://seo-tips-tech.blogspot.com/2013/09/php-implode-array-elements.html
http://seo-tips-tech.blogspot.com/2013/09/php-mail-functions.html
http://seo-tips-tech.blogspot.com/2013/09/php-mvc-tutorial-for-beginners-model.html
http://seo-tips-tech.blogspot.com/2013/09/php-renaming-files-and-directories.html
http://seo-tips-tech.blogspot.com/2013/09/php-sessions-page.html
http://seo-tips-tech.blogspot.com/2013/09/php-urlencode-make-strong-get-query.html
http://seo-tips-tech.blogspot.com/2013/09/php-use-header-function-php.html
http://seo-tips-tech.blogspot.com/2013/09/select-great-website-domain-name.html
http://seo-tips-tech.blogspot.com/2013/09/sql-inherently.html
http://seo-tips-tech.blogspot.com/2013/09/technical-internet-marketing.html
http://seo-tips-tech.blogspot.com/2013/09/test-web-site-in-other-browsers-online.html
http://seo-tips-tech.blogspot.com/2013/09/tips-inbound-marketing-tactics.html
http://seo-tips-tech.blogspot.com/2013/09/tips-to-ranking-high-on-yelp.html
http://seo-tips-tech.blogspot.com/2013/09/top-20-best-free-email-service.html
http://seo-tips-tech.blogspot.com/2013/09/top-20-best-social-networking-sites.html
http://seo-tips-tech.blogspot.com/2013/09/top-20-free-website-templates-download.html
http://seo-tips-tech.blogspot.com/2013/09/top-50-best-and-top-rank-forum-sites.html
http://seo-tips-tech.blogspot.com/2013/09/top-50-most-popular-best-sites-for.html
http://seo-tips-tech.blogspot.com/2013/09/top-emarketing-tip.html
http://seo-tips-tech.blogspot.com/2013/09/video-search-optimizing-tips.html
http://seo-tips-tech.blogspot.com/2013/09/ways-to-make-money-at-home-fast.html
http://seo-tips-tech.blogspot.com/2013/09/web-seo-tip-for-image-picasa-photo-feed.html
http://seo-tips-tech.blogspot.com/2013/10/
http://seo-tips-tech.blogspot.com/2013/10/3d-wallpaper.html
http://seo-tips-tech.blogspot.com/2013/10/accounting-job-india.html
http://seo-tips-tech.blogspot.com/2013/10/bank-job-india.html
http://seo-tips-tech.blogspot.com/2013/10/content-marketing-of-small-business.html
http://seo-tips-tech.blogspot.com/2013/10/database-software.html
http://seo-tips-tech.blogspot.com/2013/10/db-jobs-database-job-dba.html
http://seo-tips-tech.blogspot.com/2013/10/government-jobs-list-india.html
http://seo-tips-tech.blogspot.com/2013/10/human-resources-job-hr-job-india.html
http://seo-tips-tech.blogspot.com/2013/10/job-finder.html
http://seo-tips-tech.blogspot.com/2013/10/mobile-computing.html
http://seo-tips-tech.blogspot.com/2013/10/most-popular-technology-tags.html
http://seo-tips-tech.blogspot.com/2013/10/offline-marketing-tips.html
http://seo-tips-tech.blogspot.com/2013/10/personalisation-of-ecommerce.html
http://seo-tips-tech.blogspot.com/2013/10/php-developer-jobs.html
http://seo-tips-tech.blogspot.com/2013/10/php-job-in-kolkata.html
http://seo-tips-tech.blogspot.com/2013/10/php-jobs-india.html
http://seo-tips-tech.blogspot.com/2013/10/seo-job.html
http://seo-tips-tech.blogspot.com/2013/10/seo-jobs-in-kolkata.html
http://seo-tips-tech.blogspot.com/2013/10/seo-marketing-news.html
http://seo-tips-tech.blogspot.com/2013/10/seo-marketing-plan.html
http://seo-tips-tech.blogspot.com/2013/10/seo-marketing-term.html
http://seo-tips-tech.blogspot.com/2013/10/seo-marketing-youtube.html
http://seo-tips-tech.blogspot.com/2013/10/top-5-video-sharing-sites.html
http://seo-tips-tech.blogspot.com/2013/10/top-blog-tips.html
http://seo-tips-tech.blogspot.com/2013/10/top-ranking-with-yahoo.html

Moto X+1

Motorola announced Moto X+1 now gets a rumored release date.
 According to some unnamed sources, it should land at Verizon
 "by September 25". Motorola has previously told us to expect
the successor to the original Moto X to arrive in "late summer",
and this is close enough - as summer officially ends on September 22.
And the "by" in the release wording above could potentially mean
 that it might be out a little while before September 25 too.
And let's not forget that other carriers are expected to sell the
Moto X+1 as well, so one of those may have it for sale before
Verizon manages to. There's nothing new to report on the front
 of a release date for the Moto 360 smartwatch, though. Obviously
 it could be launched alongside the Moto X+1, but this rumor
doesn't say anything about that. Yesterday we saw the
 Moto X+1 getting benchmarked, and having its Qualcomm
Snapdragon 801 chipset with a 2.5 GHz quad-core CPU
 confirmed along with 2GB of RAM. Earlier reports and
different mumblings also had it coming with a 5.1" or 5.2"
touchscreen with 1080p resolution, a 12 MP rear camera.

Php Session Security-Internet Security

Because a session may contain sensitive information, you need to treat
 the session as a possible security hole. Session security is necessary to
 create and implement a session. If someone is listening in or snooping
 on a network, it's possible that he can intercept a session ID and use
 it to look like he is someone else. It's also possible to access session
 data from the local filesystem on multiuser systems such as ISP hosting machines.

Session hijacking is when someone accesses either a client's cookie
 or session ID, and then attempts to use this data. Session fixation
 is attempting to set your own session ID. Session fixation and
hijacking are easy to combat. We'll make use of the super global
variables for the client's IP address and browser type to keep things secure.


<?php
session_start();
$user_check = md5($_SERVER['HTTP_USER_AGENT'] . $_SERVER['REMOTE_ADDR']);
if (empty($_SESSION['user_data'])) {
session_regenerate_id();
echo ("New session, saving user_check.");
$_SESSION['user_data'] = $user_check;
}
if (strcmp($_SESSION['user_data'], $user_check) !== 0) {
session_regenerate_id();
echo ("Warning, you must reenter your session.");
$_SESSION = array();
$_SESSION['user_data'] = $user_check;
}
else {
echo ("Connection verified!");
}
?>

we stored the encoded combination of the IP address and
browser type. That way, when the user returns to this page,
we can compare the value stored in the session versus a fresh
 computation of the IP address and browser type. If the two
 don't match, we potentially have a hijacker, so we pick a new
 ID and clear out any saved data for that session. That way,
 the hijacker cannot retrieve any of the private information
stored in the session. This doesn't cause a problem for
legitimate users, because they aren't going to change browser
 or IP addresses in the middle of a session with your web site.




How to Make Revenue With Google Adsense

Google AdSense

Want to make money with Google AdSense for content?
Here's a list of what not to do, unless you want to get banned.
 Make Money With Google AdSense related part .

Since advertisements are not displayed in even bundles of
1000-impressions, all impressions served on your site, regardless
 of the bid type, are combined and averaged in your reporting to
 show your effective RPM Revenue per-1000-impressions.

Targeting type is a per-individual ad impression criteria, not
 per-ad request. When a single ad unit shows several ads at once,
 the corresponding ad request is attributed to the targeting type of the
 first ad to show. The targeting types of the other ads are ignored. 
This may have an effect on the statistics.


Google AdSense is the most popular online advertisement service.
 It is provided by Google, but it is not related to its search 
engine.Google's AdSense is a free program that allows
 online publishers to earn revenue by displaying relevant
 ads on a wide variety of content.
Google AdSense is the Google program where you can host
 pay-per-click ads on your Website.
 When someone clicks an ad, you earn money.If you make
 money from your website or blog, chances are you've 
heard of or at least used Google's CTR-based advertising
 network - Google AdSense.
When bloggers think of online advertising, the words
 Google AdSense immediately pops to mind.
 Google had done an amazing job capturing the internet.
Google AdSense is a program run by Google
 that allows publishers in the Google Network of content
 sites to serve automatic text, image, video,
 or interactive media.The Google Adsense program is
 designed to give affiliated websites an opportunity
 to earn income through the number of visitors who 
access those websites.

AdSense Work? 

Google AdSense displays contextual ads on your page,
 the content and appearance of which you can
 control with filters and design elements.Ever wondered
 how much traffic do you need to make money
 with Google AdSense? I’ll show the traffic you'll
 need to make $100k from your blog.
Making money with Google AdSense seems like a simple
 thing to do. Create a website, put some advertising on,
 and wait for the clicks and money to start rolling in.
Make Earn money at home online with adsense without
 investments is a simple guide about how to earn money 
online without invesment on internet.
 To display contextually relevant advertisements on
 a website, webmasters place a brief Javascript 
code on the websites' pages.
 
 The cost per click to advertise on Google is very high
 compared to cost per click on Google Display Network. 
So if an advertiser is paying $0.50/click on Google 
then he may be paying only $0.10/click on Google Display Network. 
 
 If your site has less than 500 visitors per day,
 it's going to be difficult to make much with AdSense.
 You have to remember that only a small percentage of

 people will click on your ads 3% so if you have 500 people coming to your site in a day, that's 5 clicks. AdSense Themes for earn revenue

 
  
 
google adsense responsive

The RPM and click varies on different stuffs for mysite
 the google adsense RPM is bit slighty more when more
 different advertisers ads are placed in the site.
internet marketing software helps in SEO, PPC,
 keyword research, Article marketing, Affiliate marketing,
 link building.
 A single optimized responsive Google Adsense 
ready wordpress themes will help you make more
 money, gives high CTR and is mobile friendly.
Responsive ads from Google AdSense are new and improved.
 Smart Sizing ads adapt to the available space 
to fit any device.


Join AdSense
Once you have 50-100 pages on your 
site, go to http://adsense.google.com to apply. 
 
Optimization Tips Ad Formats 
 
 Need the page with more content with completely 
designed website.

Find  keywords

Improve yourTarget Keywords

Pick the right AdSense format

    336x280 large rectangle
    300x250 medium rectangle
    160x600 wide skyscraper

Increase the number of ads

Don't place Google ads on sites that include prohibited content.

Add only 3 Google Ads in One Page. 
 
The CTR is the percentage of the visitors who click on
 the ads being displayed on your website, for example,
 100 people visit your website and 10 out of 100 click 
the ads, in that case the Adsense CTR will be something
 like 10% which is very good. However, 5% CTR rate is 
considered a good CTR in Adsense. 
 
More Google Adsense Tips

A page view is what Google counts in your reports every time a
 user views a page displaying Google ads. We will count one page
 view regardless of the number of ads displayed on that page.

For increasing CPC & RPM, you simply need to drive more
 visitors from USA, Canada & other developed countries.
Advertisers pay more for visitors coming from these countries.
 Moreover, you can choose a profitable niche which will boost your
 CPC & overall earning with Adsense, some high paying topics are following:
Make Money Online
SEO
Web Development
Health Care
Forex Trading
Web Hosting Reviews
Yoga
Blogging
Web Designing
Online Marketing
Writing quality articles can also boost your CPC & RPM, include your
 main keywords in the articles & also write lengthy articles which have
 more keywords, so Adsense crawlers will be able to deliver the
beset relevant ads on your pages and you’ll get more clicks and thus will be more revenue.

AdSense optimized content
With the ad placement basics out of the way, it’s time to figure out how to
convince the good folks at Google AdSense to place ads on your Web site
that have meaning to your site visitors. Your ultimate goal
 by implementing AdSense is to entice visitors to click or
view the ads that appear on your page. That only happens,
though, if the ads are appealing to visitors. Having
the right content is the key to having the right ads.

Google AdSense team helping online publishers, specifically Blogger
 users like you, ensure your blogs are optimized to generate as much
 income for you as possible. This short video will also give you a quick
overview of AdSense and how it works with Blogger:. Blogger blog
Learn how to ad AdSense to your Blogger. Google AdSense has
enabled bloggers around the world to get ad revenue from their content.
 If you put AdSense in Blogger , Google will generate the code for you
from within. Webmasters and upcoming Blogger regularly.

Section targeting
In AdSense terminology, section targetingis a method of ad placement that
allows advertisers to decide where on a page they want their ads displayed. If
it turns out that you have ad space available in that place on the page, and if
your page is related to the topic of the ad, the ad can be placed on your site. 

  You can easily sign up and start showing ads on your blog, without
having to leave Blogger, by clicking on the "Earnings" tab in your dashboard.
 Stay tuned to the Blogger Buzz blog for more tips and tricks about
 monetization in the coming weeks. As a matter of fact, if properly
 presented, it might just be a source of inspiration for those who
want to see what a specific blogger is making money with, and
 within the process learn something from it.

http://seo-tips-tech.blogspot.com/2013/02/3-top-internet-marketing-tips.html
http://seo-tips-tech.blogspot.com/2012/09/improve-structure-of-your-urls.html
http://seo-tips-tech.blogspot.com/2012/09/key-factors-effecting-link-quality.html
http://seo-tips-tech.blogspot.com/2012/09/picking-right-keywords.html

  

ASUS Fonepad 7

Asus Fonepad 7 Android tablet. Announced 2013, 
September. Features 3G, 7.0 IPS 
LCD capacitive touchscreen, 5 MP camera, Wi-Fi,
 GPS, Bluetooth. ASUS was prepping a 
product called the FonePad, a 7-inch tablet with
 built-in phone functionality.
ASUS last week launched its newest phablet, the
 ASUS Fonepad 7 Dual SIM FE170CG and we’re lucky
 enough to have our hands on this 7-inch tablet
 with 3G phone.
 
 The Asus Fonepad 7 LTE and Asus Fonepad 7 dual
 SIM are not too different from the Fonepad 7.
Asus has just pulled the wraps off a new member
 in the Fonepad family.
 
 The Fonepad 7 Dual SIM ME175 carries forward 
some of the features from the
 previous Fonepad. 

Building Dynamic Images-PHP

You want to create an image based on a existing image
 template and dynamic data typically text).
 For instance, you want to create a hit counter.

Load the template image, find the correct position to properly center
 your text, add the text to the canvas, and send the image to the browser:

// Configuration settings
$image    = ImageCreateFromPNG('button.png');
$text     = $_GET['text'];
$font     = ImagePSLoadFont('Times');
$size     = 24;
$color    = ImageColorAllocate($image,   0,   0,   0); // black
$bg_color = ImageColorAllocate($image, 255, 255, 255); // white

// Print centered text
list($x, $y) = pc_ImagePSCenter($image, $text, $font, $size);
ImagePSText($image, $text, $font, $size, $color, $bg_color, $x, $y);

// Send image
header('Content-type: image/png');
ImagePNG($image);

// Clean up
ImagePSFreeFont($font);
ImageDestroy($image);

Building dynamic images with GD is easy; all you need to do is combine
 a few recipes together. At the top of the code in the Solution, we
load in an image from a stock template button; it acts as the background
 on which we overlay the text. We define the text to come directly from
 the query string. Alternatively, we can pull the string from a database
 in the case of access counters or a remote server stock
 quotes or weather report icons.


<?php
if (isset($_GET['button'])) {

    // Configuration settings
    $image    = ImageCreateFromPNG('button.png');
    $text     = $_GET['button'];      // dynamically generated text
    $font     = ImagePSLoadFont('Times');
    $size     = 24;
    $color    = ImageColorAllocate($image,   0,   0,   0); // black
    $bg_color = ImageColorAllocate($image, 255, 255, 255); // white

    // Print centered text
    list($x, $y) = pc_ImagePSCenter($image, $text, $font, $size);
    ImagePSText($image, $text, $font, $size, $color, $bg_color, $x, $y);

    // Send image
    header('Content-type: image/png');
    ImagePNG($image);



    // Clean up
    ImagePSFreeFont($font);
    ImageDestroy($image);

} else {
?>
<html>
<head>
    <title>Sample Button Page</title>
</head>
<body>
    <img src="<?php echo $_SERVER['PHP_SELF']; ?>?button=Previous"
         alt="Previous" width="132" height="46">
    <img src="<?php echo $_SERVER['PHP_SELF']; ?>?button=Next"
         alt="Next"     width="132" height="46">
</body>
</html>
<?php
}
?>
If a value is passed in for $_GET['button'], we generate
 a button and send out the PNG. If $_GET['button'] isn't set, we print
 a basic HTML page with two embedded calls back to the script with
 requests for button images — one for a Previous button and one for
 a Next button. A more general solution is to create a separate
 button.php page that returns only graphics and set the image
source to point at that page.


Facebook - business

Facebook is a social utility that connects
friends with friends and others who work, study etc.
more than 1 billion users, Facebook is the  largest social network.
According to Facebook CEO Mark Zuckerberg, the company's
unofficial mission is to make "the world more open and connected."
Facebook's Parse releases PHP SDK, its first for a server-side
 language and its first to be open source.

Profile. Facebook, Inc. is a social networking service and website.
 It aims to make the world more open and connected.
People use Facebook to stay connected.Facebook has been going
 around the country, speaking with small business owners about
 ways to grow through the social network at Facebook Fit events.
 Facebook and AOL announced last night a partnership that will
 integrate a user's Facebook friends into their AOL Instant Messenger.
Check out the online data for Facebook users by country,
including Local Fan Counts and user demographics.
Facebook, one of the primary backers of the Internet.org initiative,
 which aims to bring affordable Internet access to the 5 billion people.

ASUS Chromebox

The ASUS Chromebox is a compact and powerful device
delivering an incredible Chrome OS experience.
 It houses a processor powerful enough for ultrafast
 multitasking.ASUS CHROMEBOX-M004U Desktop View larger
 Experience the Best Chrome OS Computer With easy
 out-of-the-box setup, integrated virus
and malware protection.The Asus Chromebox is one
of those products that does what it says and
says what it does: It's a box that runs
 Chrome OS, Google's Web-based operating system.
Asus's new Chromebox brings cloud-centric computing
 to the desktop in an affordable and upgradeable
 form. For those with limited computing needs or
 upgrading from an aged desktop, Asus' Chromebox
 is a great alternative to a pricier Windows
 8 or OS X machine.

Reviewing a Chromebox, any Chromebox, is a
challenge. All you get is a small,
 featureless box. It runs a simple OS based on
 a web browser.Until now, most systems running
the Chrome OS have been budget notebooks,
 but with the Chromebox, ASUS is taking
Google's operating system to the desktop.
Asus has detailed its forthcoming Chromebox
computer, which runs Google's Chrome
operating platform, is based on Intel's
latest processors.The second desktop system
to use Google's Chrome OS, the Asus Chromebox
 is a simple, inexpensive and unobtrusive
alternative to traditional desktops.Cheap and
cheerful little Chromebox from Asus. Early last
 month, hot on the heels of the Consumer
 Electronics Show, Asus announced a mini
PC it called the Chromebox.The Asus Chromebox
 is a surprisingly capable little desktop
computer which sells for as little as $179.
It has an Intel Celeron 2955U processor,
 DisplayPort.

XOLO 8X-1000

The XOLO 8X-1000 is  with a 5" 720p display of 294ppi, 8MP
Sony Exmor R camera with f/2.0 aperture, Mediatek MT6592M
 chipset with a true octa-core 1.4 GHz processor and a quad-core
 Mali-450MP4 graphics chip. There's also 2GB of RAM, 16GB
 of storage and a microSD card slot that supports up to 32 additional gigs.
 The XOLO 8X-1000 packs a 1,920 mAh battery and glass on its
 front and back. The front glass panel is made out of ASAHI
Dragontrail glass while the back is Corning's Gorilla Glass.

 XOLO 8X-1000 XOLO also announced the official launch of its
 HIVE OS that's built around Android 4.4 KitKat.
The company says the UI is Made in India, Made for India and
 has some unique aspects to it. First off HIVE allows customer
access, letting users become a part of the developer team and
 share ideas. The best-voted ideas are going to be pushed as
new features via over-the-air updates and the users that came
 up with the idea are going to secure themselves exclusive
credits and win digital content or merchandise. HIVE has
 two exclusive apps for its users - Connect and Edge.
Connect will allow users to report bugs while Edge will give
 them a selection of themes, ringtones and wallpapers from
a number of Indian designers.
Users will also be able to create content themselves.

Engineer Job Post At BEL OPTRONIC DEVICES LIMITED

Engineer Job Post At BEL OPTRONIC DEVICES LIMITED



  • Dy. Engineer Gr. E-II (Civil) : 07 posts, Age : 28 years , 
  • Pay Scale : Rs. 16400-40500
  • Dy. Engineer Gr. E-II (Electrical) : 03 posts, Age : 28 years
  •  , Pay Scale : Rs. 16400-40500

  • How to Apply :Apply Online at BEL website from 06/08/2014 to 20/08/014 only.

    View Details: http://bel-india.com/sites/default/files/WEBADVT_%20DY%20ENGR_FIXED%20TERM%20BASIS_CS.pdf

    MySQL with php

    The basic steps of performing a query, whether using the mysql
    command-line tool or PHP, are the same:

    Connect to the database.

    Select the database to use.

    Build a SELECT statement.

    Perform the query.

    Display the results.



    When connecting to a MySQL database, you will use two
     new resources. The first is the link identifier that holds all
    of the information necessary to connect to the database for
    an active connection. The other resource is the results resource.
    It contains all information required to retrieve results from an
    active database query's result set.


    <?php
    $db_host='hostname of database server';
    $db_database='database name';
    $db_username='username';
    $db_password='password';

    $connection = mysql_connect($db_host, $db_username, $db_password);
    if (!$connection){
    die ("Could not connect to the database: <br />". mysql_error());
    }

    $db_select = mysql_select_db($db_database);
    ?>

    Building a SQL query is as easy as setting a variable to the
    string that is your SQL query. Of course, you'll need to use a
    valid SQL query, or MySQL returns with an error when you
    execute the query. The variable name $query is used, but you
    can choose anything you'd like for a variable name.
    The SQL query in this example is
    SELECT * FROM tbl.




    HTC One M8

    Weight 160g; Platform Android Android with HTC Sense
    HTC BlinkFeed Network 2 2G/2.5G - GSM/GPRS/EDGE:
    850/900/1800/1900 MHz; 3G - WCDMA.
     With the introduction of the HTC One M8, HTC upgrades
     its flagship offering and offers a new version of its most famous phone to date.
    The HTC One M8 also known as the second generation .
    HTC One or the all-new HTC One is an Android
    smartphone manufactured and marketed by HTC .

    HTC One M8 features a zero-gap, all-metal unibody,
    HTC Sense 6 for an enhanced user experience, and
    HTC BoomSound with dual front-facing stereo speakers.

    HTC today updated the app for its Dot View Case for the
    HTC One M8, adding a handful of new options.
    The coolest probably is the addition of themes for wallpapers.
    The new HTC One is a great smartphone that does a lot of
    fantastic things. But the design of the HTC One M8 is the main
     attraction with this phone.

    The M8 HTC One smartphone offers dual front speakers
    and a dual lens camera. The premium design includes a
     full-metal body and 5 inch screen.

    568 Job posts Chhattisgarh Public Service Commission


    568 Job posts Chhattisgarh Public Service Commission



  • Assistant Professor (Medical College) : 33 posts, Pay
  •  Scale : Rs. 15600 - 39100 grade pay Rs. 7000/-
  • Demonstrator (Medical College) : 118 posts, Pay Scale :
  •  Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Registrar (Medical College) : 57 posts, Pay Scale : 
  • Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Senior Registrar (Medical College) : 18 posts, Pay 
  • Scale : Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Junior Registrar (Medical College) : 12 posts, Pay Scale :
  •  Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Senior Resident (Medical College) : 39 posts, Pay Scale :
  •  Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Junior Resident (Medical College) : 70 posts, Pay Scale :
  •  Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Assistant Professor (Dental Medical College) : 70 posts,
  •  Pay Scale : Rs. 15600 - 39100 grade pay Rs. 6600/-  
  • Assistant Professor Clinical Medical Dental Medical College :
  •  08 posts, Pay Scale : Rs. 15600 - 39100 grade pay Rs. 6600/-  
  • Assistant Professor Non - Clinical Medical Dental Medical College :
  •  15 posts, Pay Scale : Rs. 15600 - 39100 grade pay Rs. 6600/-
  • Resident Dental Medical College : 04 posts, Pay Scale : 
  • Rs. 15600 - 39100 grade pay Rs. 5400/-   
  • Dental Surgeon Dental Medical College : 04 posts, 
  • Pay Scale : Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Assistant Professor Nursing College : 42 posts, Pay Scale : 
  • Rs. 15600 - 39100 grade pay Rs. 6600/- 
  • Demonstrator Nursing College : 51 posts, Pay Scale : 
  • Rs. 15600 - 39100 grade pay Rs. 5400/- 
  • Assistant Professor Physiotherapy College : 03 posts,
  •  Pay Scale : Rs. 15600 - 39100 grade pay Rs. 6600/- 
  • Demonstrator Physiotherapy College : 09 posts, 
  • Pay Scale : Rs. 15600 - 39100 grade pay Rs. 5400/-  
  • Administrative Officer Health and Family Welfare -
  •  Medical Education : 09 posts, Pay Scale : Rs. 9300-34800 
  • grade pay Rs. 4400/-   
  • How to Apply : Apply Online at CG PSC website from
     30/07/2014 to 28/08/2014 only.

    View Details:http://psc.cg.gov.in/htm/Advertisement%20-%20Latest.htm

    Job at Rajasthan Public Service Commission

    Rajasthan Public Service Commission

    Post Details
    1. Deputy Commandant : 08 posts
    2. Assistant Drilling Engineer : 04 posts
    3. Junior Geophysicist : 01 post
    4. Agriculture Officer : 32 posts
    5. Fisheries Development Officer : 10 posts
    Age : 20 - 37 years as on 01/01/2015
    Pay Scale : Rs. 15600-39100 grade pay Rs.5400/-

    How to Apply : Apply Online at RPSC website from
    06/08/2014 to 05/09/2014 12.00 midnight.

    View Details:
    http://rpsc.rajasthan.gov.in/pdf_reports_files/Advt_DyComm_Ass_dril_eng_JrGeophycist_Fishdevoff_310714.pdf 

    Karbonn A1

    Karbonn Smart A1 Star smartphone with 3.50-inch 320x480
    display powered by 1GHz processor alongside 256MB RAM
    Karbonn Android A1+ Karbonn Android A1+ is a dual-SIM
     touchscreen phone running Android Gingerbread OS.
    The phone is backed with 1 GHz processor.

    Karbonn A1+ is the successor to the original Karbonn A1
    and it seems pretty much a decent android budget segment
    device with the price tag of just INR 3500 approximately.

    Karbonn A1+ is a budget friendly smartphone that comes with a
     display size of 320 x 480 pixels, 3.5 inches, and display type
    of TFT capacitive touchscreen, 256K colors.

    Karbonn A1 features. This handset is powered by a
    600 MHz processor. The processor speed is too slow
    but looking at the android handset.

    Karbonn Titanium S5 Plus Android smartphone.
    Announced 2013, December. Features 3G, 5.0″ IPS LCD
     capacitive touchscreen, 8 MP camera, Wi-Fi, GPS, Bluetooth.

    Job at National Institute of Rural Development

    Project Officer / Project Manager job
    1. Project Officer / Project Manager : 12 posts, Applications to be sent to aajeevikanird2@gmail.com
    2. Project Manager (Accounts) : 05 posts, Applications to be sent to aajeevikafinancenird@gmail.com
    3. Project Manager (MIS) : 02 posts posts, Applications to be
    4.  sent to aajeevikamisnird@gmail.com
    How to Apply : Interested candidates should submit their application
     in the prescribed format duly signed and scanned, along with the
     scanned copies of educational and experience certificates to the
     mail IDs mentioned against each post separately. (OR) The hard
    copy of the application may be
    sent to Shri. K.R. Padmanabha Rao, Project Director, ASDP, 
    SK Dey Block, National Institute of Rural Development, 
    Rajendra nagar, Hyderabad - 500030 on or before 21/08/2014 only.

    View Details: http://nird.org.in/Jobvacancy.aspx
     

    Job at National Institute of Rural Development & Panchayati Raj

    Faculty posts At 
    National Institute of Rural Development & Panchayati Raj
    1. Assistant Professors : 06 posts UR-3, OBC-1, SC-1, ST-1
    2. , Pay Scale : Rs. 15600-39100 grade pay Rs. 6000
    3. Associate Professors : 06 posts UR-3, OBC-2, SC-1, 
    4. Pay Scale : Rs. 37400-67000 grade pay Rs. 9000
    How to Apply : Interested candidates should submit their application
     in the prescribed format to Assistant Registrar, ASDP, 
    SK Dey Block, National Institute of Rural Development, 
    Rajendra nagar, Hyderabad - 500030 on or before 03/09/2014 only.

    View Details:http://nird.org.in/Jobvacancy.aspx

    Job at Post Graduate Institute of Medical Education & Research

    Applications on prescribed form are invited from the citizens
     of India for the following posts :

    1. Lecturer, NINE : 02 posts
    2. Blood Transfusion Officer : 01 post
    3. Asstt. Blood Transfusion Officer : 01 post
    4. Clinical Psychologist : 01 post
    5. Medical Officer (Staff Clinic) : 01 post
    6. Public Health Nurse : 08 posts
    7. Clinical Instructor : 07 posts
    8. Asstt. Administrative Officer : 04 posts
    9. Supervisor Radiographer : 01 post
    10. Asstt. Accounts Officer : 03 posts
    11. Technical Officer (Dialysis) : 01 post
    12. Medical Record Officer : 03 posts
    13. Physiotherapist : 14 posts
    14. Play Therapist : 03 posts
    15. Assistant Dietician : 03 posts
    16. Jr. Technician (Radiotherapy) : 07 posts
    17. Jr. Speech Therapist : 03 posts
    18. Ophthalmic Technician : 05 posts
    19. Dental Hygienist Grade - II : 02 posts
    20. Store Keeper : 13 posts
    21. Occupational Therapist : 08 posts
    22. Medical Social Worker Gr- II / Psychiatric Social Worker : 14 posts
    23. Pharmacist Grade - II : 01 post
    24. Dental Mechanic Grade - II : 02 posts
    25. Female Multipurpose Worker : 02 posts
    26. Male Multipurpose Worker : 01 post
    27. Security Guard Grade - II : 28 posts
    How to Apply : The application form will be available on PGI
     website from 05/08/2014 to 10/09/2014.

    View Details:http://pgimer.edu.in/PGIMER_PORTAL/PGIMERPORTAL/home.jsp

    Engineer posts job at GAIL

    GAIL (India) Limited, a Maharatna PSU, invites applications
    from Indian nationals for filling up for following 61 posts :

    1. Senior Engineer (Chemical - PC Operations) : 20 posts
    2. Senior Engineer (Mechanical - PC O&M) : 08 posts
    3. Senior Engineer (Electrical - PC O&M) : 08 posts
    4. Senior Engineer (Instrumentation - PC O&M) : 10 posts
    5. Senior Engineer (Mechanical - Pipeline O&M) : 05 posts
    6. Senior Engineer (Electrical - Pipeline O&M) : 05 posts
    7. Senior Engineer (Instrumentation - Pipeline O&M) : 05 posts


    Apply Online : Candidates will be required to apply Online
     through Gail Online Website from 11/08/2014 to 25/08/2014.

    View Details:http://www.gailonline.com

    youtube video downloader


    YTD Video Downloader
    YTD Video Downloader is more than a Youtube downloader.
     It allows you to download HD and HQ videos, from dozens of
    sites and convert them to other video formats.
    http://download.cnet.com/YTD-Video-Downloader/3000-2071_4-10647340.html


    KeepVid: Download and save any video from Youtube
    Download and save videos directly from Youtube, Google,
     Metacafe, Putfile and more. Simply copy and paste.
    http://keepvid.com


    Free Video Downloader -YouTube Downloader-| FREE Download
    Download any video, music, MP3 from YouTube, Facebook
     & over 10,000 sites! Most trusted YouTube Video Downloader
     with 100 Million downloads!
    http://www.freemake.com/free_video_downloader


    YouTube Downloader - Download and Convert Videos for Free
    The fastest and easiest way to download videos or download
    YouTube music as MP3 for your MP3-player!
    http://youtubedownloader.com  


    YouTube downloader: Free YouTube Download manager
    Free YouTube Download is the most usable YouTube
    downloader and YouTube converter on the web today.
    Download YouTube single videos as well as whole collections such as:
    http://www.dvdvideosoft.com/products/dvd/Free-YouTube-Download.htm


    Altervista - Free Youtube Downloader - YTD Youtube Downloader
    Download High Definition Video. YTD free Youtube
    downloader allows you to easily download HD Youtube videos
     along with many other sites.
    http://youtubedownload.altervista.org


    Video Downloader and Video Converter by Speedbit
    Download video free! Speedbit Video Downloader lets
    you download videos from web videos sites with the easiest
    video downloader available.
    http://www.speedbit.com/video-downloader-converter