Friday, 20 February 2009

How to Get Money Easily on Internet

welcome here ...
oke .. simply does not need to talk much more ..I wish to convey to all the friends who came here.
if I do not want all my friends who visit here do not get any. Well friends, I will distribute them to all in search of money on the internet easily, only by entering a username, valid email, the password and without the least cost



Read more...

Back on the Facebook 'Terms of Agreement' Start

Who does not know Facebook? School students, college students, employees officer, artists, and government officials certainly never heard it. In fact, they may already have an account on the web of social networking is the most fenomenal.
Facebook itself has so many functions, from just looking for old friends who have not known her, upload photos, play games, up to the event we will hold. The Facebook web users themselves claim this has reached more than 175 million users around the world.

February is the beginning, to make changes to the Facebook 'Terms of Agreement' (TOS), which is quite surprising the user. Initially, the TOS is that all the original content that you upload will become the property of Facebook. However, copyright is claimed by Facebook will disappear when you have deleted the account.

Uniquely, the new TOS, it will not happen again. Copyrights that have been claimed by Facebook will not be lost, even after you delete the account. This gets quite loud reaction from the user, even among users who have to cancel their accounts. Users thought that the revision can be given rights to the company to have all content that has been in-post in the web. Moreover, content is still there after they delete their membership. In addition, there are a number of opinion that says that all you have to upload to Facebook can be used by them forever, even if you have ask them not to use it.

In response to this, Facebook has issued a new message to the users. They said that they had to return to the old TOS Facebook to get a new policy which is considered appropriate. You can also give suggestions to the web through Facebook to the way they join the Facebook group and leave a comment on the suggestion page.

Read more...

Phenom II Review

No doubt again, this article is that a lot of forum members awaited by readers and CHIP. As already informed earlier, in January 2009, the CHIP Test Center were by special guests - an AMD Phenom processor II 940.
For you who follow the development of PC hardware, mugkin you already have a picture of performance offered by these processors. Basically, AMD Phenom Black Edition II 940 offers performance that is approximately equivalent to the Intel Core 2 Quad 9400. However, comparison of the processor is never simply that.

Phenom II AM3
Phenom II denotes important step for AMD, the transition to 45 nm manufacturing. However, the Phenom processor II 45 nm is not the first, predicate is prestigious Shanghai or fall on the latest generation of Quad Core Opteron. We will discuss more manufacturing 45 nm AMD in the next section.

In terms of design, AMD melakuan some adjustments in the design Phenom II. Some of these adjustments is a design / processor architectures to increase the IPC, lower latency L2 cache, increase the capacity of L3 cache from 2 MB to 6 MB, and support to upgrade the memory so that the Phenom memory controller II is ready to support DDR2 and DDR3.

From the various adjustments, the most drastic changes is the capacity L3 cache and support for DDR3. However, not all can enjoy it now. Despite all the Phenom processor series II 900 have L3 cache of 6 MB, only Phenom II socket AM3 version that supports DDR3 memory. The most fun? AM3 Phenom II version can also be used in socket AM2 and DDR2 memory to work with.
Price
There are new developments on the price of this processor. When launched in January, the AMD Phenom processors to sell 940 II Black Edition and Phenom II 920 with a price of U.S. $ 274 and U.S. $ 234 (for the purchase of 1K). Along with a decrease in price Intel processors, AMD Phenom prices adjust back II, so the Phenom 940 II can be obtained at the price of U.S. $ 225 and Phenom 920 II with the sale price of U.S. $ 190. Good news, unfortunately, the prices in Indonesia have not been adjusted. In Indonesia, the selling price of Phenom 940 II Black Edition is not much different from the Intel Core 2 Quad Q9400 and Q9550

Specification Tests

Now is time to see what the processor is offered. This is a test platform that is used CHIP.

* Processor: Intel Core i7 965 Extreme Edition (3.2 GHz), Intel Core 2 Quad QX9650 (3 GHz, 2.83 GHz, 2.67 GHz with FSB 333 MHz - 1333 MHz effective), AMD Phenom 9950 Black Edition ( 3 GHz)
* Memory: 2x1 GB DDR2-1066 5-5-5-16 DDR2, 3x1 GB DDR3-1600 9-9-9-24 (at 1066 7-7-7-21)
* Motherboard: MSI X58 Eclipse, MSI P35 Neo, MSI DKA790GX Platinum
* Graphics card: Radeon HD4870 512 MB, GeForce GTX280
* Hard disk: Western Digital Caviar 160 GB 7200 RPM 1600AAJS
* Operating System: Windows Vista Ultimate SP1 32-bit
* Drivers: Intel Chipset Software 9.0.0.1009 instalation, Catalyst Control Center 8.12 (non-hotfix)
* Software Benchmark: PCMark 05, PCMark Vantage, 3DMark 06, 3DMark Vantage
* Game: 1:08 FEAR, Quake 4 1.42, 1.2 Crysis, Fallout 1.1, Farcry2, GTA IV

For all games except Crysis, all platforms using the Radeon HD4870 graphics card. Specifically for Crysis, the graphics card is a GeForce GTX280 used

Read more...

Thursday, 19 February 2009

How to Add a Widget in The Header Template Blogspot

Free blogger templates available on the internet many times does not have the option to add a widget at the top under the header. This is actually due to have restrictions on the XML that is created by the creator of the template. The reason for this may be limited in order to display the template in accordance with the author desires.

Sometimes we just want to add the widget at the top, able to install or add adsense link model horizontal menu. Some friends ask this because when you want to install a horizontal menu in the ateonsoft.com not caused this. How is the solution? Change the template?

