Postingan

Menampilkan postingan dari Desember, 2008

Convert an ASP application to Perl

Convert an ASP application to Perl This article originally appeared as a Web Development Zone e-newsletter.By Phillip PerkinsSome Web Development Zone e-newslettersubscribers have requested examples of applications created in alanguage other than ASP. I do the majority of my Web development inASP; however, you can use other scripting languages to create Websolutions. In this tip, I'll...

User Login Using the ASP Session

Create a user login is often necessary in building a web application. Not as alleged, that user login is secure can be made easily. There are several techniques to create a user is logged, among others: * By using the hidden form. This is not flexible, because it requires each page to check the data sent by the form, so if users change the page without pressing the button to submit, will be considered invalid. * By using cookies. This is good enough, because it allows the user flexibility in moving the pages. But the cookies are valid for the browser has not been turned off, so less secure. Imagine if you leave your browser in the circumstances have not closed, then there are others who wear it. * By using the session. This will be discussed. IIS is packed with state management of the facilities is very good, through the concept and application session. To create a user login that this simple, yet still required the use of the global.asa in your ASP file. This application requires a 3

WITH ASP.NET AJAX

ASP.NET AJAX is a framework for ASP.NET AJAX 2.0. By using ASP.NET AJAX, we can make web applications more responsive and interactive. To create a web application using the AJAX-enabled ASP.NET AJAX is very easy. Web programmer with limited ability Javascript can make web applications and interactive resonsif using ASP.NET AJAX. ASP.NET AJAX can be downloaded at http://ajax.asp.net . Some of the benefits of web applications using ASP.NET AJAX applications compared with a fully web-based servers, among other: * More efficient because the process is done in the browser. * UI element that is more familiar as indicators of the process, tooltips and pop-up window. * Update Many pages that change only part of a web page (partial rendering). * Integration with client ASP.NET application form for authentication services and user profiles. * Framework is easily tailored to the needs of the server-control. * Support the most popular browsers including Microsoft Internet Explorer, Mozilla Firefox

ASP.NET Page Structure

You are now in a position to examine the formal structure of an ASP.NET page. The following is a list of the important elements of an ASP.NET page: * Directives * Code declaration blocks * ASP.NET controls * Code render blocks * Server-side comments * Server-side include directives * Literal text and HTML tags Each element is discussed in the following sections. Directives A directive controls how an ASP.NET page is compiled. The beginning of a directive is marked with the characters <%@ and the end of a directive is marked with the characters %>. A directive can appear anywhere within a page. By convention, however, a directive typically appears at the top of an ASP.NET page. There are several types of directives that you can add to an ASP.NET page. Two of the most useful types are page and import directives. Page Directives You can use a page directive to specify the default programming language for a page. Page directives can also be used to enable

Windows 7 will be Windows Vista Slide

Windows Vista is released November 2006 appears to be immediately pan. Parties, the new generation replacement has been released in beta version. Windows 7, which was known by the name Blackcomb and Vienna is planned later in 2010 will be outstanding. Currently no certainty that the name will be taken this far because Windows 7, Windows Seven, Vienna, and Blackcomb is the codename Microsoft used for development. Like the Vista and XP, Windows 7 is also a version will be marketed in 32-bit and 64-bit. Although Microsoft has not released the statement about the features that are owned and pointing Windows 7 is, some observers predict that Windows 7 will include IE 8 and Windows Future Storage (WinFS) as one of its components. IE 8 beta 1 is integrated with Windows Server 2008, which yesterday released in February. Meanwhile, WinFS, which originally planned to strengthen the candidate to replace Vista NTFS file system must be delayed because it is still in the project. From some of the si

visual basic 2005

