473,399 Members | 3,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Automating Image/Button Creation

I have been manually creating navigation/menu buttons (.gif files) using
Fireworks. The buttons typically have some text in them. There are typically
three versions of each button - one for default, one for hover, and one for
selected.

For any given Web site, I have been copying various "button sets" and then
manually changing the text in each button. I would like to have some utility
that automates this work.

What I want to do is programmatically change the text in each button. Can
ASP.NET or C# or .NET somehow be used to automatically create button images
that have text in them? Ideally I'd like to point this utility to a folder
that has some GIF button templates (e.g., one for default, hover, and
selected), and then programmatically insert the button's text.

Any ideas?

Thanks!
Nov 19 '05 #1
3 1279
You can use style filters to create cool buttons dynamically.

Here's more info:
http://www.aspnetpro.com/features/20...200506so_f.asp
http://www.aspnetpro.com/features/20...200505so_f.asp
http://www.w3schools.com/dhtml/dhtml_css.asp
http://msdn.microsoft.com/workshop/a.../reference.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Smithers" <A@B.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I have been manually creating navigation/menu buttons (.gif files) using
Fireworks. The buttons typically have some text in them. There are
typically three versions of each button - one for default, one for hover,
and one for selected.

For any given Web site, I have been copying various "button sets" and then
manually changing the text in each button. I would like to have some
utility that automates this work.

What I want to do is programmatically change the text in each button. Can
ASP.NET or C# or .NET somehow be used to automatically create button
images that have text in them? Ideally I'd like to point this utility to a
folder that has some GIF button templates (e.g., one for default, hover,
and selected), and then programmatically insert the button's text.

Any ideas?

Thanks!

Nov 19 '05 #2
Regarding all of the solutions in the articles you recommend: Do they all
use CSS?
I have to ask because I'm not a sub scriber to ASP.NEt Pro and can't see the
articles in their site.

I'm really looking for a way to do this without css. The situation is that
I'm already creating and styling navigation "buttons" with CSS (and I've
automated this as well)... but I wanted to add the capability to do it with
graphics (e.g., gif files) as well.

Thanks.
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
You can use style filters to create cool buttons dynamically.

Here's more info:
http://www.aspnetpro.com/features/20...200506so_f.asp
http://www.aspnetpro.com/features/20...200505so_f.asp
http://www.w3schools.com/dhtml/dhtml_css.asp
http://msdn.microsoft.com/workshop/a.../reference.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Smithers" <A@B.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I have been manually creating navigation/menu buttons (.gif files) using
Fireworks. The buttons typically have some text in them. There are
typically three versions of each button - one for default, one for hover,
and one for selected.

For any given Web site, I have been copying various "button sets" and
then manually changing the text in each button. I would like to have some
utility that automates this work.

What I want to do is programmatically change the text in each button. Can
ASP.NET or C# or .NET somehow be used to automatically create button
images that have text in them? Ideally I'd like to point this utility to
a folder that has some GIF button templates (e.g., one for default,
hover, and selected), and then programmatically insert the button's text.

Any ideas?

Thanks!


Nov 19 '05 #3
Yes, all those examples use CSS filters.
But here are some free alternatives that don't require filters:
http://SteveOrr.net/freecontrols/buttonsimages.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Smithers" <A@B.com> wrote in message
news:Os**************@TK2MSFTNGP09.phx.gbl...
Regarding all of the solutions in the articles you recommend: Do they all
use CSS?
I have to ask because I'm not a sub scriber to ASP.NEt Pro and can't see
the articles in their site.

I'm really looking for a way to do this without css. The situation is that
I'm already creating and styling navigation "buttons" with CSS (and I've
automated this as well)... but I wanted to add the capability to do it
with graphics (e.g., gif files) as well.

Thanks.
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
You can use style filters to create cool buttons dynamically.

Here's more info:
http://www.aspnetpro.com/features/20...200506so_f.asp
http://www.aspnetpro.com/features/20...200505so_f.asp
http://www.w3schools.com/dhtml/dhtml_css.asp
http://msdn.microsoft.com/workshop/a.../reference.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Smithers" <A@B.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I have been manually creating navigation/menu buttons (.gif files) using
Fireworks. The buttons typically have some text in them. There are
typically three versions of each button - one for default, one for hover,
and one for selected.

For any given Web site, I have been copying various "button sets" and
then manually changing the text in each button. I would like to have
some utility that automates this work.

What I want to do is programmatically change the text in each button.
Can ASP.NET or C# or .NET somehow be used to automatically create button
images that have text in them? Ideally I'd like to point this utility to
a folder that has some GIF button templates (e.g., one for default,
hover, and selected), and then programmatically insert the button's
text.

Any ideas?

Thanks!



Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Nathan Sokalski | last post by:
I have been trying to find a way to prevent the images on my site from being cached on the user's machine. I want to avoid this because the images used in an Image control often change, yet have...
5
by: Tompa | last post by:
Hi, I would like to create images on the fly as a response to an http request. I can do this with PIL like this (file create_gif.py): from PIL import Image, ImageDraw print 'Status: 200 OK'...
22
by: Howard Kaikow | last post by:
There's a significant problem in automating Excel from VB .NET. Reminds me of a problem I encountered almost 3 years ago that was caused by the Norton Auntie Virus Office plug-in. Can anybody...
19
by: Mark Gross | last post by:
I am attempting to programatically drive a Lotus Notes web application from a VB.NET database application (who wants to rekey information in one database into someone else's web page for entry to...
8
by: Alexander Fischer | last post by:
Hello, I am writing a gallery script and use imagecreatefromjpeg and fpassthru to output images without any change to them (i.e., no thumbnail creation etc. - just deliver the image via the php...
7
by: Ben | last post by:
Hi We are looking for a component that offers that offers the below for Tiff files: Image clean-up (deskew, despeckle) Printing capabilities from VB The ability to add text to image, e.g....
4
by: attachmatey | last post by:
Greetings: I'm looking for some help in automating (what I thought would be) a simple procedure in Internet Explorer. I'm trying to put the following operation under a button click in an MS...
2
by: PerumalSamy | last post by:
Hi, i had created image button and assigned image url as per the below code imagebutton1.imageurl = server.mappath("photo")+ "\" + imagefilename photo -> image folder in my project...
4
by: vamshiv | last post by:
hi...im working on asp.net with VB i have created a database which hav fields id,name,image path in web form i hav written code for creation of image buttons dynamically i hav connected the form...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.