Search results

  1. D

    Selectable text

    Font and Graphic I would assume.
  2. D

    5 CCS3 features reproduced using jquery

    I found THIS blog post and thought it would be nice to share.
  3. D

    Trying to learn php

    Excellent.. Good luck.
  4. D

    Trying to learn php

    Definately sounds like something isn't setup correctly with MAMP.. I'd try the MAMP documentation or the MAMP forums. MAMP should install apache, mysql, and php for you.. without having to download them from the associated websites. Maybe someone else here that owns a Mac could help you as well.
  5. D

    downloading images

    Or you can actually get proper FTP access.
  6. D

    Converting images to GIF.

    As Caldwell has said.. I'd suggest Gimp.. it's free and powerful
  7. D

    IFRAME alternatives

    I think you are really looking for an include function. I prefer PHP myself. Include for PHP (explanations) <?php include("yourfile.php"); ?> Include for ASP (explanations) <!--#include file="yourfile.inc"--> Iframes are really there to load external content such as from another...
  8. D

    Multiple Popup's

    The popup functionality is probably generated by javascript or jquery anyway.
  9. D

    Plesk?

    It can't be any worse them Helm 4 :-) Honestly your best bet would probably be the plesk forums. I haven't seen any other talk here about control panels.
  10. D

    Overriding Style Sheet

    Try this: body { background-image: none !important; }
  11. D

    PHP/SQL query

    You can try THIS Or you can reconfigure your database so all your categories are in one table.
  12. D

    Help with spacing

    Using CSS you can set a left and right margin on the list Such as: li { margin:0px 10px; } Of course you'll need to be using a list in this instance.
  13. D

    Problem Connecting Xxampp software with Adobe Dreamweaver

    by default XAMMP points the localhost to (XAMMP Folder)\htdocs\. Unless you have your web files in this folder you'll have to change the default to the proper location by changing the DocumentRoot and Directory values in the httpd.conf file located at (xammp folder)\apache\conf\ Then to connect...
  14. D

    jquery alphabetised list

    where does the variable firstWord come from? Maybe you can change whatever sets this variable to the second word.
  15. D

    Web Design Curriculum

    I agree with all your points of the video tutorials and that is what I was assuming anyway but to pose the question is to make one think more deeply of the decision. I also agree with Flash being a seperate series altogether. Most dismiss Flash in these forums but I still feel it has a small...
  16. D

    Web Design Curriculum

    What made you decide to go with YouTube verses typed content such as a blog? I've always been partial to text where it is printable or at least saved to file because it's easier to reference but I do know some prefer video to see each click and so forth. I think the order looks about right...
  17. D

    FTP Uploading Problem - Incl Pics For Reference

    Check your settings of Dreamweaver: Site -> Manage Sites -> hightlight site -> Edit In the Local Info tab check the yellow highlighted area in the attached image. This must be set to links relative to document, and an address put into the area just below. You'd think it'd be the other way...
  18. D

    IE10 will be HTML5 friendly?

    Yeah that's great and all but you'll need to have windows 8 to run it. :-)
  19. D

    New website for forklift manufacturing business

    Font Squirrel is yet another good web font resource. It's always good to have options :-). I think I may prefer the font squirrel method as it gives you all the related font-face file types so you host them yourself. Thank you for the reference Brian.
  20. D

    New website for forklift manufacturing business

    Yeah I think that looks better than the yellow. I'm not saying to not explore other configurations of layout (I recommend that you do) but at least this way you don't have the CSS3 rounded corner issue with IE7 & IE8 :-) It also wouldn't hurt to wait until others comment. Some of the members...
Top