Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Posts posted by vchris

  1. Just to point out that you would be so much better off in a dozen diffrent ways if you wrote teh HTML and sliced the images yourself. Photoshop produces invalid code that is bloated and takes forever to load...but hey what do you expect for taking the easy way :)
    I agree!
  2. 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.

  3. 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. 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?

  7. My image does not cover the whole page.How can i solve that?
    Covering a whole page is very relative. Who says that a user surfing your site has the same resolution as you do?
  8. 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...

  9. 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.

  10. 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?

  11. 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.

  12. 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.

  13. oh so close.... You almost got it all correct, just for these two incorrect ones :):) .... give it another try and fix these two..dhtml = Dynamic Hyper Text Markup Languagexsl = eXtensible Stylesheet Language
    I tried my best but it wasn't good enough it seems :blink::)
  14. 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.

  15. 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...