Download Now: Windows Error Repair Tool
**SmartPCFixer will repair Windows Error and registry data errors on your PC
File extension Details of 1, ADP, AGP, AGS, !UT, API, ART, ASA, ASP
Name: | 1 |
File Type: | Mozilla Firefox cookie, image, popup permissions |
Popularity: | 2 |
Category: | Internet related file |
File Description: | File extension used in earlier versions of Netscape and Mozilla products. |
Open Programs: | Firefox Company / developer: Firefox 3The Web is all about innovation, and Firefox 3 sets the pace with dozens of new features, including the smart location bar, one-click bookmarking and blindingly fast performance.
|
Name: | ADP |
File Type: | AOLserver Dynamic Page file |
Popularity: | 4 |
Category: | Internet related file |
File Description: | ADP pages are the server-side scripting language used by AOL's open-source web-server, AOLserver. It's another format that lets you embed source code into static HTML pages, using Tcl as its scripting language. ADP pages are very rare outside of websites run by AOL. But since AOLserver is open source, anybody can run it, and you'll see these around every once in a while. |
Open Programs: | Firefox Company / developer: Firefox 3The Web is all about innovation, and Firefox 3 sets the pace with dozens of new features, including the smart location bar, one-click bookmarking and blindingly fast performance.
|
Name: | AGP |
File Type: | AppGini PHP scripts file |
Popularity: | 3 |
Category: | Internet related file |
File Description: | AppGini instantly generates PHP scripts to automate your MySQL database. |
Open Programs: | AppGini Company / developer: AppGini is a program that helps you develop web database applications rapidly. You do not need to have any programming background to use it. It is a very professional web database application ready for uploading your website. Features:
|
Name: | AGS |
File Type: | AppGini saved style sheet file |
Popularity: | 2 |
Category: | Internet related file |
File Description: | AppGini instantly generates PHP scripts to automate your MySQL database. |
Open Programs: | AppGini Company / developer: AppGini is a program that helps you develop web database applications rapidly. You do not need to have any programming background to use it. It is a very professional web database application ready for uploading your website. Features:
|
Name: | !UT |
File Type: | uTorrent incomplete download file |
Popularity: | 3 |
Category: | Internet related file |
File Description: | File extension !ut is related to uTorrent incomplete download file |
Open Programs: | µTorrent Company / developer: µTorrent, the BitTorrent client that is..
|
Name: | API |
File Type: | Apple WebObjects Interface |
Popularity: | 3 |
Category: | Internet related file |
File Description: | WebObjects is Apple's enterprise framework for developing scalable Web applications using proven object-oriented design principals. |
Open Programs: | WebObjects Company / developer: WebObjectsWebObjects is an application server with tools, technologies, and capabilities to create Internet and intranet applications.
|
Name: | ART |
File Type: | Picture format in internet-cache |
Popularity: | 3 |
Category: | Internet related file |
File Description: | File extension used by Microsoft Internet Explorer. |
Open Programs: | Microsoft Internet Explorer Company / developer: Microsoft Internet ExplorerWindows Internet Explorer, commonly abbreviated to IE, is a series of graphical web browsers developed by Microsoft and included as part of the Microsoft Windows line of operating systems starting in 1995. It has been the most widely used web browser since 1999, attaining a peak of about 95% usage share during 2002 and 2003 with IE5 and 6 but steadily declining since, despite the introduction of IE7. Microsoft spent over a 100 million dollars (USD) a year in the late 1990s, with over 1000 people working on IE by 1999.
|
Name: | ASA |
File Type: | Active Server document file |
Popularity: | 2 |
Category: | Internet related file |
File Description: | Active Server Pages (ASP) is Microsoft's first server-side script engine for dynamically-generated web pages. It was initially marketed as an add-on to Internet Information Services (IIS) via the Windows NT 4.0 Option Pack, but has been included as a free component of Windows Server since the initial release of Windows 2000 Server.
Programming ASP websites is made possible by various built-in objects. Each object corresponds to a group of frequently-used functions useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Web pages with the ".asp" file extension use ASP, although some Web sites disguise their choice of scripting language for security purposes. The ".aspx" extension is not an ASP page, but an ASP.NET page, another server-side scripting language from Microsoft, based on a mixture of traditional ASP, and Microsoft's .NET technology. Most ASP pages are written in VBScript. |
Open Programs: | Adobe Dreamweaver Company / developer: Adobe DreamweaverDesign, develop, and maintain standards-based websites and applicationsBuild world-class websites and applications with one of the industry's leading web authoring tools. Adobe® Dreamweaver® software is ideal for web designers, web developers, and visual designers. Did you know…New features preview and test web content twice as fastUsing Live View is nearly twice as fast as previewing rendered pages in a browser. Using Live Code, you see the results of coding changes in Live View more than twice as fast as you would switching to a browser. Additionally, you can click a related file to see both its source in Code view and the parent page in Design view. Online training eases switchingMigrating from Adobe GoLive® software to Dreamweaver? This training video from lynda.com offers tips on performing common GoLive tasks in Dreamweaver. Editing web pages is quick and easyDesign
your pages in Dreamweaver so end users can edit their web pages without
help from you or additional software using the InContext Editing online
service. As a Dreamweaver designer, you can limit changes to specific
regions on the page. Education discounts are availableAs a student or educator, you qualify for education pricing. See the full list of products available for purchase. |
Name: | ASP |
File Type: | ASP script, page |
Popularity: | 4 |
Category: | Internet related file |
File Description: | Microsoft Active Server Page source code script file Used to create dynamicaly generated websites and webpage content. ASP is Microsoft's proprietary answer to PHP. Technically, ASP is not a scripting language; it's an open standard object model for web services, or something along those lines. So, although the vast majority of ASP pages are written in Microsoft's VisualBasic, they can actually be written in any language for which an ASP thingy has been written. Presently, this means you could also write ASP pages in JavaScript or PerlScript, and maybe one or two others I haven't heard of. The defining characteristic that makes it ASP is the way that you access the 'Write' method of the 'Server' object in order to output "Hello World!". But hell, if you're going to be tying yourself to Microsoft you might as well just write your ASP in VisualBasic and get the full benefits of vertical integration. ASP code is inserted into static HTML pages with <% %> tags by default, although these tags can be changed to anything you would like. So, like, if you were a PHP programmer forced by his workplace to use ASP, you could change those percentage signs to question marks. Microsoft has added a lot of extensions to ASP that are very difficult to find information on in a google search because they are the same as top-level domains, like COM and .NET. As far as I understand it, COM added the ability to write some code for your ASP pages in a separate file, compile it to assembly, and register it as a service with the operating system. You just have to make your code in the form of an object, which you instantiate from within your scripts to use it. Thus, you can write code for the web in C++ or whatever, and get really fast speeds. The .Net thing, on the other hand, was just a whole bunch of new features added to ASP. You'll tend to see ASP pages on the types of sites that get suckered in to full Microsoft vertical integration. Which is to say, banks, business folks, and other people who just don't understand computers. If, for some godforsaken reason, you have to write a webapp for a Microsoft SQL database, or if the only web server you can use is IIS, you wouldn't do too bad to use ASP. You'll just have a hell of a time finding a decent web host. |
Open Programs: | Adobe Dreamweaver Company / developer: Adobe DreamweaverDesign, develop, and maintain standards-based websites and applicationsBuild world-class websites and applications with one of the industry's leading web authoring tools. Adobe® Dreamweaver® software is ideal for web designers, web developers, and visual designers. Did you know…New features preview and test web content twice as fastUsing Live View is nearly twice as fast as previewing rendered pages in a browser. Using Live Code, you see the results of coding changes in Live View more than twice as fast as you would switching to a browser. Additionally, you can click a related file to see both its source in Code view and the parent page in Design view. Online training eases switchingMigrating from Adobe GoLive® software to Dreamweaver? This training video from lynda.com offers tips on performing common GoLive tasks in Dreamweaver. Editing web pages is quick and easyDesign
your pages in Dreamweaver so end users can edit their web pages without
help from you or additional software using the InContext Editing online
service. As a Dreamweaver designer, you can limit changes to specific
regions on the page. Education discounts are availableAs a student or educator, you qualify for education pricing. See the full list of products available for purchase. |
Name: | ASR |
File Type: | Adobe Flash ActionScript remote file |
Popularity: | 2 |
Category: | Internet related file |
File Description: | ActionScript is a scripting language based on ECMAScript. ActionScript is used primarily for the development of websites and software using the Adobe Flash Player platform (in the form of SWF files embedded into Web pages), but is also used in some database applications (such as Alpha Five), and in basic robotics, as with the Make Controller Kit. Originally developed by Macromedia, the language is now owned by Adobe (which acquired Macromedia in 2005). ActionScript was initially designed for controlling simple 2D vector animations made in Adobe Flash (formerly Macromedia Flash). Later versions added functionality allowing for the creation of Web-based games and rich Internet applications with streaming media (such as video and audio). |
Open Programs: | Adobe Dreamweaver Company / developer: Adobe DreamweaverDesign, develop, and maintain standards-based websites and applicationsBuild world-class websites and applications with one of the industry's leading web authoring tools. Adobe® Dreamweaver® software is ideal for web designers, web developers, and visual designers. Did you know…New features preview and test web content twice as fastUsing Live View is nearly twice as fast as previewing rendered pages in a browser. Using Live Code, you see the results of coding changes in Live View more than twice as fast as you would switching to a browser. Additionally, you can click a related file to see both its source in Code view and the parent page in Design view. Online training eases switchingMigrating from Adobe GoLive® software to Dreamweaver? This training video from lynda.com offers tips on performing common GoLive tasks in Dreamweaver. Editing web pages is quick and easyDesign
your pages in Dreamweaver so end users can edit their web pages without
help from you or additional software using the InContext Editing online
service. As a Dreamweaver designer, you can limit changes to specific
regions on the page. Education discounts are availableAs a student or educator, you qualify for education pricing. See the full list of products available for purchase. |
Download Now: Windows Error Repair Tool
**SmartPCFixer will repair Windows Error and registry data errors on your PC