In the study do not easily ngeblog despair, in overcoming this problem does not need to change the template, the template may be because you use a template at this time is your pet. To add it just needs simple steps below:

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='your blog title (Header)' type='Header'/>
</b:section>

I explain a little about the XML that I value his red above.
maxwidgets The maximum number of widgets of the "section" is, in this case is section or section header.

showaddelement
On page elements are usually at each "section" is the "add widget". This command to set whether the addition of widgets on the section is allowed or not.


locked
Set whether the widget is locked or not. If the widget is not locked can be moved with a "drag and droup", and will usually look the other ordinary widget. If it is not locked then vice versa.



I think the explanation is quite clear, and again on how to add header widget, please change your code above you as you wish. For example as below:

<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
<b:widget id='Header1' locked='false' title='your blog title (Header)' type='Header'/>
</b:section>

Number of maxwidgets can be set as you wish, or if you want without setting at all just remove the settings as below:

<b:section class='header' id='header'>
<b:widget id='Header1' title='your blog title (Header)' type='Header'/>
</b:section>

To see what effect the code conversion, please go to page elements and see whether in the header can be added is a new widget.

Hopefully useful.

Read more...

Tuesday, 17 February 2009

How to Display the Status of Yahoo Messenger on Blog

ehm .. friends who wanted to display the online status of your account or not in the yahoo messenger blog friends ... simply copi scrip that is below the add gadget -> html / javascrip
This code====>>



OK, so now ..
eits .... whoa ... agenxs_cool replace with your yahoo id...continue...
a change iconnya so nice .... t = 2, number 2 is replaced with another number, number of only 1-12

Read more...

Write a Scrip in The Posting

To write a script/ code into a blog article that have their own technique, because if we write it in a way that the ordinary that will appear later in the blog is not like what we write. Gini For example, if we write code in a way that the normal result does not appear in the posting because the code is translated directly into the HTML language. So to write the code, then that should be written so that the code appears this is . Nah continue what if there are many codes that we should post?
Want to know how to write code/ script to the blog?

There are several ways to write the code-the code into the blog, among which are:


First :
- Use a software-design software web, for example, Macromedia Dreamwaver, Microsoft Frontpage, Namao Web Editor. Or the software can also blogtools such as software-post2blog etc..

- You write all the code in the areas of design, then copy the code, area code from HTML Code.Nha code-area code in the HTML Code is that it must be posted.

Second :
- Write all the code / script into the notepad
- Then change / replace the following code

Code "<" replaced by "<"
Code "<" replaced by ">"
Code """replaced with"""


Note: Only the color is replaced with the color red
- I know I can change in the notepad? lho by selecting the edit menu -> then replace the box that appears enter the code you will be replaced in the field "Find what" trus enter the new code in the "Replace with" how press Replace All.
-if you have all the new copy all the code that I replaced all before, how you enter into your posting.

third :
- Go to this site, fill in how you code into the box provided, nha I already hit the "encode", nha then you will get a new script posted on the blog for you.


it's all easy

Read more...

Lock Folder Without Additional Application

If you like to create a folder that is locked with a password, does not need to have a special application such as My Folder Lock, Folder Lock, Lock Folder XP, Folder Vault, etc.. With the simple techniques, you can do this. It is not good, such as application-specific applications mentioned above. But to avoid data from people who still lay with the knowledge the computer is clearly beneficial. Because this technique only to make a super hidden folder, not encrypted.

how? read this article===>>>

1.Create a new folder (the folder name is free, as an example we give the name "mydata")

2.Type under the code to a file (using notepad type) into a folder that you created above

code:

cls

@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

3.after you finish making the code (though quickly copy and paste it), see on line (23), you will find the "password here" <- (change the word "password here" with the password you want, for example 123abc) 4.After that, save the file with "lock.bat" in the folder "mydata". 5. Doble Click File "lock.bat" and the new folder will appear with the name "Private''. 6.To hide the file that we want, you live all the copy and paste the file into the folder "Private", if finished, re-run File "LOCK" before, and the question will appear "Are you sure you want to lock the folder (Y / N)? ". 7.Type "Y" and enter to continue. With the folder "Private" will be locked and lost sight of the eye. 8.If you want to open a private folder before, live LOCK Run file and input the password that you created earlier.

Read more...

Linux Installation

In this article, I'll demonstrate the classic GUI installation, but also a few things more, including guided text installation of an application from an archive, troubleshooting compilation and installation problems, troubleshooting post-installation problems, editing system configuration files, adding new startup programs, tweaking the resolution and mouse settings, all these while using both the GUI and the command line to achieve the desired results, and some basic insight into wireless adapter configuration. It should not be boring.

Note:

This guide builds on the other Linux tutorials I have published; you are advised to invest some time reading them before you try this one because some miscellaneous elements might be skipped.

For your convenience, please refer to these articles (if you haven't done so already):

+Installing SUSE Linux - Full tutorial

+Installing (K)ubuntu Linux - Full tutorial

+Installing Slackware Linux - Full tutorial

+Installing Mandriva Linux - Full tutorial

+Installing PCLinuxOS - Full tutorial


==>>To understand how to setup virtual machines, try VMware Player - A great friend.

==>>To get into dual booting, try Dual booting - Windows & Linux - Full tutorial.

==>>To learn about Linux command line, read Highly useful Linux commands & configurations.

==>>To learn about the GRUB bootloader, read GRUB bootloader - Full tutorial.


Read more...

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP