24 Nov 2009

Quick Tricks Rates Increase Alexa Rank

If you have a blog or website, you may also know Alexa Rank, which is used to measure web traffic or blog. Alexa Rank is also a benchmark which was considered by the advertiser or services which require traffic to web / blog, of course, in addition to Google's Page Rank. You could say the smaller the nominal on the Alexa Traffic Rank websites or blogs will be higher.

Therefore view the Alexa Rank is so important for your website or blog, then the following quick tips and tricks to improve ranking Alexa Rank:

Install the Alexa widget in the browser
Download and then install the Alexa widget means that you have entered your blog or website in the Alexa database so that any blog or website visitors will be recorded through the JavaScript widget. Simply copy and paste the script from Alexa website (alexa.com / siteowners / widgets / Sitestats?).

Install the Alexa toolbar
Use to collect data from the user toolbar on any page is accessed. So if you install this toolbar and make your blog / website as the homepage of the browser you use, it will help to improve the Alexa ranking of your website or blog. Data will be collected from every website you visit the browser already installed this toolbar, not only from your website.

Increasing visitor traffic
Alexa Rank function is to create websites or blogs ranked by popularity website or blog in question. When the visitor more and more, then its Alexa ranking will also improve or decrease the number.

Creating an article about Alexa
With post-themed articles is expected to increase Alexa ranking website or blog.

Using software
In addition to the tricks above, there is also a quick trick to boost the ranking Alexa Rank with the software, namely PowerWebTools.biz. The following steps use the software:

Download application Alexa Enhancer (filestube.com/1387c664c89f5f5c03e9, g / alexa-rank-en hancer.html)
Install on the computer, then run the application
Change the "URL To Send To:" with your website URL, and select Add and click Next Step
Select a proxy, because it does not have a proxy list, and select "Default Proxy List", click Next Step.
Start the application with the click Start to send a bot to increase Alexa traffic your blog or website
You can see the results a few days later
Hopefully useful.

Multitouch Dell Laptop Studio 17, Support Latest Intel Core i7


Dell has introduced the first laptop with multitouch touch features, the type of Studio 17. Initially Dell only makes multitouch tablet, but the recent Studio 17 laptop comes with Intel Core processor configuration i7 720QM or 820QM. Dell ready to sell laptops multitouch in its website (configure.us.dell.com / dellstore /) with a $ 880 price range.

LED display has a size of 17.3-inch HD, Dell Studio 17 is equipped with a resolution of 1600x900 pixels, and multitouch gesture. Dell Studio 17 laptop can play HD content on the screen smoothly because of the support graphics and ATI Mobility Radeon HD 4570 512MB graphics to offer a horse-powered. This Dell laptop also multitouch support Intel processors starting from Pentium Dual Core i7 up. Bundle with 4GB of RAM DDR3, Dell offers a 500GB hard drive capacity in the laptop.

Dell Studio 17 laptop can also be configured with an external display full HD using HDMI out port or DisplayPort. For connectivity, Dell provides facilities Wi-Fi 802.11 b / g, FireWire, VGA, 1 USB / eSATA, and USB 2 ports. Multitouch laptop comes with the installation of Windows 7 Home Premium (64-bit). Even so, not yet known when the official date of launch of Studio 17 laptop is multitouch.

Laptop with 5.1 channel speakers?

Now no longer possible for a laptop using the speakers to channell more than 2, 5.1 or more channels can now be used in a laptop to a standard sound card.

The form of USB devices that connect the speakers to 2.1 or more computers. Normally these devices are used in laptops because the sound card found in every laptop has only 2 channels are limited to stereo sound, but this tool can still be operated on all computers that match the device requirements.

Operation of this equipment sesimpel only installing the driver from the device and some settings of the software that supports the driver.

The result was not much different from a computer that has a sound card for 5.1 channel. Brand and price of external USB sound cards vary widely. The better the sound card will affect the vote outcome that will come out well. Prices start from 4AUD to 30AUD. Purchase this device can be made online at eBay / USB sound card or on the official site of the External USB sound card is. For the moment there are no specific brands of external USB sound cards available.

This device supports 32Khz, 44.1KHz and 48Khz sampling rate for audio recording and playback. With this tool include only enough speaker cable to the right, left and subwoofer (for 5.1 channel speakers) to external devices such a USB sound card. So the fifth or more speakers will be active by itself. Operation of this equipment has nothing to do with the sound card's built-in on the laptop.

WWAN Lenovo Networking and Wireless Accessoriees

Lenovo laptops have special abilities such as the addition of WWAN card in the laptop. There was no wi-fi specific area of DSL or cable or dial-up Internet network will not be a problem for a Lenovo laptop is. With the addition of WWAN card into the computer hardware Lenovo, will help a laptop can connect to the Internet without cables or places that provide wi-fi hotspots.

The addition of this tool uses special network Mobile Broadband which can be obtained from the SIM card which is normally used Mobile-phone available. Minimum required network GPRS. Connection would be better if the network is more than GPRS systems, such as EDGE or 3G. Internet connection will not run if the network is not sufficient to signal to connectke Internet.

This kompetibel WWAN card for multiple computers Lenovo T and X series X200, T400, T500, W500, SL400, and SL500.

The main specifications for the hardware WWAN card:

