Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

planetabstract

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    planetabstract got a reaction from waynef in Am I hirable?   
    Hi,
     
    From what I just read in your opening post I'd say go for it... grab it mate.
     
    You sound like a talented guy. I'd be suprised if you didn't get work...
  2. Like
    planetabstract got a reaction from CindyAugliny in Plz review My website !   
    Hi,
     
    I've got to be honest, it's not great. Looks really outdated. Also, scrolling marquees are a no-no and so are animtated gif (the flags at the bottom).
     
    As well as that the width seems strange and the margins and padding aren't right.
     
    Looking again this might be a spam effort as I see 2005 in the footer.
  3. Like
    planetabstract reacted to Lev in Need critique of beauty therapy website mockup   
    Hello,
     
    Here is a rough color palette, that imho could be matching for such site
     

  4. Like
    planetabstract got a reaction from Alias in Simple PHP login help   
    Hi,
     
    You need an action and method properties in your <form> tag, like:
     

    <form action="process.php" method="post">
     
    (process.php would hold your php code)
     
    Also, you can have type="submit" in your button tag, like so:
     

    <input style="width: 150px;" type="submit" id="reg" value="Register" />
  5. Like
    planetabstract reacted to Andrei Raileanu in Brusheezy & Vecteezy Clone   
    Use Wordpress because it will be easier to make a website like Vecteezy with it. You just need to create a custom theme and use custom fields. If you know some wordpress, trust me, it will not be hard to create it.
  6. Like
    planetabstract reacted to Lewwy in Any advice on building my portfolio   
    I PM'ed this to Sam, but it might be relevant to someone else:
     
    I suggest you constantly read up on the way other people are doing things, always do tutorials, constantly improve yourself.
     
    A few good sites I read:
     
    http://css-tricks.com
    http://blog.spoongraphics.co.uk
     
    Even if you don't like the end result of the tutorial you are doing, I promise you will have learned valuable tips and techniques that you will eventually unwittingly apply to your designs and coding as if they were second nature!
     
    +1 to the Charity idea. Also friends and family might want a random website..
     
    If that fails, either create your own brief for a ficticious company and create a website for them. Even better to get someone else to create the brief for you. We have a design competition on this forum, they usually have a pretty good brief, you could use that.
     
    Slowly getting better at what you do, and getting noticed while you improve.
  7. Like
    planetabstract got a reaction from asek in Website Portfolio Feedback   
    Yeah I really like it too. Little details like the hover on the paragprahs is good to, although I'd style it so the cursor stayed on a pointer rather than changing to a text cursor.
  8. Like
    planetabstract got a reaction from lozenges in Free live chat service?   
    Hi,
     
    I've used this before and it's excellent: http://www.comm100.com/livechat/
     
    I couldn't believe it's free. works really well...
  9. Like
    planetabstract reacted to Cabbage in Page title & PHP includes   
    PHP self isn't secure, you can inject stuff into it if you know what you're doing.
     
    If you create a variable before you include the file then you can use it inside the included file as following.
     
    Main file

    $currentPage = $_SERVER['SCRIPT_NAME']; if(stristr($currentPage, 'index') { $pageTitle = 'Index'; } include('header.php');
     
     
    Include File

    <title><?php echo $pageTitle; ?></title>
  10. Like
    planetabstract reacted to dap in Frames , AP Elements ?   
    here's some background reading for html and web design process
    http://www.htmldog.com
    http://www.opera.com/company/education/curriculum/
    http://www.w3schools.com/
    http://www.cssbasics.com
    http://www.sitepoint.com/article/html-css-beginners-guide/
    http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-your-first -website-in-easy-to-understand-steps/
  11. Like
    planetabstract got a reaction from SniderDK in Date from input fields into MySql database   
    Hi,
     
    I think you have an error in your query line, you are putting $born var in as a $_POST var, it should be:
     

    $born = $_POST['year']."".$_POST['month']."".$_POST['day']; mysql_query(" INSERT INTO ... (born) VALUES( '$born' )") or die(mysql_error());
     
    As you're already assigning the date $_POST vars to $born.
  12. Like
    planetabstract got a reaction from B533913X in Frames , AP Elements ?   
    Hi,
     
    Absolute Positioned means elements such as divs that are given absolute positioning
     
    Frames are a way of creating a site using a collection of html files. For example you might have a menu frame on the left vertically (menu.html) and your main page on the right (index.html) and your header up the top (header.html).
     
    Personally, I'd recommend never to use frames unless you really, really had to for some reason. They are bad in so many ways.
     
    If you use Dreamweaver, learn XHTML, CSS and using only 'code view' lay your site out using div tags and CSS to postion and style them.
  13. Like
    planetabstract got a reaction from HBnC Design in Feed back welcomed   
    Hi,
     
    Did you have permission by Team 17 to use their Worms graphic?
     
    http://hbncdesign.publishpath.com/Websites/HBnCDesign/templates/AdAstra-Nova/template/nav-bar-flowers.png
     

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.