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.

ElanMan

Privileged
  • Joined

  • Last visited

  1.    silly.questions reacted to a post in a topic: Hi All! newbie here :)
  2. From your linked page looks like a goer
  3. Have a look on opensourcecms.com Loads of alternatives on there and you can try out via the demos too.
  4. No probs, I'm looking forward to tomorrow now
  5. this line: var widgetid = jQuery(".star-dropdown").parent().children(".star-widget-id").val(); should be: var widgetid = jQuery(this).parent().children(".star-widget-id").val(); In your original code,in the event handler, you're finding all of the selects with a class of 'blah'. Simply put, it means you're working with the first select on the page(no matter what select has changed) You don't want all of the selects with a class of blah, just the one that has the change event fired. jQuery(this) inside an event handler will refer to the element that was 'clicked', 'changed' etc. This means that when the function traverses the DOM to find the parent etc, it will start from the relevant select, not from the first one on the page.
  6. If you want to position C relative to B, then you will need to specify a position other than static (the default) to C.
  7. If B is positioned absolutely, C will take its positioning relative to B 's top left corner
  8. Interesting article today: Flash May Not Be Dead But It's Not Feeling Well
  9. sorry
  10. If you're just checking for the presence of a number: if (/\d/.test(firstname)) { alert("Ooh, you put a number in your firtname. How do you pronounce that you mofo?!"); }
  11. Go for it fellas! After smoking for 19 years, I gave up 4 months ago. If I can do it (approx 25/30 a day), I'm pretty sure you can. It's the best thing you'll ever do Good luck
  12.    Sean33 reacted to a post in a topic: Creating a wiki website - Help appreciated!
  13. Have you looked at MediaWiki? Or am I completely missing what you're after?
  14.    ElanMan reacted to a post in a topic: Best books on HTML/XHTML, PHP, CSS and MYSQL?
  15. ElanMan replied to funsella's topic in Server Side
    Which part are you struggling with? It's a long time since I used phpFlickr but iirc, it was fairly simple to set up. Post the code that isn't working.
  16. Can you set up the services to only allow access based on hostname instead of ip address? If so, a free service like dyndns might be suitable (although I'm buggered if I can find the free service on their site!)
  17. Merry Xmas!
  18. Looks old and stale to me; Save your hard-earned and spend it on a drink for the new year.

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.