Web Links [Tag : Creating]
Sort By :
101. Creating a Photo Gallery
This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information entered - user name and name of picture file - is saved in PHP variables. After you submit this form, the picture file (if not excessively large) is copied from the client and stored in a file in a unique directory on the server. Checks are made along the way that the necessary files have been successfully opened. After storing the client picture file on the server, the coding sample prompts you to access the server photo gallery. There, you can see the new picture file stored on the server, together with all other picture files previously stored during this user session.
Category:   PHP > Tutorials > Image Manipulation

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

102. Creating a drop down navigational box
Learn how to implement a drop down menu box using the SELECT element of forms and JavaScript.
Category:   JavaScript > Tutorials > Navigation

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

103. Creating Excel Reports with ASP
This tutoral shows a simple method of turning HTML reports into Excel reports, and for moving calculations from the server to the client, using Excel functions. It allows the server to dynamically create Excel reports without taking up any space on the server. It also allows multiple concurrent users to receive these reports simultaneously. Lastly, the generated reports can be complete with Excel formulas, which allows intensive calculations to be moved to the client side. This method only works with Excel 97 or later.
Category:   ASP > Tutorials > Miscellaneous

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

104. Creating a Browser Detection JavaBean
A step by step tutorial to create a JavaBean which detects user browser and .NET enabled status. You can use this bean to develop browser friendly pages. Online demo available.
Category:   Java > Tutorials > JavaBeans

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

105. Creating and Using COM Component in ATL
This is a tutorial on creating and using COM Component: Sample chapter from Beginning ATL 3 COM Programming.
Category:   ASP > Tutorials > Component Building

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

106. Creating Dynamic Cascading Style Sheets with ASP
This is a short tip on how to build dynamic cascading style sheets using an ASP page. Stylesheets are useful for separating the content and presentation of a Web page. While cascading style sheets are static text files, it shows how to generate dynamic style sheets using ASP.
Category:   ASP > Tutorials > Development

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

107. Creating PDF Files in PHP
This is a nice step-by-step article on how to create/modify PDF files in PHP dynamically.
Category:   PHP > Tutorials > Miscellaneous

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

108. Creating an ASP based News Letter
This tutorial will walk you through the steps of creating a complete functional news letter for your site. Each and every step has been explained in detail to help newbies understand whats going on. Uses DSN less connection so you can add the code in your site right away. Database and code available for download.
Category:   ASP > Tutorials > Mailing List Management

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: [<< First] [< Previous] 2 3 4 5 6 7 8 9 10 11