Price: ranges from $ 220 - $ 420
Wireless type: WAN
Warranty: 1 year
Dimensions: 54mm x 5mm x 118mm
Wireless networking components:
Wireless implementation: Mini-PCIe
Wirelsess standars: WCDMA, HSDPA
Wireless Spees: 3.6Mbps, 384Kbps

Some steps to prevent PHP injection

May have many articles that discuss how to prevent PHP injection, but here I will explain more detail how its source code so that the reader is easier to implement. Of course you have not heard a word familiar PHP injection, but maybe there are some people who do not understand what is PHP Injection. PHP Injection is a term in which an intruder may break the web security by entering the PHP scripts and JavaScript into the web system through media such as News Inputan, ShutBox or via URL. To avoid these things there are some steps we can take, namely:

1. You can slightly modify the technique to execute code when the news (News). Here is a sample code:
$ dbh = mysql_connect ( 'localhost', 'username', 'password');
mysql_select_db ( 'cmsdb', $ dbh);
$SQL = “SELECT * FROM (nama_tabel) WHERE (id)= '”.$id.”'”;">$ id = mysql_real_escape_string ($ _GET [ 'id']);<> $ SQL = "SELECT * FROM (nama_tabel) WHERE (id) ='". $ id ."'";
$ result = mysql_query ($ SQL, $ dbh) OR die (mysql_error ($ dbh));
while ($ row = mysql_fetch_array ($ result, MYSQL_ASSOC)) (
$ headline = stripslashes ($ row [ 'headline']);
Echo "Headline". $ Headline;
)
Mysql_free_result ($ result);
Mysql_close ($ dbh);
">?>

2.You can perform data validation comes from the URL. Examples:
$ dbh = mysql_connect ( 'localhost', 'username', 'password');
mysql_select_db ( 'cmsdb', $ dbh);
$ id = $ _GET [ 'id'];
if (! is_numeric ($ id)) (
die ( "Do not modify the ID news");
)
$ SQL = "SELECT * FROM (nama_table) WHERE (id) = '". $ Id ."'";
$ result = mysql_query ($ SQL, $ dbh) OR die (mysql_error ($ dbh));
while ($ row = mysql_fetch_array ($ result, MYSQL_ASSOC)) (
$ headline = stripslashes ($ row [ 'headline']);
Echo "Headline". $ Headline;
)
Mysql_free_result ($ result);
Mysql_close ($ dbh);
">?>

3.Limiting long-digit user at login. Examples:
25) (
die ( 'Your user Digits excessive! Enter only between 5 to 25 digits');
)

/ / Running the query
$ SQL = "SELECT * FROM users WHERE username = '". $ Username ."'";
$ SQL .= "AND password = PASSWORD ( '$ password')";
$ result = mysql_query ($ SQL);
Mysql_close ($ dbh);
?>

How to Restore Lost Data?


Lost data? There are several ways that can restore the data, one Restoration File . The easiest way to perform data recovery of lost could use the software can restore files that have been either deleted through the recycle bin or directly from the windows. The software can also recover for the photos from flash cards are formatted.

The first thing of this software is to find the data that was deleted from the user in a particular disk partition. So this software should be placed-enter the good managements disk drive partition formatted NTFS or FAT.

To run this program takes the user as an administrator authorities by right-clicking the file restoration application and click "Run as Administrator". This is also freeware and does not require installation in running the program and also operates his own software / standalone. This is the reason why is recommended to store the file restoration partition on each disk.

Deficiencies in this freeware is a recovery capacity of the limited capabilities so that not all files can be restored. And also the look of this software even less attractive. But simple enough to understand.

Microsoft admits Windows 7 blackouts Mac OS X

After the successful launch and fast gaining popularity around the world, Windows 7 has cast a smile on the face of Microsoft employees. However, on the other hand, Simon Aldous, partner group manager of Microsoft, said that Windows 7 looks similar to Mac OS X.

As is known that Wndows 7 has been standardized to work in a variety of hardware configurations. On the other hand, Mac OS X Snow Leopard also has been optimized to work in certain configurations. Equations look and feel of both operating systems may not be viewed as the number of users. However, Aldous makes a surprising statement, that is done in Windows 7, whether the traditional format or formats touch, dalah graphic inspiration from Mac OS X.

Graphical Windows 7 looks similar as well with Windows Vista, but more 'borrow' appearance Mac OS X, added Aldous. However, Aldous also argue that it has added imporovisasi GUI (Graphical User Inetrface) Windows 7, which was built on the Vista core technology is stable, which is more stable than the Mac platform. Yet, somehow saw this case, the war between the Snow Leopard Mac OS X and Windows 7 will continue.

Prepare Microsoft Windows 8 in the Year 2012


News of the launch of the latest operating system Windows 7 still has not faded, but Microsoft has prepared a Windows operating system 8 in 2012. Last week, Microsoft Kitchen in the blog, mentioned a couple of Windows Server will be ready in the year 2012 in line with the release of Windows 8. Microsoft also has been showing in the event Professional Developers Conference in Los Angeles last week.

In the event additional information is not mentioned other than that mentioned preparations Microsoft will update the operating system every 2 years, which means that Windows 8 will be coming soon. Microsoft also has not explained in detail to develop Windows 8, including the signs will recruit experts to help build the system.

Now Microsoft is also working on the first service pack of Windows 7 and will be released in January 2010 in beta.
Web Hosting