Search results

  1. L

    Newbie really needs advice on software...

    MAGENTO all the way.. anyone going to the conference in April in Vegas? I'll be there, http://www.imagineecommerce.com/ -Lou
  2. L

    Body onload for Mouse Over??

    Do you know CSS? If so, take a look here: http://www.webvamp.co.uk/blog/coding/css-image-rollovers/ Very simple, and using less code, your page will have a much quicker loading time, thus increasing SEO -Lou
  3. L

    Looking for hosting suggestions

    HostGator... Hands down
  4. L

    What is Linux's version of Dream Weaver?

    It's strange how some people are really stuck with DW when its design view makes you want to open the site up in a browser anyway. Although I have DW installed on a few machines, I just stay away from it now. All you need is an editor that has code folding, syntax highlighting, and line numbers...
  5. L

    Help with Jquery/ trying to make the date object work in javascript

    If that's all you need to do, why not echo the Date() function in PHP? http://www.w3schools.com/php/php_date.asp -Lou
  6. L

    Prevent iframe in page from being indexed

    A password protected or login page would work, unless that would be too drastic for your needs. -Lou
  7. L

    Best colleges for Web Design/Development?

    You do realize that colleges assign w3schools as homework right? Good curricula are incredibly up to date, especially when taught by adjuncts (who are still in the field). Curricula also adjust very rapidly at good universities. Photoshops Slice tool is still mildly taught because the...
  8. L

    Help with Jquery/ trying to make the date object work in javascript

    Hi there, Have you ever used jQuery? jQuery UI is unbelievably easy to use and includes a date picker: http://jqueryui.com/demos/datepicker/ -Lou
  9. L

    Design and Implementation Of Online supermarket

    Ok, that's almost a meaningless question (no offense). A database is where you create, read, update, and delete DATA. The design is just server or client side code + images. My very strong suggestion is to google "Magento Go." It's a CMS that will get your site up and running quickly...
  10. L

    Help; FTP website publishing

    Hello and welcome to the forum! If you are using a site builder provided by the hosting company, then I don't think it should matter much which FTP client you're using, unless you are downloading the files locally and then trying to upload via FTP. It sounds like you may be putting in the...
  11. L

    Frontpage Vs Dreamweaver

    For editing HTML, I like dreamweaver's split view, but for PHP or working with the files of a CMS, I choose Notepad++ all the way -- I love that program. -Lou
  12. L

    slicing question

    Ok. If it's an eCommerce site, then you're definitely going the wrong way. How did you expect to handle a shopping cart, payment options, and credit card processing without any knowledge of PHP or .Net, let alone simple HTML? Also, a spliced up page will be a complete failure in search...
  13. L

    Moving a Wordpress Site

    Site migration for wordpress is relatively easy. Does the new host have cpanel installed so that you can create a new DB in phpMyAdmin? All you need to do is export the old DB from cpanel, which will provide you with a .sql file. Then on your new site's hosting, go to your DB management and...
  14. L

    intro slideshow

    Hello and welcome to the forum, Are you familiar with jQuery? That would be your best bet, and it would be free. Here is a link to a list of the best one's available: http://www.1stwebdesigner.com/css/fresh-jquery-image-gallery-display-solutions/ If you're not familiar with jQuery, let me/us...
  15. L

    Landing page optimization

    Do you mind providing a link to the landing page so that we know if it deserves to exist? Some are remarkably annoying and unnecessary. When I saw the title of this post I thought I'd go back to 1998. -Lou
  16. L

    Incredible Web Design

    I missed your humor anna! I lol'd -Lou
  17. L

    Refresh my memory with web design

    I second this. With some dedicated time, you should be up to snuff in a few weeks there. -Lou
  18. L

    Best laptop for cs5 and photoshop?

    I find that one thing TextWrangler has over TextMate is its remarkable ability to show more hidden characters than any other program, particularly those that are carried over from desktop publishing programs (Quark, InDesign). Notepad++ all the way though. -Lou
  19. L

    IE9 Center Website Issue

    Hello, Try adding the following code to your header: <meta http-equiv=”x-ua-compatible” content=”IE=8″> and then adding this to the very bottom of your .htaccess BrowserMatch MSIE best-standards-support Header set X-UA-Compatible IE=8 env=best-standards-support This should force IE9...
  20. L

    Best laptop for cs5 and photoshop?

    I use a MacBook Pro and the Dell XPS 17 (which has an SSD)... I enjoy the mac for its intuitiveness when using CS5. BUT, No text editor available for OSX (including Dreamweaver's code view), can hold a candle to Notepad++. It's an amazing piece of software and it's free. You can talk down the...
Top