Software Listing: Css Buttons
- CSS- BuMa
- License: Shareware

CSS-BuMa is a program to create pure Cascading Style Sheet Buttons.CSS buttons are much more efficient than image-based buttons, because they are text-based.There are many sites on Internet to create them online, but with CSS-BuMa you can do it offline and you can save your work.All the parts of the buttons are configurable like the:font: color, type, letterspacing and weight;borders: color, style, width (to create beveled-edge effect);images for up, down and visited buttons.All these settings are different for: Link, Hover and Visited.CSS-BuMa enables you to create CSS buttons without the need to write any CSS or HTML code, because CSS-BuMa generates the code and is simple to insert in your pages.
- Publisher: CSS Software
- Date: 04-06-2009
- Size: 1331 KB
- Platform: Win2000, WinOther
- Free Flash Buttons
- License: Freeware
- Price: 0.00

Create brilliant web buttons and drop down menus in a few clicks! With Vista Free Flash Buttons clear and comprehensible interface, you need just 4 simple steps to get your web buttons or html menu ready and if you use a pre-designed sample as a base you'll end up even faster! You can create 1-state, 2-state, 3-state and 3-state toggle buttons using Vista Buttons. 1-state buttons are simple static image buttons. 2-state buttons respond to mouseOver event creating rollover effect. Mouse click doesn't change the button appearance. 3-state buttons support both mouseOver and mouseClick event. 3-state toggle buttons additionally stick in the pressed state after a click.
- Publisher: Apycom Software
- Date: 13-11-2012
- Size: 10506 KB
- Platform: WinOther
- WebWiz
- License: Freeware
- Price: -

Web Wiz is an easy to use application that helps you making DHTML pages, CSS buttons, and generates JAVA scripts Web Wiz is an easy to use application that helps you making DHTML pages, CSS buttons, and generates JAVA scripts (Pop-Ups, Colored navigation bars). Without any JAVA script or HTML background you are just few clicks away from designing your fully animated website using Web Wiz easy wizard. ..
- Publisher: andromedasoft.com
- Date: 04-07-2009
- Size: 180 KB
- Platform: WinOther
- Using Triggers to Track Database Action History
- License: Shareware

This article describes how to use Microsoft SQL Server triggers to automatically record all updates and inserts for a particular database table in a customized history table..
- Publisher: 4guysfromrolla.com
- Date: 27-08-2011
- Platform: Asp, Scripts
- Developing a Customizable Banner Rotation System
- License: Shareware

This two-page article provides a couple ways to build your own banner rotation system for your Web site: Using Microsoft-bundled Ad Rotator component, and Using a custom, database-driven approach..
- Publisher: 4guysfromrolla.com
- Date: 12-05-2011
- Platform: Asp, Scripts
- Rotating Banner Ads using a Database
- License: Shareware

This tutorial shows how to create a simple Ad rotation system based on ASP-SQL Server combination. All Ad info (except images, which are asumed to be in current directory) is stored in SQL server table caled Banners. The system is intended to provide easy random rotation and counting of Ad showing and clicks..
- Publisher: 4guysfromrolla.com
- Date: 06-10-2011
- Platform: Asp, Scripts
- Creating a Click-Through Tracking System
- License: Shareware

This tutorial along with a simple example code shows how to create a database-driven click-through tracking system using ASP. Useful for monitoring click-throughs for banners, hyperlinks or file downloads..
- Publisher: 4guysfromrolla.com
- Date: 01-11-2011
- Platform: Asp, Scripts
- How the Print this Page Script Works
- License: Shareware

This article discusses how the "Print this Page" option works. (The "Print this Page" option turns articles into a printer-friendly version, removing the menus, header graphics, and advertising.) If you are looking to add a printable version of your Web pages on your Web site, be sure to read this article..
- Publisher: 4guysfromrolla.com
- Date: 01-10-2011
- Platform: Asp, Scripts
- Creating an ASP-driven Page Counter for HTML Pages
- License: Shareware

This article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to display a page counter on a number of static HTML pages..
- Publisher: 4guysfromrolla.com
- Date: 13-06-2011
- Platform: Asp, Scripts
- Using Multiple Recordsets
- License: Shareware

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..
- Publisher: 4guysfromrolla.com
- Date: 04-11-2011
- Platform: Asp, Scripts
- Using Disconnected Recordsets
- License: Shareware

This article covers rarely discussed feature of ADO Recordsets, disconnected Recordsets. It examines what disconnected Recordsets are, how to use them, and what advantages they offer over connected Recordsets. Also examines how to create custom, disconnected Recordsets..
- Publisher: 4guysfromrolla.com
- Date: 18-07-2011
- Platform: Asp, Scripts
- Creating Custom Hierarchical Recordsets
- License: Shareware

This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this article looks at how to create custom hierarchical Recordsets. The reader is required to have a fluid understanding of both data shaping and custom Recordsets..
- Publisher: 4guysfromrolla.com
- Date: 17-07-2011
- Platform: Asp, Scripts
- Performance Metrics for the ASP Response Object
- License: Shareware

This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block. Also examines the performance implications of each approach as well as the timing results of the vanilla Response.Write approach in an ASP.NET Web page..
- Publisher: 4guysfromrolla.com
- Date: 16-11-2011
- Platform: Asp, Scripts
- Creating Dynamic Cascading Style Sheets with ASP
- License: Shareware

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..
- Publisher: 4guysfromrolla.com
- Date: 26-02-2011
- Platform: Asp, Scripts
- Displaying All of the Form Variables
- License: Shareware

This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form variables being passed into a page. Various options for this function allow the developer to view the values in a 'debugger-style' mode, or in a 'quiet-mode,' in which case the form variable output is hidden from the end user..
- Publisher: 4guysfromrolla.com
- Date: 01-05-2011
- Platform: Asp, Scripts
- Stripping HTML Tags using Regular Expressions
- License: Shareware

This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing..
- Publisher: 4guysfromrolla.com
- Date: 06-11-2011
- Platform: Asp, Scripts
- Loops within Loops: Coding an ASP-based Bulletin Board
- License: Shareware

This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code..
- Publisher: 4guysfromrolla.com
- Date: 24-01-2011
- Platform: Asp, Scripts
- Creating Excel Spreadsheets
- License: Shareware

This article describes using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database query. All of this complexity is encapsulated in a (rather basic) class..
- Publisher: 4guysfromrolla.com
- Date: 21-06-2011
- Platform: Asp, Scripts
- Reading Flash File Information (.swf) through an ASP Page
- License: Shareware

This is a simple tip that presents an ASP class that can read the properties of a Macromedia Flash file (a .swf file). You can use this handy class to read the height, width, version, file length, twips readings, frame rate, and frame count of a Flash file on your Web server..
- Publisher: 4guysfromrolla.com
- Date: 21-05-2011
- Platform: Asp, Scripts
- Censoring User Comments in a Guestbook/Forum Setting
- License: Shareware

This tutorial shows you how to automatically censor specific words on posts for message boards or guestbooks when posted. It provides a function called CensorStr to do the job..
- Publisher: 4guysfromrolla.com
- Date: 15-02-2011
- Platform: Asp, Scripts








