Grab data from other websites ver
| Grab data from other websites | ||||||||
| Category : | Asp Tutorials-tips Web fetching | |||||||
| Platform : | ||||||||
| Price : | ||||||||
| Developer: | ||||||||
| Version : | ||||||||
| HomePage Address : | ||||||||
| Demo URL : | ||||||||
| Date added : | ||||||||
| Download Link : | Click to Download | |||||||
|
|
||||||||
|
||||||||
|
It`s an often-requested feature these days. The ability to be able to grab and parse a web-page on someone else`s server. Corporate clients like to show their current share price. Link indexes like to grab title, meta tags and content. It`s a nifty thing. Here`s how it`s done, using two different components.... This article illustrates how to create a news feed Web service in classic ASP. The Web service created is extremely light-weight, requiring minimal Web server requriements. Basically, it uses a light-weight, cilent-side JavaScript file.... This tutorial will show you how to use XMLHTTP Object to request a page to a remote address from your server. Some copy and paste examples are included in the tutorial.... This tutorial is intented to learn you how it is possible to retrieve the content of a remote webpage on the fly with ASP. Something that can be very usefull in order to parse and search for information that could be shared with others or in order to send the content of a webpage via mail!... |
This online ASP learning source will be more useful for the developers in ASP to get more information about ASP and IIS. This aticle explains the in-built ASP objects and additional objects and components in IIS elaborately. Storing information via HTTP, The Component Object Model (COM), ActiveX Server Components are described in detail in an easier manner.... Webmasters can utilize this efficient application to manage their files or folders easily. Webmasters are allowed to make modifications to this ASP codes. This file manager has an interface like Windows XP and it offers the users the right to create, rename and delete files. Along with these functions, it offers a 'Save As' function too. It recognizes the files by size, type and date. This is an useful application that can be used by anyone to manage their files efficiently.... This is a tutorial that can be utilized by the webmasters to create and manage guestbook on their websites. In this article author clearly explains how to create guestbook without using database. Here the author uses a XML file to store all the guestbook entries. This tutorial guides users to build a guestbook with all basic functionalities.... Using this easy to use and simple component, users can contact their webmasters easily. They can send emails without even using their email software and this component can be easily customized by the webmasters according to their needs. This component has scripts to check whether the users have used valid email addresses and whether they have filled up all the fields etc.,... Text files is an online tutorial in which the author has explained the beginners about text file management. The author has given seperate codings for creating file system object, to open a file for reading and writing, to read and write lines on the file and to close those files. This is an useful article for both the ASP learners and ASP developing experts in refreshing their programming knowledge.... String Concatenation Component ia ASP based cancatenation string component through which the data entered with in string are processed and displayed with in a string. This provides SQL query string for cancatenation of datas and works with both SQL and ASP. This component is easy to integrate and easy to handle.... Client-side Environment for ASP Pages is a web based tutorial which deals with executing ASP pages. Here author describes about the custom browser through which users can write in the ASP pages that cas run both offline and online. While running in online mode users can get advantages of using context of IIS, MTS and COM+ objects and when running offline users can access the simulated ASP objects that customize with other functionalities.... In depth article on showing records in a page by page fashion with `first page`,`next`,`back` and `last page` links at the bottom to navigate through the records. Sample code and database available for download. Online demo also available.... This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database.... This function is very useful, if you wish to get date of current SQL server date and time. You may use this function to fill some rows automatically with current time or using with DateDiff function to return the number between current time.... |