Wednesday, December 9, 2009

Selecting Templates

For my friend who had done some of the settings as the previous post, the next steps that need to mate to do is choose a template. Glance is a template template designs web pages or blog and all its components (eg images, stylesheets, etc.) file either static or dynamic files that a program or application running as a web application. As my friend see now, as the banner above, white background, the columns to the right, and all the buddies see now is one form of the template design.

Selecting a beautiful template is necessary, because the view is interesting template for the view it will make the visitors of our blog to be at home for a long time in our blog but of course the content of our blogs are also very supportive. Hmmm .. deh rich enough discussion about what is a template, trigger-bored for long .... Now aja directly to the main topic, namely the selection steps on blogger.com template:
  • Please login first mate as usual by using the user name belongs to you
  • Click the "Layout" (if the buddy using the new blogger), or click the "Template" (if the buddy using a classic template)
  • Click "Pick New Template", please select the template that my friend likes my friend. Before deciding to select "template" is, you should see the first one at which the sample layout provided a way to click on "preview template". If the taste has to find the most favorite friend, please click on "Save template" which is on the right top, finished. :
Maybe my friend had visited a few blogs on the Internet that use blogger.com (blogspot), but the template is in use is not in the choice when selecting a template. This is the possibility that the template in the template used was made not from bloggers themselves. On the Internet many sites that provide free templates for use in Blogger (blogspot)

Yahoo and Bing Registration

Approval of the merger, and Yahoo seems to be in the Bing announced at this week (27 July 09), why should they join? He said the hell wants to be a rival Google ...
Why? how? this merger done? asked many questions ..

From these sources said that the merger and yahoo bing done to increase revenue and advertising revenue of their search technology, in order to compete with the dominance of google.

When the writing is made, negotiations between the two of them (microsoft and yahoo) are still going on, negotiations related to the division of revenue from advertising their advertisements later.

Preventing Home Website Published In the Inline Frame

Have you use inline frames to display other web pages? Exciting is not it? However, this fact becomes unpleasant for the owner of the website pages are pages that appear in the frame. For an admin who understand this is certainly very bad, because the use of frames to display other websites without the consent of the parties involved with the theft of data, and of course the other impact is sucked bandwidth would be greater, and others, is bad in the search engine, the black list, because it is considered cheating in SEO path.

So what's the solution?
Actually something like this could be prevented with a simple javascript.
Put the script below on every page you want to protectionism. Very easy.

Script on the duty to detect:
if the url of the page accessed is not the actual url where the page is, then do redirect to the original url.
Okay, so. Good try.

Tutorial files can be downloaded here::
http://ilmuwebsite.com/file_tutorial/inlineframe.zip

Making Tricks with Image Submit Button

Okay, maybe in the beginning most of the web developer has ever wondered how to make an image a submit button of a form. And these functions are found have been used in some of your favorite Content Management System, joomla for example, when you make a save item, whether it's article, or a product in VirtueMart component utilizing backendnya, there seemed an image that has a function as a submit button. There are 2 tricks that are usually used, first use html tags, and the latter using a simple javascript function.

Yes, we try to advance to the first trick ...
Create a file, call up to you, I call it imgbtn.html, then the contents therein:

name="formulir" action="kirim.php"

Name:



Which has its core functions:
line
make an input with type image.

then, kirim.php file, this file is used to capture what has been sent by imgbtn.html, of course, you must have a web server that has been installed in your pc to try it. But at the end of this article the author provides html demo files from this article.

File kirim.php

You can not use features like hover buttons in this first trick, tag input type = 'image' does not allow you to change the image when the mouse over, or when the mouse out. Recommended changes in image / image when mouse over or mouse out obtained by using the next trick.

Then the final trick, this trick before the development of the tricks. If the first trick that allows only a static image, then the second trick you can install this feature as an image change mouseover or mouseout.

Provide a imgtbn2.html file, containing:


name="formulir" action="kirim.php"

Name:

Submit this form

This last trick, using the tag
and utilize diembedkan javascript function.
Core statement:
onclick = "return val_form_this_page ()">
when image is clicked then the return value of the filled in form in the document for later action sent to the target, ie kirim.php.
With this trick

and kirim.php file php file that is to capture the variable that is sent.

