Search results

  1. thrive

    first site!

    You can create the same effect with a little bit of javascript and some gifs. Flash is not universally used and will be a pain to put on your site with ie7 coming out.
  2. thrive

    Changes to my site

    Looks good but why not keep the background and edges too?
  3. thrive

    CSS Vertical Alignment Problems

    http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
  4. thrive

    Merchant account and Shopping cart

    Don't use Iciniti
  5. thrive

    Quick way to Update Fields on Web Page

    Yes you could use anything dynamic. Are you using asp or php? I can whip something up.
  6. thrive

    Website NOT showing menu hover in Internet Explorer ???

    Listen there's only ONE thing i buy and it's dynamic html menus. It's just not worth messing with. I've worked with these for years, and even if you think yours works, it probably doesn't for someone else. Use these guys: http://www.milonic.com/
  7. thrive

    Navigation Bar

    The old way would be to use frames. You shouldn't be using this anymore though. A better way would be to use an include file statement. ASP: http://www.w3schools.com/asp/asp_incfiles.asp PHP: http://www.hardcoder.com/scripting/php/include_files.php
  8. thrive

    Blue boxes showing up around images that are links?

    Set border = 0 <img src="" border="0"> Or in CSS img {border:0px;}
  9. thrive

    asp code... can anybody help me?

    Where do you want to store the value you're getting? I need to know the target of the value. Let's say it's target_<%=%> <td> <form action="adminorder.asp" method="post" name="form_<%=x%>"> <input type="text" name="<%=x%>" value="3" onchange="document.form_<%=x%>.target_<%=x%>.value =...
  10. thrive

    Background image no-repeat html.

    You used to be able to do it in html but it's been phased out with newer browsers. style="background-image:url(/images/image.gif); background-repeat:no-repeat;"
  11. thrive

    asp code... can anybody help me?

    please post your code. I'll help you out.
  12. thrive

    How much do you charge ...

    That's a pretty loaded question. Check with your local city hall. They will have a record of average earnings for every profession, broken down by experience. It's for worker's comp etc. I charge anywhere from 25-100/hr based on what I'm doing and for who. I have 7yrs experience full time.
  13. thrive

    How much do you charge ...

    That's a pretty loaded question. Check with your local city hall. They will have a record of average earnings for every profession, broken down by experience. It's for worker's comp etc. I charge anywhere from 25-100/hr based on what I'm doing and for who. I have 7yrs experience full time.
  14. thrive

    Real Estate Web site

    Problems You have a major issue with the layout if you compress the window size. You should be specifying minimum widths so blackberries etc can read it.
  15. thrive

    Help ASAP!!! Recruitment Site

    This is kind of like saying you want to build a rocket to the moon and you want to start by getting a really big sling shot. Look at this page and use what you can from it. The first thing you're going to have to learn is xhtml then you need to use the connecting to a database samples...
  16. thrive

    CSS Horizontal drop-down menu ???

    I would recommend this site. I use them all the time and it's the ONLY thing I don't build myself because it's a hassle. http://www.milonic.com/
  17. thrive

    The future of Skype and VOIP in general?

    VoIP I work at a VoIP telephone company. Voip should have a great future but there are problems 1. The government(s) want to regulate voip services. Taxes, regulatory commissions etc. 2. Phone companies such as bell who provide internet and phone are starting to limit bandwidth on ports...
  18. thrive

    How can I create a Randomized Playlist from an existing m3u

    I only glanced over it but I see you haven't specified which song to play in your embed tag. Can you use asp? The code in asp is 1 line of code.
  19. thrive

    Help ASAP!!! Recruitment Site

    Well a package like this that is built properly and not just some weekend warrior's code will start at about 15k. If you find it for less be wary. Anything more than 30k and you're getting ripped off.
  20. thrive

    How can I create a Randomized Playlist from an existing m3u

    It's a pain to be honest to use flash, but more people can use that with their browsers than windows media player. I run stats on some sites I manage, and out of roughly 4 million visits in a year's quearter, 89% of them can see flash. That's much much higher than wmp. If you're using asp php...
Top