Tag Archives: Find Google

Creating a fancy menu in dreamweaver 8?

I come to this forum beyond great frustration!: astonished: We have Dreamweaver 8 along with started building a website on a demo of CS3. Well my trial is over and I’m to DW8, but now I can’t figure out how to create a multi-layer drop-down horizontal navigation bar without the application of the " Spry" instrument. A good example of what I’d like to see to create could be the menu bar on " subway. com". I lack that much web site design experience and can’t find a reply via google, so any help here would be appreciated -AsV Used to do a quick lookup: http: //www. cssplay. company. uk/menus/ http: //www. dynamicdrive. com/dynamicindex1/droptabmenu. htm Most are css only choices, so you might customize them for your needs. I used a spry menu from CS3 also it works in all I tested, even ie 5. 5. It uses a little bit of javascript with this. I’ve been setting up css only navbars these days but only sole level ones.

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

How do I load Image that is Byte[] that I get from the DB to the client side?

Hello, I got a problem and I didn’t find the answer with Google, maybe I’m not looking perfect Well the following is the thing, I receive through the DAL a var that may be Byte that features an image(jpg for example) And now I want to be able to convert it for you to an image and show it about my client side page. How to do that Thanks for the help. p. vertisements I develop within asp. net Here’s how i would do the item in C#. web and VB. web. Thought process you, storing images within a database generally isn’t the most effective way to go related to doing things. The extra overhead created by having to retrieve an entire image and diplay this vs. generating an image tag determined by a file inside filesystem alone causes it to be worth storing images in the file system. http: //databases. aspfaq. com/database/should-i-store-images-in-the-database-or-the-filesystem. html If you possibly could just store a reference on the file in the particular database (along along with image dimensions… your page a lot will decrease a great deal if you might call the image dimensions from DB) vs. the image by itself, you’ll probably be … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment