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.

lastcrime

Members
  • Joined

  • Last visited

  1. ahh this helps alot thank you very much didn't even think of using a counter.
  2. This looks like some javascript effects probably done with mootools. I have no experience with javascript so im not too sure if you can do a burning effect.. id say flash is your best bet.
  3. Alright so i have this code which lists whats in my database into a table, at the end of each line i have a checkbox in order to select any one of them.. What im trying to do is once sent to another page see if the options are checked and if they are list out the name of it etc.. here is the code for the original page: <form action="buy.php" method="post"> <?php include ('connect.php'); $query = "SELECT * FROM movies ORDER BY id "; $result = mysql_query($query) or die (mysql_error()); echo '<table width="100%" cellspacing="0"> <tr align="left" bgcolor="#f1f4f6"><th width="32px">ID</th><th width="319px">Name</th><th width="112px">Rank</th><th width="112px">Type</th><th width="80px">Cost</th><th width="80px">Select</th></tr>'; while ($record = mysql_fetch_object($result)) { echo '<tr align="left" bgcolor="#bccad3" style="color:#fff;"><td>'.$record->id.'</td><td>'.$record->name.'</td><td>'.$record->rank.'</td><td>'.$record->type.'</td><td>'.$record->cost.'</td><td> <input type="checkbox" name="check" /></td></tr>'; } if (isset($_POST['check'])) { $_SESSION['name'] = $record->name; $_SESSION['type'] = $record->type; $_SESSION['cost'] = $record->cost; } ?> <input type="submit" name="submit" value="Buy Now" class="submit" /> </form> It then sends to this page: if (isset($HTTP_POST_VARS['submit'])) { include ("connect.php"); $_SESSION['name'] = $name; $_SESSION['type'] = $type; $_SESSION['cost'] = $cost; echo 'You chose ' . $name . ' it is ' . $type . ' quality. This is going to cost you ' . $cost; } What i cant seem to get right is if the checkbox is checked or not any help is appreciated.
  4. i say go with the fluid one but find some more stuff to put in that blank space
  5. lastcrime replied to lastcrime's topic in Server Side
    yeah i tried that too allow my external I.P. and it still didn't work..
  6. lastcrime posted a topic in Server Side
    Im wondering if anyone has used Navicat to manage their databases, im having some trouble connecting to my database within it and wanted to know if anyone could help..
  7. This is exactly what your looking for i think.. Cushy CMS
  8. bsically which version is best not really looking for any feed back really just kind of first appearance which one is best.
  9. I cant really deside on which variation of this design is best: 1 2 3 Any comments / suggestions would be great.
  10. i was thinking about it but havn't found the time to download them is it worth it?
  11. Im from Canada and i really think you should re-design the site, im not sure what kind of feedback you were getting from the other sites but from what i saw the feedback you got here was pretty good.
  12. lastcrime replied to notbanksy's topic in Web Browsers
    If your a mac user you can also use this: Download.
  13. I agree i think you should stick with the design you currently have. Maybe try adding some colour to the design you already have, this design i saw Design has some nice colour to it might give you some ideas..
  14. This is an older pick. Few things have changed, new mouse, new phone, new ipod, new speakers.
  15. To answer your questions yes it is bigger and its unfinished that is why there is no content etc. The client i was doing this for backed out as he couldn't afford to pay.. so i just never got around to finishing it but i think i might and get it up and running. Pretty much i just wanted to see what you all thought of the layout.

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.