So, you can use this trick to use in doing your website development. Thank you.
By: Dwiartara Loka.

This tutorial files can be downloaded here:
http://www.ilmuwebsite.com/file_tutorial/trikimagebutton.zip

Sunday, December 6, 2009

Blogger.com - more like a big truck

Here at Blogger we’re always working to make the site and your blogs faster and more reliable. We want you to think of us as a big truck: able to handle anything you can dump on us.

Tuesday’s election was a good chance to see just how big a truck Blogger actually is, and we’re happy to report that Blogger-hosted blogs, for the most part, held up under the record-setting traffic.

That being said, there were definitely some hiccups (potholes?) along the way. Our favorite political and polling analysis blog, FiveThirtyEight.com, received an order of magnitude more visitors than the next most visited blog. They also received more than 50 times as many comments as the next most commented-on blog. Unfortunately, this traffic caused some publishing delays for Nate and Sean as well as some intermittent slowness on their site.
After we got word of the trouble, we were able to shift some resources around to keep things running fairly smoothly for the rest of the night. Now that traffic has calmed down, our engineers are hard at work tuning and improving Blogger based on the experience.

We’d like to thank bloggers, commenters, and readers for participating in one of the biggest blogging events ever. Your voices validate what we do, and every day we look forward to making Blogger faster and better for you.

BY John

Improving Our Communication of Blogger Service Interruptions

After a recent service interruption, we started talking about how we could improve our communications about these (hopefully infrequent) issues. Going forward, in the case of significant service interruptions, we plan to publish a post mortem on the Blogger Status blog within 3 business days to provide details about what went wrong and what we're doing to help prevent similar problems in the future.

During any outage, we try to keep the Blogger Status blog updated once we know about an issue. Of course sometimes — as was the case on Saturday — affected users who cannot reach Blogger cannot reach the Status blog either. In such cases, we will try to post updates on the Blogger account on Twitter to keep users apprised of what we know and when we expect a resolution.

We don't like it when our users experience problems like what we saw on Saturday, but we hope the combination of transparency around these issues and our commitment to learn from our mistakes will help assure you that we're doing everything we can to keep Blogger a robust and reliable service for you. As always, thank you for using Blogger.

By Eddie Kessler

Wednesday, November 25, 2009

web-proxy clean automatic

NAT PROXY

/ ip firewall nat add chain=dstnat src-address=10.0.0.0/16 dst-address=0.0.0.0/0 protocol=tcp dst-port=80 \
action=redirect to-ports=3126 comment=”Proxy” disabled=no

Proxy-off
/ system script add name=”Proxy-off” source=”/ip firewall nat set \[/ip firewall nat find \
comment=\”Proxy\”\] disable=yes
\n/ip web-proxy set enabled=no” \
policy=ftp,reboot,read,write,policy,test,winbox,password

Proxy-limpacache
/ system script add name=”Proxy-limpacache” source=”/ip web-proxy clear-cache” \
policy=ftp,reboot,read,write,policy,test,winbox,password

Proxy-on
/ system script add name=”Proxy-on” source=”/ip web-proxy set enabled=yes
\n/ip firewall nat \
set \[/ip firewall nat find comment=\”Proxy\”\] disable=no
\n” \
policy=ftp,reboot,read,write,policy,test,winbox,password

scheduler proxy-off
/ system scheduler add name=”control-proxy-off” on-event=Proxy-off start-date=nov/29/2006 start-time=02:30:00 interval=15d comment=”” disabled=no

scheduler proxy-limpacache
/ system scheduler add name=”control-proxy-limpacache” on-event=Proxy-limpacache start-date=nov/29/2006 start-time=02:31:00 interval=15d comment=”” disabled=no

scheduler proxy-on
/ system scheduler add name=”controle-proxy-on” on-event=Proxy-on start-date=nov/29/2006 start-time=02:40:00 interval=15d comment=”” disabled=no


Creating Admin with 1 IP Access

Each website must have an admin page. Page admin here means the web pages that are used by webmasters to manage content and web interface. Surely we would not want if the admin page is known by other parties. Using your username and password fine. But did not rule out another user will try mecoba login security that you created.