VISUAL BASIC 2005 Microsoft Visual Basic. NET is a tool to develop and build applications that run on the system. NET Framework, using the BASIC language. By using this tool, the programmer can build Windows Forms applications, web-based ASP.NET application, and also the command-line application. This tool can be obtained separately from several other products (such as Microsoft Visual C + +, Visual C #, or Visual J #), or can also be integrated in Microsoft Visual Studio. NET. Visual Basic language. NET embrace the paradigm of their own object-oriented programming language that can be seen as the evolution of Microsoft Visual Basic version that is implemented in the previous top. NET Framework. The launch invite controversy, given the many changes made by Microsoft, and this new version is not compatible with the previous version. After that, Microsoft also concentrate on developing Microsoft. NET Framework 2.0, and of course the tools to build programs on top of it. Until 2005, they

Windows 7 Beta

Gambar
WINDOWS 7 BETA : Speculation when the beta version of the Windows operating system 7 rocket finally answered. DVD beta version of Windows 7 will be distributed to the participants of the Microsoft MDC next month. "All participants will get the DVD version of the Windows 7 beta," so the sound of the announcement on the site MSDN Developer Conferences (MDC) However, Microsoft can not ensure that when the beta version of the DVD of the Vista operating system is trying to participants MDC, and stored before 13 January 2009. MDC itself will be held in 11 cities in the United States from December 2008 were: Houston (9 December), Orlando (11 December) and Atlanta (16 December). Then been to Chicago, Minneapolis, Washington, New York, Boston, Detroit, Dallas, and San Francisco in January-February 2009. Well, not yet known when the final version of the Windows operating system 7 is chute. Vista is planned successor will be 'born' in one to two years. next news : Windows 7 will

Tips for Windows Vista Printer Sharing

Tips for Windows Vista Printer Sharing There may be only one pc for group of computer. And you would like to share printer for entire office or may be you want to give temporary printer access for some Windows Vista user. For this you have to do windows vista printer sharing. This Vista tips will guide you steps for printer sharing for windows vista workgroup. To share a printer within a workgroup, enable printer sharing on the host PC (where printer cable connected). After enabling printer sharing it allow other network pc to see the shared printer. Open the windows vista Control Panel by clicking on the Start Menu > Control Panel: Then, click View Network Status and Tasks: If printer sharing is disabled, click the button next to Printer Sharing, then Turn on Printer Sharing and click Apply: Printer sharing is now enabled on the windows vista host computer, allowing access to the connected printers. now go the pc where you want to share your printer, now go to network neighborhood

Collection of articles Tips and Tricks

The Collection of articles Tips and Tricks Windows vista Basic Troubleshooting Tips Tips for Windows Vista Printer Sharing

Windows vista Basic Troubleshooting Tips

Windows Vista Basic Tips to enable Aero Cursors. Troubleshooting tips 1 Microsoft windows vista has included new Aero cursors that is not turned on by default. To troubleshooting this in vista.Follow the steps below :Right click on your desktop and select Personalize.Click on the Mouse Cursors item to select a Vista graphics different mouse cursor scheme. Windows vista Basic Troubleshooting Tips Change the Scheme from None to Windows vista Aero.Click OK to see the new Aero mouse cursors. Kill Security center notification problem in Windows Vista Home Basic Troubleshooting tips 2: windows vista security center remind you all the time about anti virus. Solution guide:- new easy way to disable the security center messages.Click on the Security Center/Windows Security Alerts logo in the system tray.Click Change the way Security Center alerts me.Select I do not want notification messages from Security Center. Use small icons size tip for Windows vista .Windows Vista Troubleshooting Tips lar

Some Background on Controls

ASP.NET : SOME BACKGROUND ON CONTROLS Web custom controls exhibit several advantages over user controls. User controls are not ideal for re-use, as their ASCX and class files must be copied into each project that consumes them. They are also handicapped by a lack of designer support in Visual Studio .NET. Drop one on a Web form and you'll see what I mean; they are represented by a generic, grey box, and the IDE offers no help in determining the control's properties. The main benefit of user controls is that they are very easy to create, and this promotes rapid application development. Web custom controls, on the other hand, can be quite appealing. There is no ASCX file for a Server Control, so they are very easy to re-use. You need only set a project reference to the DLL, and you're off to the races. Web custom controls can also be added to your VS .NET Toolbox for ultra-simple re-use. You can even install a Web custom control in the Global Assembly Cache, but a discussion

Creating a Slightly More Complex Control

How to Creating a Slightly More Complex Control ? For this example, we will create a login screen that consists of two labels, two text-box server controls, two required field-validation server controls, and a button server control. We will also expose a property or two to make it a little more versatile. After we have created a blank user control in our project, add the following. In the code-behind, add the following code. The first thing to notice is that a user-control class is abstract. It must be inherited to implement its functionality. This is done by the parent page, which treats the user controls as a child object. Also, notice that the class inherits from System.Web.UI.UserControl. This gives the control the internal plumbing it needs to render itself. Most of the events and properties can be specified and overridden in your code-behind. After the control declarations, we declare two global variables. These contain the values set in the public property get and set routines.

Creating a Simple User Control

How to Creating a Simple User Control ? Follow this capture : In this article, we will build two user controls. To cover the very basics, our first example will be an extremely simple calendar control. The control builds on the functionality of the existing ASP.NET calendar control by adding a text box to store the value selected. The calendar visibility will be toggled by a button. The user control could then be useful on a form that requires a date to be entered, but page real estate is a concern. For clarity, both examples are written in C#, and the full source code is available for download. To create our first user control, we need to add a user-control file to a project. First, create a new C# ASP.NET Web application. Right click on the project in the Project Explorer and click Add - Add New Item and select a Web User Control item. This adds a file with the extension .ascx to the project. This is the file that the user control will use to expose its interface. An .ASCX file cann

User Controls vs. Other Controls

User Controls vs. Other Controls in ASP.NET One source of confusion when working with ASP.NET is knowing the difference between the many different types of controls out there and what they should be called. Microsoft has attempted to distinguish this variety, but myriad names still exist for elements that have only subtle differences. For instance, an ASP.NET control (sometimes called a server control) is a server-side component that is shipped with .NET Framework. A server control is a compiled DLL file and cannot be edited. It can, however, be manipulated through its public properties at design-time or runtime. It is possible to build a custom server control (sometimes called a custom control or composite control). (We will build these in part 2 of this article.) In contrast, a user control will consist of previously built server controls (called constituent controls when used within a user control). It has an interface that can be completely edited and changed. It can be manipulat

ASP.NET Control

What Is an ASP.NET User CONTROL ? If you have been dabbling in ASP.NET for any time, you have probably heard myriad definitions for a "user control." Why not add one more to the list? An ASP.NET user control is a group of one or more server controls or static HTML elements that encapsulate a piece of functionality. A user control could simply be an extension of the functionality of an existing server control(s) (such as an image control that can be rotated or a calendar control that stores the date in a text box). Or, it could consist of several elements that work and interact together to get a job done (such as several controls grouped together that gather information about a user's previous work experience). ASP NET CONTROL In either case, a user control typically resides on a page with other elements. This breakup of functionality could be the basis of an entire application built with independent and reusable user controls. The controls could then be dynamically loaded

How to find the printer on the network LAN

How to find the printer on the network LAN First: enter the unit and Winspool Printers in the uses clause. PsName parameter is the name of the computer in the network and store in TStrings. We can use the Combo or ListBox. The following snippets of source code it function TForm1.GetPrintServers(psName: string): TStrings; var lpBuffer,lpPrinterInfo: PChar; lcCount,lcNumCount : DWord ; liCount,liAux:integer; lsAuxNome:TStrings; function GetContexts ( pctipo : cardinal; ppName : PChar ):TStringlist; var liCont : integer; lsNome:string; lbPode:boolean; begin lbPode:=false; Result:=TStringlist.Create; case pcTipo of 8: lbPode := EnumPrinters(pctipo,ppName,1,PByte(lpBuffer),lcCount,lcCount, lcNumCount); 16: lbPode := EnumPrinters(pctipo,nil,1,PByte(lpBuffer),lcCount,lcCount, lcNumCount); end; if not lbPode then Exit; lpPrinterInfo := lpBuffer; for licont := 0 to lcNumCount - 1 do begin with PPrinterInfo1(lpPrinterInfo)^

Components of checking the Class Components

Components of checking the Class Components In a program usually make it clear inputan form before the latest data on inputs. This is normally done to help the user distinguish between the input data with new data input koreks. When we use the components so TEdit we often use the command edit1.text :=''; means edit1 column blank value. sebgai example we will menginput student data before the new data submitted, we will clear the form input fields with the first. eNim.text:=''; eNama.text:=''; eAlamat.text:=''; and so forth. techniques such as this is not why, but sometimes make when we use saturated many tedit in a form inputan. so that the necessary rigor in order to provide one by one. There may be a function can overcome this problem. so we do not need to give commands on a component Tedit to clear the value. We undertake sufficient component of the class, if the component is Tedit then we fill with the value''or empty The following functions

Add Scrollbar in Listbox

HOW TO ADD SCROLLBAR IN LISTBOX In the default condition, ListBox not have horizontal scrollbar. If you want to add horizontal scrollbar in a ListBox component, can use the following procedure procedure SetHorizontalScrollBar(lb : TListBox) ; var j, MaxWidth: integer; begin MaxWidth := 0; for j := 0 to lb.Items.Count - 1 do if MaxWidth < lb.Canvas.TextWidth(lb.Items[j]) then MaxWidth := lb.Canvas.TextWidth(lb.Items[j]) ; SendMessage(lb.Handle, LB_SETHORIZONTALEXTENT, MaxWidth + 5, 0) ; end; See ListBox

Listbox Delphi

LISTBOX DELPHI Many programs such as the popular music player iTunes or not, can drag and drop files in Windows Explorer directly into the list Playlistnya. Facilities drag and drop ListBox is a sophisticated, it can also create your own to explain the program with Delphi you. Do not believe?! So .. So if you believe, what I have examples that you can ngeDrag ListBox and drop such as iTunes or not. How easy .. You do not need but a scar, to be imprisoned under the tree later all. It is important you know the secret of how to manipulate the windows procedure for meresponds control messages sent. In case this is the message WM_DROPFILES, so that you can use it for the sake of your program. Here is an example of how to make ListBox can ngeDrag and Drop sekeren iTunes or not. So that you may add Stop, not an if you try to contact more with the Windows API functions such as "DragAcceptFiles'," DragQueryFile "and" DragFinish " Congratulations to try .. Do not for

Delphi ListView

Below is an example of LISTVIEW IN DELPHI programming. Can someone write me code for this. object Form1: TForm1 Left = 199 Top = 176 Width = 544 Height = 375 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView Left = 56 Top = 24 Width = 417 Height = 137 Columns = < item Caption = 'URL' Width = 200 end item Caption = 'INFO1' Width = 100 end item Caption = 'INFO2' end> Items.Data = { EC0000000400000000000000FFFFFFFFFFFFFFFF050000000000000015687474 703A2F2F7777772E676F6F676C652E636F6D0331303003323030033135300232 390000000000FFFFFFFFFFFFFFFF020000000000000014687474703A2F2F7777 772E676F6F676C652E696E02333202

Array Types

Array types defines the list of elements with a certain type. You can usually use the index in square brackets to access one of the elements array. Angle brackets are also used to determine the value of the index when possible to define arrays. For example, you can specify a group that consists of 24 integer with the code as follows type DayTemperatures = array [1..24] of Integer; In the array definition, you must spend a subrange type in square brackets, or define a subrange type that uses two new constant with Ordinal type. Subrange this will determine the array index is valid. Because you determine the value of the index up and down from the array, the index does not need to be based from the value 0, such as that required in C, C + +, Java, and other programming languages. Because the index is based on the array subrange, Delphi can check their range as we have seen before. A constant subrange invalid will generate an error during the compilation, and when we use an index that ex

Delphi Array

Component arrays is important in language programming. Similarly in Delphi. Therefore, knowledge of the array must be deep. Below is a discussion about the array of programing delphi . Below is an example of ARRAY in DELPHI programming : var Form1: TForm1; global arr: Array[1..10] of TCheckBox; procedure TForm1.FormCreate(Sender: TObject); var i,a,CtlTop : integer; begin CtlTop:=8; for i:=1 to 10 do begin arr[i]:=TCheckBox.Create(Self); arr[i].parent:=Self; CtlTop:=CtlTop+24; arr[i].Top:=CtlTop; arr[i].Caption :='Checkbox' + IntToStr(i); end; end;

Delphi Components

LIST OF DELPHI COMPONENTS XP Menu Components that can be used to display the menu and the tool bar to see as the tool bar menu and the MS Office XP. SMDBGrid DBGrid standard replacement parts, with some interesting features, such as footer, background, headers in the sorter, etc.. dxPack (Design eXperience) Components such as buttons in Windows XP. JEDI Code Library Contains hundreds of visual components and non-visual List of Article

Collection of articles delphi

Collection of articles delphi About Delphi Delphi Components Delphi Array Array Types Delphi ListView ListBox Delphi Add Scrollbar in Listbox Components of checking the Class Components How to find the printer on the network LAN

About Delphi

DELPHI Borland Delphi is developing a software package made by Borland. Version 11 and the latest version of the Delphi 2007 supports the Delphi programming language (Object Pascal) and C + + for 32 bit Microsoft Windows platform, and Delphi and C # for Microsoft. NET platform. Delphi programming language is the most popular programs used in the development of desktop applications and databases. Although delphi ability but more than that. Delphi is a product that is distributed as various suites: Personal, Professional, Enterprise (formerly Client / Server) and the Architect. List of Article

How to install ASP.NET

HOW TO INSTALL ASP.NET ? Installing the ASP.NET is very easy, just follow the instructions below: Prepare a computer that is compatible with Windows, because ASP.NET can only road in the Windows Oprating Sysytem. If you are serious about developing ASP.NET applications you should install Windows 2000 Professional or Windows XP Professional. In both cases, make sure you install the Internet Information Services (IIS) from the Add/Remove Windows components dialog. Before ASP.NET can be installed on your computer, it is necessary to have all relevant service packs and security updates installed. The easiest way to do this is to activate your Windows Internet Update. When you access the Windows Update page, you will be instructed to install the latest service packs and all critical security updates. For Windows 2000, make sure you install Service Pack 2. I will also recommend that you install Internet Explorer 6. Read the note about connection speed and download time at the bottom of this

Collection of Articles ASP.NET

THE COLLECTION OF ARTICLES ASP.NET, TUTORIAL ASP.NET FOR BEGINNER 1. About ASP.NET 2. Tutorial ASP.NET 3. How to install ASP.NET 4. ASP.NET Control 5. User Controls vs. Other Controls 6. Creating a Simple User Control 7. Creating a Slightly More Complex Control 8. Some Background on Controls 9. ASP.NET Page Structure 10. WITH ASP.NET AJAX 11. ASP.NET TextBox.MultiLine maxlength 12. file has input text box greyed out by default 13. asp:Button 14. ASP.NET Binding 15. Data Binding 16. ASP.NET 2.0 17. New Features 18. Master Pages 19. Navigation 20. ASP.NET References 21. HTML Controls 22. Web Controls 23. Validation Controls ASP.NET 2.0 improves upon ASP.NET by adding support for several new features. You can read more about the differences between ASP.NET 2.0 and ASP.NET in the next chapter of this tutorial. THIS TUTORIAL FOR BEGINNER ASP.NET 3.0 is not a new version of ASP.NET. It's just the name for a new ASP.NET 2.0 framework library with support for Windows Presentation Foundatio

About ASP.NET

ASP.NET TUTORIAL FOR BEGINNER ASP.NET is the latest version of Microsoft's Active Server Pages technology (ASP). ASP.NET is a part of the Microsoft .NET framework, and a powerful tool for creating dynamic and interactive web pages. ASP and ASP.NET is differen. ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP. You can read more about the differences between ASP and ASP.NET in the next chapter of this tutorial. ASP.NET is the major part of the Microsoft's .NET Framework. ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server. * ASP.NET is a Microsoft Technology * ASP stands for Active Server Pages * ASP.NET is a program that runs inside IIS * IIS (Internet Information Services) is Microsoft's Internet server * IIS

Visual Basic Environment

Gambar
TUTORIAL VISUAL BASIC FOR BEGINNER The first step visual basic programming you must know about Visual Basic Environment. At start-up, Visual Basic 6.0 will display a dialog box that appears on the picture 1.1. You can choose a new project, open an existing project or open a project that never opened. Project is a collection of files to the application form that we create. There is some type application that we can make, but we will only focus on the Standard EXE only. Now you try to select Standard EXE icon to enter the Visual Basic Environment. In the picture Visual Basic Environment consists of: 1. Blank Form window where you can view your applications Theme 2. Project window displays the files that you created. 3. Properties window that displays the properties of the various controls and objects that you create. Including the Toolbox, which consists of all the control-control apliklasi important to develop your Visual Basic. Control-control (red: not all kepeleset) as texbox, button

asp sintax

what the asp sintax ? If you have experience with PHP, Javascript, or ASP programming, the asp sintax almost the same with the other. However, if you only have experience with web technologies such as HTML and CSS, the ASP will be more of a challenge. How to use HTML tags to create a web page, ASP requires the tag to become a dynamic web site. This tag is used in a typical HTML tags, so make sure you see the difference between the tag and used for ASP tag that is used for HTML. Below is our ASP scripts used in previous studies. what the asp sintax ? <% Response.Write("Hello Me") %> These special tags <% and %> will always encapsulate your ASP code. Some things about the ASP tag that sets it apart from normal HTML tags: 1. An opening ASP tag is <% while an HTML tag normally looks like 2. A closing ASP tag looks like %> while an HTML tag normally looks like 3. ASP code can occurr anywhere, even within an HTML tag opening tag like this: code asp: ">Home

First ASP Script

First ASP Script Before we learn more about programming ASP, we run the ASP script is very simple to check whether the installation of IIS and ASP, which is functioning properly. Open a text editor and write the following ASP code and save with the name "firstscript.asp." <% Response.Write("Hello Me")%> Be sure to save this file to the directory "tizagASP" as was mentioned in the previous lesson, Running ASP. Launch Internet Explorer and type the following into the address bar: Internet Explorer will Display: Hello Me ...then you've got all the file saving and running mumbo jumbo figured out and you can start focusing on learning ASP! Now let's continue! First ASP Script

RUNNING ASP

If you do not know where to save the file and how asp files from your ASP pages, this lesson will guide you through the process to run asp the first time. After IIS is installed correctly, the next step is complete and you must save your ASP files in a special location on your hard drive: Inetpub directory that is specific. Follow these steps to navigate to this directory: 1. Open up "My Computer" or "Windows Explorer" so that you can view your system's files and directories. 2. Select and Open the C drive (C:) 3. Double click the Inetpub folder 4. Double click the wwwroot folder - The full path to this location is "C:\Inetpub\wwwroot" for you advanced users 5. Within the wwwroot directory locate the "localstart.asp" file. This is the same file you saw after completing the installation in the previous lesson. Your ASP files will have to go into this wwwroot directory or a contained sub-directory to run properly. This tutorial will refer to th

collection of articles asp

Collection of articles asp Tricks of Writing ASP Scripts Running ASP First ASP Script asp sintax User Login Using the ASP Session Convert an ASP application to Perl

Tricks of Writing ASP Scripts

The following are tricks to write the good script ASP, so the application can be run properly. Trik #1 : Response.Buffer = TRUE This will lead to an ASP script will be stored in a buffer in the server and processed, if all processes have been completed, the new data will be sent to a client. This is to accelerate the execution of the overall ASP script. Trik #2 : @ENABLESESSIONSTATE = FALSE Do not use if the session is not necessary. Most web applications are rarely session requires. The use of web session will be slow because the process requires memory and a larger than if no session. By default, IIS provides session on each script executed. To turn them off, writing in the first line of each script. Trik #3 : Use adovbs.inc or adojavas.inc adequate File adovbs.inc and adojavas.inc amount of about 14 Kb. If the file is in the script include in each, will slow server, although the difference is small. Take meant only as needed, you do included if not needed. Usually that is needed in

note book

Gambar
note book axio/acer Platform Intel® Centrino® Duo Processor Technology / Processor Intel® Core™ 2 Duo T5550 (1.83GHz, 2MB L2 Cache, 667Mhz FSB) / Chipset Intel® 965GM Express Chipset / OS Linus / Memory 512MB DDR2 / Hard Drive 160GB SATA / Optical Drive DVD±RW / Display 14.1” WXGA CrystalBrite (1280x800 max resolution) / Graphic Intel® Graphic Media Accelerator X3100 385MB shared VRAM / WiFi Intel® PRO/Wireless 3945ABG (IEEE 802.11a/b/g) / Ethernet Gigabit Ethernet 10/100/1000Mbps / Modem 56K Modem / Bluetooth v2.0+EDR / Web Camera 1.3MP Acer Crystal Eye / Input Device Standard Keyboard, Touchpad / PC Card Slot / ExpressCard™/54 slot / Card Reader 5 in 1 Card Reader (SD/MMC/MS/MS PRO/xD) / Audio Integrated 4x USB 2.0, Firewire, Infrared, VGA, S-video/TV-out, Headphone/speaker/line-out jack, Mic-in jack, Line-in jack, LAN, Modem, DC-in jack for AC adapter Size (WxDxH)mm / 344 (W) x 246 (D) x 37/42 (H) mm / Weight 2.68 kg / Warranty 1 year warranty read more a. note book local b. note bo