Nav Bar Graphics
I have an ASP page working the way I want it to, no issues there. What I am trying to accomplish now is more on the graphic side. I have some hyper links on the left hand margin of the page. WHat I want to do is Color the width of that area different from the center of the page. Does anyone know how I can do that? Can I add an image to the background adn have all the hyperlinks in the for front? Is it just a color sertting in the form?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Dynamic Graphics With ASP
I've posted a thread a few days ago about a ASP.NET script that creates dynamic images. Somebody mentioned that there is nothing similar to the System.Drawing class in the classic ASP. Does anybody know which class could I use to create dynamic charts, like pie, or bar charts in old ASP, not ASP.NET? If yes, where can it be found? (Please no commercial components ) I dont need sophisticated charts, I need a class that allows me to dynamically create jpg or gif files, with methods similar to the System.Drawing namespace like createRectange, fillRectangle, drawLine etc.
Graphics In Database
Does anyone have any code examples on how to store a graphic image or binary file in an oracle database? One of my upcoming projects requires that I pull a file from the database and I want to experiment with this before I start on the project. I did a search on google, but nothing relivant showed up. Code:
Drawing Graphics/images
Looking around, theres a bunch of pre-made utilities out there for ASP that make graphs and charts. I guess they often just write binary image data on the fly, and they output the image. You can even say something like <img src="blah.asp">. My problem is, I want to write images on the fly, but I dont need graphs or charts. I just want to have custom images created based on database data. So my question is what are the underlying methods that these graphing utilities use to write this binary data? Can I write my own utility? I know PHP has a library to do this exact thing (GD Library). Does anybody know of an ASP equivalent?
Form Page Random Graphics
What are those boxes called that you see on form pages to ensure that a human is filling out the form?They are graphical letters and/or numbers and random? I need to install one, but don't even know what to saerch on.
Graphics Reload EVERY Time The Page Reloads
My problem is that the left and right panels of my website are exactly the same on every page so I made them into an include file. Yet, everytime a person clicks a link to another page, those images have to reload all over again....
|