In addition to using the username and password, there are other ways to secure the admin page. Namely by limiting the IP Address. So only certain IP address that can open the pages of this admin. Ah, after a long story, of course you can not wait to find out how to create a secure admin page.

First of all, you need to know your IP address. To find out, you can use the following command:


print? IP you:?. $ HTTP_SERVER_VARS [ 'REMOTE_ADDR'];
?>

If so, then in the admin section, for example you put in the folder? Administrator / index.php?, You type the following command at the beginning of the script:


$ ip =? 127.0.0.1? / / Ip which has been noted previously
if ($ HTTP_SERVER_VARS [ 'REMOTE_ADDR']! = $ ip) (
header (? location: .. / index.php);
) Else (
Setcookie (? Ip?, $ Ip);)
?>

Then for every other web page, (which is also found in the administrator folder) you add the following command:


$ ip =? $ _COOKIE [? ip?];? / / Call cookies ip
if ($ HTTP_SERVER_VARS [ 'REMOTE_ADDR']! = $ ip) (
print? You do not have rights to access this page .....!!!!?;
) Else (
/ / Display your menu
)
?>

Do not forget to do the call or session cookies for the username and password you created. The above examples are only for calling cookies to IP Address. You can also create more than 1 IP Address that can access your admin. Of course by using the database.

CREATE TABLE `web_saya`. Tb_admin `` (
`id` BIGINT (20) NOT NULL PRIMARY KEY AUTO_INCREMENT,
`ip` VARCHAR (30) NOT NULL
) ENGINE = MyISAM

INSERT INTO `web_saya`. Tb_admin `` (
`id`,
`ip`
)
VALUES (
NULL, '127 .0.0.1 '
);

Config.php

$ host =? localhost?;
$ user =? root?;
$ pass =??;
$ conn = mysql_connect ($ host, $ user, $ pass) or die (? Check the host name, user, or pass ..?);
$ pilih_db = mysql_select_db (? web_saya?);
?>

Then in the index.php located in the folder administrator, you type the following script:

Index.php


Include (? Config.php?);
$ ip = $ HTTP_SERVER_VARS [ 'REMOTE_ADDR'];
$ valid_ip = mysql_query (? tb_admin SELECT * FROM WHERE ip =? $ ip??);
if (! = $ valid_ip) (
print? You do not have rights to access this page!?;
) Else (
/ / Display your admin menu
)
?>

With the above script, you can enter more than 1 IP address that can access your admin page ..

Good luck ....

Limit Download Files with PHP Script

ne of the problems a web developer is when trying to narrow down the download. Restricted download here is not intended as bandwidth management as practiced by a computer network administrator. But the restriction is limiting the download here is the only user who has registered only allowed to download. Problems surfaced when the browser displays the original location of the file storage directory. Of course the script has been created to be in vain.

Another problem related to downloading again there are restrictions on when users use download manager. Www.pdfchm.com samples can be taken.

More recently the author also has a few questions. How to do a good preventive so that only the registered users are welcome to download. Understandably, many real pendownload never desperate to figure out how to download a good. : D ~ ~ Including the author's own. : D ~ ~

Some of the last time the author tries to assemble a script to provide solutions that all. What is amazing in it have included prevention solutions downloaded by Download Manager like IDM, Download Accelerator Plus, download manager and many others. : D ~ ~
There is only a user to get used to the html file to download using a download manager. : D ~ ~ Mad indeed pendownload side. But the advantage for us. Can at least minimize the problems that exist.
Yupsss ... of the authors do not speak alone karuan, better describe the author directly about how sedetil may download the php restrictions.

Below is an example that the author made to explain how this script work.

The first is the index.php file will not explain the author of this script, because quite familiar.

The Registration and payment are duitnya ...: D ~~~


Kalo mau ngetest browsers that do not pay at first sessionnya clear ...

Tailor download but do not pay, gw banget: D ~~~ ";

?>

Second is reg.php file. The author if this script is a state when the user has been registered and will download the desired file.
The following form displays a security code. Users are welcome to fill out your name, email and code that has been provided. If conditions are met then the user is allowed to do the download. If not users will diredirect to redirect.php page.


align=center>



Name




Email






$ codenya


Codenya








";

?>

