Search results

  1. smoovo

    Go Daddy hosting

    Script for PHP email form. To send email with PHP you have to use mail() function, as 'bcee' explained. I have attached here the basic code for using that function. You can edit this form however you want. <html> <body> <?php if (isset($_REQUEST['email'])) //if "email" is filled...
  2. smoovo

    Need help where to start!

    Slow down... Hi there. First welcome to the web programmers world. Now, if you familiar with CSS and you know how to use Photoshop, just make web page design with Photoshop, slice it as you need, and build it with CSS and HTML. Use DreamWeaver to build you code, don't use the 'Design' window...
  3. smoovo

    Css Scroll in Box

    So you have to use script.. OK, to smooth it in you have to use a script. The best way is to use jQuery. If you don't want to use a script, you can't smooth it. To make things act like a movie, with time line... you have to use script behind it. Let me know your decision, I would be glad to...
  4. smoovo

    Web Safe Fonts - Meet Google Font API

    Thank's Thank you bcee. It's very simple to use. Add this code at the beginning of your HEAD section. <head><link href='http://fonts.googleapis.com/css?family=Philosopher&subset=latin' rel='stylesheet' type='text/css'>...</head> Philosopher it's the font name I'm using... You can choose...
  5. smoovo

    Css Scroll in Box

    Wondering... Are you looking for CSS that will make this box appear and disappear on mouse over? If "YES", do you want it to smooth in or just to appear right away? ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  6. smoovo

    How to get the position correctly?

    Can you explain more? Hi, I can solve your problem right away. I'm just wondering what is your problem in that page. 1. Center the menu? 2. Make the menu text and still large links? 3. The menu is not issue, the page is. Let me know and i will give you the answer right away...
  7. smoovo

    Web Safe Fonts - Meet Google Font API

    See it in work! Look at my website... I'm using it. :) ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  8. smoovo

    Time to create your own favicon

    Do it yourself - Favicon Instructions: 1. Just make your favicon 32X32 pixels in Photoshop and save it as .png . 2. Place this code before the closing head code <head>...<link rel="icon" type="image/png" href="favicon.png"></head>... 3. Refresh your page. - Enjoy. :) ____________________...
  9. smoovo

    Quick Question about different programming

    Very simple PHP is free and most powerful. MySQL fits PHP and makes it interesting. AJAX is a must but not before PHP and MySQL. Go with this order and you will be more than fine. :) By the way... Use DreamWeaver, you will be grateful. It's very easy to code, and also easy to upload your...
  10. smoovo

    Does this logo go well with my site.

    Beautiful I'm definitely with you. It will give your website a powerful look... Go with it. :) ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  11. smoovo

    Photoshop or Illustrator

    I'm definitely agree with you. Photoshop can do what Illustrator does and more. Illustrator is one part of Photoshop, and made to be easier to make Logos and Icons. _______________ SMooVo - Web Design [email protected] www.SMooVo.com
  12. smoovo

    Best Software for Graphic Design

    Adobe Photoshop The most common software to do a pro graphic design works is the Adobe Photoshop software. For more simple work on logos and icons just use Adobe Illustrator. :) Visit us at SMooVo.com to get inspired.
Top