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

Everything posted by lastcrime

  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.
  16. This design was supposed to be done for someone but didn't end up working out.. anyway thought id share and see what everyone thought. Click Here Or On The Picture!
  17. as RobH said i use colourlovers they've got alot of good palletes to download.
  18. Alright well first of all you don't really need the position: absolute.. but if you insist on keeping it i suggest you add z-index:0, i really dont see anything wrong except for maybe a broken image link? But id suggest making your repeat a table thats what i did with my wordpress theme i found it much easier..
  19. use a container in firefox when you resize the width the nav and header and content all break apart and move seperately. just something i noticed.
  20. what your going to do is if your on a mac cmd + click (control + click for windows) the layer thumbnail this will select the shape, then go into your info palette and it will tell you the width and height. you could also cmd + r (control + r windows) to bring up the rulers and measure anything fairly quick.
  21. i thinks the colours are too plain and it doesn't really tell you much about the site looks like a childrens site? (maybe it is..) anyway whats the point in the striped black bar at the bottom?
  22. Yah ha a ransom not maybe but it would at least keep out spam Plus that would take away the copyright because i dont think anybody's going to self identify a poster from a single letter.
  23. Hi, first off nice logos, i prefer the first and third logos the colour combos on them are the best and they look better without the circle behind.
  24. thats a good idea, im not sure if they already do this but why wouldn't you just use images instead of text? taking your idea just have a database of letters from all different posters and randomly put the letters (images) together, shouldn't be too hard..
  25. just wondering why would it matter what you look like? if you have a full and great portfolio and are able to provide a great service why would someone can you cause of your appearance?

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.