Few authors explain the above script. There is a function and one form.
Function is generateCode () ...

$ codenya = generateCode ();

This function is taken from code.php file, its contents are as follows:



Function is only randomization process numbers and letters. Possible letters and numbers-how many bits to be displayed can be set as you wish.
Sentence point is:

while ($ i <$ characters) ( $ code .= substr ($ possible, mt_rand (0, strlen ($ possible) -1), 1); $ i + +; ) This means, do all the randomization process n $ characters by using the variable $ possible as a possibility. You can use the logic of your property to conduct randomization process. This just as an example of randomization process that will be used as a security code. Return to the page reg.php $ _SESSION [ 'Code'] = $ codenya; $ _SESSION [ 'Download'] = session_id (); $ _SESSION [ 'Cekdownload'] = $ _SESSION [ 'download']; $ _SESSION [ 'Code'] will be used as a benchmark for matching with the variable $ _POST [ 'code']. Variable $ _POST [ 'code'] generated from the text itself Inputan named 'code' is entered by the user when filling out the form Inputan. $ _SESSION [ 'Download'] obtained from session_id (), here the authors use when the user has logged conditions. And will also be used to grant permission has only registered users are welcome to download. $ _SESSION [ 'Cekdownload'], authors use this session variable for confirmation only. Then cek.php file contains: This script works to filter: if (isset ($ _POST [ 'name']) & & isset ($ _POST [ 'email']) & & isset ($ _POST [ 'code'])) when the user has successfully entered the name, email and security code if ($ _SESSION [ 'code'] == $ _POST [ 'code']) and if the user has correctly filled the security codenya header ( "location: download.php / true / $ _SESSION [download]") the user will be redirect to download the file. and sentence else (echo "Security Codenya Wrong!!";) occurs because the user of filling code. Then the point is download.php script: to the browser header ( 'Content-Disposition: attachment; filename ='. $ fileName); header ( 'content-type:'. $ MimeType); header ( 'content-length:'. filesize ($ fileName)); / / Display the file readfile ($ fileName); ) else (header ( "location: redirect");) ?>

There is a sentence like this:
if (isset ($ _SESSION [ 'download']) & & ($ _SESSION [ 'download'] == $ _SESSION [ 'cekdownload']))
as the authors say, is just selecting it, I did it deliberately selecting repeatedly because basically the core of this script in a different page with the page when a new user successfully logged. This script so that became the backbone. His job is to trick the browser by giving special header. Thus although the previous user has to download, and provide a link like this:

http://www.victim.com/download.php/true/80261996fc7a35138de58216ac02a78a

to her friend to download while the user is already registered sessionnya has expired, only users who have not registered the diredirect to pages that make things more quiet and the mortal world. : D ~ ~

In my example script gives this sentence is in the file redirect.php

Kalo mau Download
Pay Donk ...
huehuheu: D ~ ~ ";
?>

back to the core of this script, which download.php

this sentence:

if (strpos ($ _SERVER [ 'HTTP_USER_AGENT'], 'MSIE 5') or
strpos ($ _SERVER [ 'HTTP_USER_AGENT'], 'Opera 7')) (
$ MimeType = 'application / x-download';
)

Actually, just to prevent bad habits conducted by the two browsers when reading a file type.

Next:
header ( 'Content-Disposition: attachment; filename ='. $ fileName);
header ( 'content-type:'. $ MimeType);
header ( 'content-length:'. filesize ($ fileName));
/ / Display the file
readfile ($ fileName);

first
header ( 'Content-Disposition: attachment; filename ='. $ fileName);

content-disposition header is ordered to treat the file browser that we put in hosting directory as a file that you downloaded.
content-type header, this is sometimes deliberately used as both a browser that is opera and internet explorer again failed to recognize the file type. Keep informed many times indeed. Bandelll! : D ~ ~ ~ huehue. (Hence dong pake mozilla firefox: D ~)

header ( 'content-length:'. filesize ($ fileName)); sentence serves to tell how big the file will be downloaded, so that when the browser to download the user can see the progress bar how much percent of the files being downloaded.

The latter is readfile ($ fileName);, because the previous headers have been introduced to the browser that this file of type zip, has a size so as well have told the browser to recognize that the file which will download it as a complement readfile for reading files will be downloaded, it is technically only displays the dialog form download.

