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.

WDJ

Members
  • Joined

  • Last visited

  1. The code for this is quite simple...if you happen to be comfortable with PHP that is. What format is the data currently in ? MySQL? CVS ? etc etc A PHP script can loop through the data and create an RSS compliant file on the fly or even create/overwrite a file on the server. private msg me if you prefer. Mat
  2. Your code is using strings that have not been declared anywhere and assuming your server is running a default version of PHP5 you cant get away with lazy strings anymore: if ($seenform != "y") should be: if ($_POST["seenform"] != "y") and so on.
  3. There are loads of jQuery tools that do this... google "thickbox"
  4. Hi, The lins doesnt work , it gives a 404 ??? Mat
  5. Hi There, This can be done using javascript however the links will not be visible to search engines (as of Jan 2009) or folks that for some reason dont have javascript switched on. An alternative solution is to use a server-side script to replace each keyword with the link HTML. Example. keyword : XYZ Your page contains the text .....I was walking down the road to XYZ when suddenly.... Server-side script replaces XYZ with link to keyword description page: so.. .....I was walking down the road to <a href='/keyword-descriptions/XYZ'>XYZ</a> when suddenly.... This is quite simple using PHP. Msg me if you need any further info, I'd be happy to help. Mat
  6. What does the ID refer to ? Is it a row in a database table ? Where is the title you would like to use currently stored ? in the row of the table that matches the ID ? You need to post further details for us to understand the context of this problem. Thanks Mat
  7. Hello, My name is Mat from the UK. I'm a php web developer, and webmaster for a web dev jobboard. Mat

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.