Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: darrync
  • Order by date
  1. darrync

    Prevent browser font size changes?

    the key here is CSS -- do some font reasearch in CSS and if you have questions come back and we (i) will gladly answer.
  2. darrync

    Where should I start?

    check out forum434 faq -- then go to -- http://dev.mysql.com/downloads/ to get mysql set up then make a simple table and a simple connect script for php $hostname_connName = "localhost"; $database_connName = "table name"; $username_connName = "username"; $password_connName = "password"...
  3. darrync

    Need help with Show / Hide Layers

    dont see the problem -- and im not going to click on every link -- where is this problem located
  4. darrync

    Macromedia Help!!

    to make good websites takes practice -- ive been at it 5 years now and from day 1 to now there is a HUGE difference in how my sites look -- I cant believe some of the crap ive put out in the past!!! just make as many sites and look around and then try and duplicate site you like -- best...
  5. darrync

    secure html file

    this cannot be done how you want to do it
  6. darrync

    Passwording a home page link?

    if you use php just set up a session id on that page like "12423526622" that will be hard to guess and then just check for that id on each page of the site.
  7. darrync

    adding an adobe pdf to a web page

    current versions of IE and NN do recognize the background tag in td -- ive used them sparringly but usually try to stick it with CSS
  8. darrync

    Marquee - rounded edges to selection

    you cannot -- best method is to copy selection and open new file then paste and save
  9. darrync

    Assign Div ID using variable?

    what do you want to name them you can just name them $GET['value1'] or POST if thats what you are using or you can set your values as sessions as well on your first page. then depending on certain variables you can assign different ids.
  10. darrync

    adding an adobe pdf to a web page

    sorry i didnt have the patience to wait for your loader -- just a suggestion please get rid of it -- but all you do is link to a pdf and it will pull it up -- its like linking to a regular page <a href="mypdf.pdf">
  11. darrync

    Marquee - rounded edges to selection

    you could hold ctrl+click on the layer to make a selection/path
  12. darrync

    Marquee - rounded edges to selection

    cant you just draw a rectangular marquee and go to select>modify>smooth then just cut and paste a nice rounded corner image?
  13. darrync

    CSS Only Partially Executing on First View (IE Only)

    so whats the css isuue here? sounds like server issues
  14. darrync

    Where would I go to commission custom art?

    this is where you need to barter -- someone who is good at illustrations and what not for you to make a website for them. try local graphic design colleges -- post some flyers advertising what you want and what you offer.
  15. darrync

    Order Entry Form within Dreamweaver MX

    try the tutorials in the help menu -- it will take some practice but some time will need to be put in -- O not to mention effort
  16. darrync

    turning images head

    yes i would like to see how this is done with a 2d program as well
  17. darrync

    fatal exception

    there are hundreds of reasons -- hows your RAM? Processor? what Operating System? Could be an issue with another program you have installed? How old is your computer? do you have a virus? is your cpu plugged in? your registry could be corrupt? the point is unless someone who is a software and...
  18. darrync

    Simple Form Element Question (submit button)

    you would have to use javascript -- and easier way is to make it an image <input type="image" src="file.jpg" Value="next 15">

Part and Inventory Search

Back
Top