Do not miss any writer create a file. Htaccess file to redirect.
Only served to equalize the same with http://www.victim.com/redirect.php http://www.victim.com/download.php/true/redirect.
So do not forget to activate your mod_rewite.

To enable mod_rewrite, you can edit the httpd.conf file to remove the sign # in line

# LoadModule rewrite_module modules / mod_rewrite.so

thus becomes

Rewrite_module LoadModule modules / mod_rewrite.so

Good luck.
The full script can be downloaded here http://www.networkandgame.890m.com/ilmuwebsite/labdownload.zip


Lethal right-click function

()
message = "Copyright - ilmuwebsite.com Team 2007";
function click (e) (
if (document.all) (
if (event.button == 2) (
alert (message);
return false;
)
)
if (document.layers) (
if (e.which == 3) (

alert (message);
return false;
)
)
)
if (document.layers) (
document.captureEvents (Event.MOUSEDOWN);
)
document.onmousedown = click;
/ / ->

Tuesday, September 1, 2009

Shows the number of windows version (build) on your desktop

be there simple tricks we can do on windows operating system. Tersebutyang Tricks This will be presented below is one of the other tricks srderhana. Trick is shows the number of versions of Windows (build number) you are on the desktop.

To do first tersebutpertama into registry editor by entering command "regedit" in windows "run". The window can be raised by way of click "run" on the start menu. After windows "registry editor" appears the key input "HKEY_CURRENT_USER \ controlpanel \ Desktop". on the right window of the registry editor look for "PaintDesktopVersion".

Make changes to this section by double clicking "PaintDesktopVersion". Stroke dialog box next to "Edit DWORD Value", exactly in the "Value data" input value "1". Press the button "ok", then close the window "Registry Editor. Then restart your computer.

What if the above steps you have done, now the lower right corner of your desktop will appear the windows version number.

Thursday, June 25, 2009

4 Free Software Record Summary screen (Screen Recording)

Currently, quite a lot of tutorial (learn how) things about the computer that is displayed in video format. All events recorded in the computer screen, including voice (audio), which then results can be stored and viewed the video, as usual, making it easier for others to learn.

The process of recording activity on a computer screen is often known by the term Screen Recording. How do we make such a video? Next dijeaskan about 4 free program (freeware) to record screen activity (screen recording).

1. CamStudio

This is one of the opensource software that is quite popular and may be best in class. Website is authorized http://camstudio.org. This software will record screen activity, including audio. Use is also quite easy beside a simple interface. Video format that the AVI is the standard.


CamStudio following some of the features include:

* Record all screen display, a certain area
* Capable of displaying cursor with colors / signs that differ
* You can record audio from speakers or microfone, with the format / quality that can be arranged
* The result may be in the conversion to SWF (Flash Video)
* Resource computer required low
* Facilities AutoPan to automatically record a specific area in accordance with the position of the cursor (Mouse pointer), which can set the speed.
* Many of the features can be accessed with the Keyboard Shortcut (HotKey)
* Screen Annotations, to provide text information on a video produced
* Equipped with CamStudio Player to run the rekamannya

2. Jing
Jing is an application that is made by TechSmith, SnagIt, and the CamTasio Studio. This program can be lite version (summary) because both programs have two features of the Capture Image (PNG) and also a Screen Recording generate SWF video format.

If you want to menfokuskan video for the web site (in SWF format), this program may be good enough, besides we can also result in the address screencast.com which provides free space up to 2 GB.

However, to use this application, we must join (sign up) to screencast.com, so it requires an internet connection. Although the size of the application is only about 4.9 MB, but we need to have Microsoft. NET Framework 3.0, which is approximately 50 MB in size (for windows XP, down). For Windows Vista are included. NET Framework 3.0.

Download more information and http://www.jingproject.com

3. Free Screen Recorder
This program is a program that may have the most small size (only about 592 KB) and able to record activity on the screen, including audio (voice) and the resulting standard AVI video format.

Following features more Free Screen Recorder:

* Record screen activity, including audio (voice)
* Available HotKey to record, Pause and stop recording
* Record a particular area or all the display windows
* Setting the video, including video codec, framerate, audio codec and frequency.
* Mouse activity can be shown / hidden
* Interface as simple as CamStudio
* The installation file size small (about 592 KB)


