Search results

  1. smoovo

    From Frontpage to where??

    Since you like challenges ;), I will recommend you Adobe DreamWeaver. It is complex a bit, but you need a real tool to handle everything for you, and there is no way to get it done by itself. This program contains FTP (file transfer protocol) handler, and since you learn (it's very simple)...
  2. smoovo

    WordPress Url Handling

    They are using a server code, i don't know for sure what they doing, but one of the possibilities is that they are coded the .htaccess file to handle the 404 (page not found) error to direct you to the main index page. The code for the .htaccess file is ErrorDocument 404 /index.php...
  3. smoovo

    Stop % appearing in web address

    The simplest solution is to change you folders and files name to contain "-" between the words, space is not good by default. Another solution is to configure the server not to do the space replace. The server gets the file/folder name and if it sees any space, it replaced with "%20" sign...
  4. smoovo

    image sizes?

    You are right, when you style the image to another size than its real one it will end with bad quality, but, if the browser resizing the image with respect to the height, it will look perfect. For example, if the image is 100X100 pixel and you resize the image to 80X75 it will get shrink...
  5. smoovo

    New to Web Design - Need help with positioning

    Any time... That's the forums purpose... Help. :) ____________________ [email protected] www.SMooVo.com – Web Design
  6. smoovo

    New to Web Design - Need help with positioning

    It is my pleasure to help, and you did more than OK for someone that doesn't have clue with HTML... :). I edit the code as you requested, but if from some reason you want to play with it, the margin is the key to move things. <!doctype html> <html lang="en"> <head> <title>Rising Phoenix...
  7. smoovo

    New to Web Design - Need help with positioning

    With no offense, your code is a big mess... I assuming you have used some software to do the job... :rolleyes: OK, i worked on your code to try fix it, and this is what i came with. Working 100% with all browsers type and versions, and validate as HTML5 at W3C. <!doctype html> <html...
  8. smoovo

    Personal site redesign

    Lot of stuff... Very good. :) Maybe try to use the links without background or use image buttons... Also i noticed that your page shifting left, for example, if you are in the main page and then you clicking on "Work", it jumps... I post solution for this couple days ago... Just add this...
  9. smoovo

    image sizes?

    Dave, you need to track all the posts to understand the last one. Read my #4 post where i write to TheLivingDead that he should force each image to 80% width to give the best quality to any screen size, and then to resize the image to the highest one to provide the best quality. If you have...
  10. smoovo

    Center CSS colums shifts when more content is added

    This code used by me since 2006... Working and been tested by all the web browsers type and version. If you still not sure you are welcome to try. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  11. smoovo

    image sizes?

    Just to let you know, the maximum screen size that people are using (in pixels) is 1920x1200 equal to 2.3MP (2,304,000 pixels), and 10MP image is 9,980,928 pixels... :eek: Take some more tips: 1. In your photo editor software make the image size width 1600. (the software will render the...
  12. smoovo

    Movies You've Recently Seen

    See it ASAP... One of the best :cool:. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  13. smoovo

    best place to learn php apache mysql

    Two days and no replay?... :eek: I will tell you. Go to w3schools.com and learn there, stick to the order of the subjects. If you want to go deeper go to php.net. - Enjoy. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  14. smoovo

    Project 2 (?)

    From design aspect it looks OK for a beginner. You are using the same colors all over the page, everything in place, and the fonts matching. The code has many errors though and it doesn't look good on IE6 (why people still using it?...:eek:). Try to use white background and sans-serif fonts...
  15. smoovo

    Band Website--

    Looks good, you worked hard on it. but it seems you tried to make everything in one spot. Try to loose it a little and not to use iframes... ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  16. smoovo

    image sizes?

    Use lightbox as thumbnails, and you don't need to resize the images, use large images. The thing is, if i have a large screen size i would like to see it all over the screen (if the idea is to show the images quality). Your solution is to force the images (only while it opens), to be about...
  17. smoovo

    Need help where to start!

    Joomla, Drupal, Wordpress and more are CMS (Content Management System). They are powerful tools and you can make almost whatever you like in it. But, my opinion only, and none here have to agree, i prefer not to use any website template. From my experience, you will do it better for your...
  18. smoovo

    popout buttons

    But why to use long script to do a short one?! I have changed my tutorial now to be compatible with IE6 too, from some reason it been shorter... :). ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  19. smoovo

    TUTORIAL: Pop-Out Buttons with Sprite and CSS

    After a little re-touch i have shorter version that compatible with IE6 too, so i edit the tutorial above. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  20. smoovo

    TUTORIAL: Pop-Out Buttons with Sprite and CSS

    To make your main menu, or just another menu you have on site, and you want to make it alive a little, use this tutorial and your imagination to edit the images and the positions. Link to the tutorial in my website (plus demo) is HERE. The HTML <div class="pop_menu"> <a href="#">Home</a>...
Top