Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. vchris

    Domain Name

    I got a message back from my web host. If I want to use absolute paths in php I need to use /var/www/html/includes/header_e.php.This web host is awesome. They answer all my question very fast and no problem at all.
  2. Yeah that would work! If all your choices come from a db you could have a php script add in the correct number of spaces for you so if you add something in the db you don't have to add in spaces all the time.
  3. vchris

    photoshop cs2

    Sometimes what I do is create a patterned background. A background that can be repeated no matter how wide the users resolution is. In css you would do: background: url('images/bg.jpg') repeat-y; or repeat-x or repeat. You can also go with a solid colour.
  4. You want to align hello on the left and world on the right? I don't think it can be done. You might be able to align all your options on the right by styling the select instead of the option. I'm not even sure if the select will accept an alignment. I doubt it.
  5. Use a container that will contain all your site. This container is centered so your problem of footer not centered is fixed and to have the footer span all 3 columns use clear: both; on the footer.centering:body { text-align: center; }#container { margin: 0 auto; text-align: left; }
  6. vchris

    Domain Name

    Thanks Boen I'll contact them. Any idea why html absolute path work but not php?
  7. vchris

    Domain Name

    There is something I don't understand. How come absolute paths don't work?I have this include_once("../includes/header_e.php"); , the absolute path to header.php is /includes/header_e.php but php can't find the file when I use absolute path. I create a variable called $abspath (http://www.vchris.net/). I should be able to do include_once($abspath."includes/header_e.php); right? Am I missing something?
  8. vchris

    photoshop cs2

    Covering a whole page is very relative. Who says that a user surfing your site has the same resolution as you do?
  9. No offense but why do you need to design a new forum software? There is a lot of options out there (Phpbb, IPB, vBulletin...). You might want something different than all these guys but any of those can be modded the way you want them. I had phpbb before and I changed the design of the board myself it's pretty straight forward. You can even add some functionalities yourself. To me it just seems like a waste of time to design from scratch a forum software that is secure, fast, reliable, and more...
  10. vchris

    CSS Validation

    Forget it I found the error. When I validated with the url I used the homepage url and it seems like it only checks the page you input in the url. There was no css on that page so it gave xml errors. I then changed the url to my css stylesheet and everything is fine. I thought the css validator was able to find the css stylesheet by itself.
  11. vchris

    CSS Validation

    it's a css error not xhtml...
  12. vchris

    CSS Validation

    What does this css error mean?
  13. vchris

    Get page name

    Exactly what I needed! thank you.
  14. How can I get the name of the page I am browsing? If I am on a page called page_e.cfm, I want the link to be page_f.cfm so basically change _e for _f.
  15. vchris

    Domain Name

    I already have IE6, IE7, FF, Opera...
  16. vchris

    Domain Name

    Can anyone view my site with IE6 and please tell me if they see the latest work section and if the background of that section is dark gray. For me it seems like the top of that section is just black but it's kinda buggy, sometimes it's dark gray.Can anyone test this?
  17. I got lots of conversions to do at the moment and I created a basic MS Word to HTML converter with coldfusion but it's basically perl regular expressions. I am using Dreamweaver MX 2004 and I do lots of search and replace to fix bugs web converting. I just found out that in DW I can save my search and replace queries and reload them to execute them. That's great and all but I can only do one query at a time. Is there a way to execute a batch of queries within DW? If not, do you know of another software that could execute search and replace queries, with regular expression support, on a text file in batch?EDIT: Actually the queries saved with DW creates xml code. If you know of a software that can use XML queries that'd be awesome too.
  18. vchris

    photoshop cs2

    Go in imageready and slice it. Then save the images and webpage. Imageready will create an index page with the same layout but with tables. If you don't want tables crop it yourself.
  19. OK I'll be honest with you guys. I used an acronym finder but I couldn't find anything for html, xhtml... so I just put the real ones.
  20. I tried my best but it wasn't good enough it seems
  21. come on guys I put a lot of time on my definitions. No ones gonna say something about it
  22. Happened to me before but not as frequently. I didn't have to restart firefox, I just waited a bit I think. If you close firefox with alt+ctrl+del when you reopen it the tabs you had open should still be there, I think so.
  23. Here are my answers Skemcin! I think you'll be plaisantly surprised css = Combat Service Supportjs = Jerry Springerasp = Average Selling Pricehtml = How to Make Lovexhtml = Extremely Hot Metaldhtml = Dynamic Hyper Text Markup Languagecfm = Cubic Feet per Minutexml = X-Men Legendsxsl = eXtensible Stylesheet Languagephp = Pseudohypoparathyroidismsql = Specified Quality Levelurl = Upper Range Limitssl = Space Sciences Laboratoryhttp = High-Temperature Thermoplasticftp = Fight the Powerip = Instructor Pilotdns = Do Not Selldsn = Deep Space NineSo when should I expect my pay check?
×
×
  • Create New...