Download information http://www.nbxsoft.com/screen-recorder.php

2. TipCam
Like previous programs, TipCam able to record all screen windows or only a certain area. Views this application may be slightly different from the previous programs, and may be initially a little difficult in the setting.


Some features TipCam

* Record screen activities, including video / film running
* Share uTipU.com results in a video or upload to youtube
* Record format into AVI or FLV
* Display when recording a minibar
* Pan Facility (the cursor), zoom
* Adding a hand or a picture with the cursor
* Ability to run FLV file (flash video)
* Cut the beginning or end of a video produced.

Information and Download http://www.utipu.com/app/download
Software from the four above, I have attempted and successful and is CamStudio Free Screen Recorder. TipCam several times to try is not successful. there seems to be a problem with the video driver. While Jing, after the installation process required to create a new account (login), then I do not continue, because of how making the run must be logged in first. Besides Jing focus seems to make a video for distribution through web browser.

from ebsoft

License Free Avira Antivir and Premium Security Suite

I never get information on how to get a license Avira Antivir Premium for 3 months. But at this time has expired. Just have a friend who tells you the free license promotion Avira Antivir and Avira Antivir Premium Security Suite for 3 months.

Although only 3 months, but no one in use, considering Avira Antivirus including one with the ability to detect which is good. Then there is the premium version and security suites, including the free edition? Next more

Differences Avira Antivir Personal (Free Antivirus), Premium Edition, and Security Suite

Avira Antivir Personal – Free Antivirus

  • AntiVir protection against viruses, worms and Trojans
  • AntiDialer protection against expensive dialers
  • AntiRootkit protection against hidden rootkits
  • Faster Scanning up to 20% faster
  • New User Interface
  • AntiPhishing protection against phishing

Avira Antivir Premium
Semua fitur Avira Antivir Personal diatas ditambah fitur sebagai berikut :

  • AntiSpyware protection against spyware and adware
  • WebGuard protection against malicious websites
  • AntiDrive-by stops malware downloads while surfing
  • RescueSystem creates a bootable rescue CD
  • Enhanced email protection for POP3 and SMTP
  • Fast Premium update server

Avira Antivir Security Suite
Semua fitur Avira Premium, ditambah fitur sebagai berikut :

  • AntiSpam filters out unwanted and phishing emails
  • FireWall protection against hackers
  • GameMode uninterrupted game play
  • Backup-System saves your important data
  • AntiBot prevents dangerous bot networks
Where to get it?

Promotions Free License Avira Antivir Premium for 3 months
https: / / license.avira.com/en/promotion-6dl7vtc3unbw2mzefr1b? id = 5xJVVxx5Os

Promotions Licensing free Avira Antivir Security Suite for 3 months
https: / / license.avira.com/en/promotion-cj0ptfb6eh8cmw6a101r

Just fill in the form Salutation, First Name, Last Name, Email address and Country. If the email has been used, then use another email. After all the contents, then click "Request License Now", then the license will be dikirm to the email that is written above.
.


If you do not want to open the email, we can directly download the license (HBEDV.KEY), after click on Request. Or, open the My Account> Overview License. This license will be used when we install or Avira Premium Security Suite (according to the previously selected)

Thanks to Andzz (si-hacker@--.com), which has provided this information.

Thursday, June 4, 2009

Fast Internet access with a modem (GSM) Huawei E220

Needs access to the internet that the more important and more people in need, the telecommunication service providers have started offering cheap internet access, either based on time, until the Quota Unlimited. If previously developed based on CDMA, GSM at this time also began to develop.

But to access the Internet, and buy card GSM / CDMA is not enough. Still need a modem via either HP or a special modem. One particular a GSM modem is a Huawei E220, which is capable of handling up to 7.2 Mbps bandwidth.

Huawei E220 Modem with a USB interface (USB modem) that allows for mengakes internet wirelessly (wireless) using the telephone network selluler 3.5G, 3G, or 2G that has started many scattered in Indonesia. This modem supports UMTS (including HSDPA), EDGE, GPRS and GSM.


