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.

Row

Privileged
  • Joined

  • Last visited

  1.    TraducoesInformais reacted to a post in a topic: Website speed test and analyse
  2. Fixed Oeps, it turned out I had to include my JS at the end of my file instate on the top in my header!
  3. I found out when resizing the page, the script also runs! So I guess Chrome is just doing stupid to me Now I need to figure out how to runs this script after all elements load!
  4. Hi guys, I found this odd failure in the script, but I can't figure out why the script isn't running correctly in Chrome! It does run in IE and Firefox, what already is strange huh? Here is my test page for the code: http://rowruffdesign.nl/tutorial/test/ I got the script from: http://www.script-tutorials.com/pinterest-like-script-step-1/ I wanted to give this a try It only works after you pressed on Comment on one of the pins, but that isn't a good solution of course. I tried to load the function on page load, but that didn't work! Here is the code that should deal with it: $(document).ready(function() { // masonry initialization $('.mainContent').masonry({ // options itemSelector : '.pin', isAnimated: true, isFitWidth: true }); // onclick event handler (for comments) $('.comment_tr').click(function () { $(this).toggleClass('disabled'); $(this).parent().parent().parent().find('form').slideToggle(250, function () { $('.mainContent').masonry(); }); }); }); Cheers
  5. Row replied to Row's topic in Server Side
    Hehe, well both thanks then
  6. Row replied to Row's topic in Server Side
    Awesome man, that was the query I needed
  7. Well a table it is
  8. Row replied to Row's topic in Server Side
    Thanks i'm gonna try it out when I get home(on the train now)
  9.    Row reacted to a post in a topic: Query help
  10. I think your menu buttons are to big! You might also want to make your header a but smaller, since this takes over 50% of your page You do have nice columns and the info is well spread of the website Cheers
  11. Row replied to Row's topic in Server Side
    Well its simple You have a category and the number of the topcat is the number of the parent category so you would get something like this: 1 Animals 2 Animals > monkeys 3 Human 4 Human > man 5 Human > woman 6 Human > man > boy The user should only be able to see the category on the lowest level so: monkeys, woman and boy The question is, how do I query this in SQL? Cheers
  12.    teodora reacted to a post in a topic: Music while working
  13. Me likey http://www.youtube.com/watch?v=7oQ8KGUJ6KM
  14. Row posted a topic in Server Side
    Hi guys, I have a table for my categories. These categories are linked to each other so you can create sub categories The point is that the user should be only capable of selecting a category on the lowest level! But I don't know how to query this in a good way! Here is a sample of the table: id name topcat 1 animals NULL 2 monkeys 1 3 human NULL 4 man 2 5 woman 2 6 boy 4 And so on.... Any ideas would be appreciated!
  15. Row replied to Row's topic in Server Side
    Thanks for the links
  16. Row posted a topic in Server Side
    Hello, So I have two questions 1. What is a safe way to retrieve data from a database and then later for output. So I insert some data in a form and place that in the database, what is then the safest way? By insert using htmlentities or by outputing? 2. So I have an item with an itemnumber in the url like this: localhost/Project/items.php?itemnumber=12 How can I secure this with PHP, so when you would typ in a quote for example, that the data is sanitized, so I can prevent SQL injection! localhost/Project/items.php?itemnumber='DROP DATABASE'; Cheers
  17. Hallo Guys, I'm working on a timetable app for desktop and phone, but I can't get my head around the layout... Do I use a table or do I use divs to display each day? What about time schedules for the different people What I need to display is at the most 8 names and the date of a day What would you recommend me? Cheers :B

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.