Technology with HSDPA (3.5G), enables Internet connection up to 3.6 Mbps, UMTS (3G) allows Internet connection up to 384 kbps, EDGE (GPRS) up to a maximum of 236.8 kbps. Modem itself with the firmware (internal software) able to serve an internet connection to 7.2 Mbps.

Key Features

  • HSDPA / UMTS / EDGE / GPRS / GSM
  • HSDPA (3.5G) data packet transmission with a maximum of 3.6 Mbps
  • UMTS (3G) packet data transmission with a maximum of 384 kbps
  • EDGE (EGPRS) packet data transmission with a maximum of 236.8 kbps
  • SMS service
  • Auto installation, suitable for Windows 2000 and Windows XP (also can run on Linux, since Linux Kernel 2.6.20 and Vista)

If you are in the big cities that have affordable 3G or 3.5G, it can optimize the speed of access, according to the speed of telecommunications provider or a package taken. If no, then can use the GPRS access with speeds around 54 kbps.

Modem 21 is released since June 2006. Although, according to the official website that the Huawei modem is only intended for Windows 2000/XP, but based on the article in wikipedia, also have support for Linux and Vista.



Modem driver is already included in the modem itself, so that when the purchase may not be accompanied by a CD. Huawei E220 has 22 MB internal memory (10 MB version) in the CDFS (Virtual CD-ROM), so it can be directly accessed with Win 2000/XP and will be considered (virtualisasikan) as a CD-ROM. With the CDFS file system, we do not need to worry the virus will be exposed, removed or altered, because the files are only readable (read only), as well as data on the CD-ROM.

To support that is always updated, then the modem can be in Flash (as well as the computer BIOS). Firmware Update and is available on the website Huawei

In addition to E220 actually have some other products from Huawei, but it seems that many circulating at this time is this type. In addition because the price is relatively cheaper than the USB Modem GSM other kind.

This is what the modem?

When this article was written, the modem price is about $ 90. In Jogja itself, prices vary, there is a $ 87 - $ 95.

Reference
http://en.wikipedia.org/wiki/Huawei_E220
http://www.huawei.com/mobileweb/en/products/view.do?id=282
ebsoft.web.id

Change Partition Magic Free with Easeus Partition Manager

For those who never / often utak especial Hardisk certainly not foreign to the Partition Magic program, software for memory-disk partition easily. At this time (actually quite old already) have a free alternative that does not quite feature. Easeus Partition Manager Home Edition, which just released the latest version. Appearance was similar to partition magic.

This new version (Easeus Partition Manager Home Edition 3.0), add new features, namely the Wizard Disk Copy, Copy Partition Wizard to protect data and support the hard drive size of the TG 1.5. Next more.



Main features Easeus Partition Manager

  • Changing the partition size (Resize) without the data. To reduce the size of the partition, it must have empty space, and to enlarge the partition, then there must be an empty space on the partition of disampingnya.
  • Disk Copy, the new features in version 3.0. This facility useful if we want to change the size of a small hard drive to a new hard drive size is greater, without installing the operating system and applications that are therein. Supports copy sector by sector, and also copy file by file. Copy a file by file akan much faster than the sector by sector. This feature can be djalankan new disk size if greater or equal to the old hard drive you want copied. If size is greater, the rest can follow in the format. Info full Disk Copy
  • Copy Partition, this feature is almost the same as Disk Copy, only for one partition, not the entire hard drive.
  • Create and delete partitions with simple step. To create a partition, right-click an empty space (not allocated) and choose Create. To delete a partition (the data will be lost), also through the right-click menu.
  • Hide partition and re Menampikan the hidden partition. this facility useful if we want to partition is not displayed (to prevent access to certain parties). Click again to show a hidden hard drive and select Unhide. To memanfaatkanfitur this, then use the password in the Program (General> Set Password).
  • Formatting a hard drive partition.

In addition to the main features, the software supports Windows 2000/XP/Vista. Can be used to Flashdisk, Hardisk PATA, SATA, STA II, SCSI, S-SATA Raid and other. As also been mentioned in the previous article (Fix Hard Disk with Bad Sector) This software can be used to improve the hardisk bad sector affected (the software, not physically damaged).
The source of the article ebsoft.web.id