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.

Cabbage

Privileged
  • Joined

  • Last visited

  1. I'll have to check out the IRC channel, I think I was around when it was first set up.
  2. Besides the myriad of problems with your code (I won't go there as you asked people not to critique it) you really shouldn't be storing your passwords in plain text within the database. You can add a very basic level of protection by hashing the password with sha1 before storing it in your database, not bulletproof by any means but far better than what you have now.
  3. Well, obviously all the new names and faces I can see are about but are any of the members of yester-year still around in their old age?
  4. Well at work we've been asked to blog a few times a week so the company appears more social. Should be able to keep a regular blog and get paid for the pleasure .
  5. I was going to write about casting to integers etc but I'm trying to keep it simple. Add it to the tutorial in the comments if you wish, might help someone using it .
  6. Just wrote this and thought I'd throw it up here, I know I'm not that active anymore but if I can help out in any way that's a plus . http://thisismedia.co.uk/ben/2011/03/preventing-sql-injection-in-ph/
  7. Just been out for a spin for a few hours, really enjoying driving. Little bit nerve-wracking at first. nerves soon faded though. Pretty nippy little bugger, ragged it off at the lights a few times without meaning to. Guess that's the difference between the petrol car I have and the diesel I was learning in. Bought some carpets for the front as the rubber was a bit slippy, a tape deck to 3.5mm audio jack adapter, an ice scraper and the obligatory tree air freshener .
  8. Oddly enough I wasn't massively excited about passing when I was taking lessons and thought all the pomp around passing your test was a little over the top. I think I've had more congratulations on passing my test than on graduating uni :S. Pretty excited today though, I love my job but needless to say works dragging a fair bit .
  9. Just got my first car, I passed my test last Friday with 4 minors and I viewed a car yesterday which I'm buying after work tomorrow, insurance is all sorted . Got myself a Fiesta 1.25i Zetec-S with an LX trim . £700 all in which I'm pretty happy about, insurance is £1400 mind with Monthly payments . I'm rather excited, feels like Christmas when I was a kid but I'm even more impatient.
  10.    adsegzy reacted to a post in a topic: apostrophe problem in my form field
  11.    sunwukung reacted to a post in a topic: What PHP framework do you use?
  12. Dreamed in code yet?
  13. I guessed from the location and your name in your signature .
  14. Liking your dev-ee site BlueDreamer, nice clean layout and a brilliant structure .
  15. Liking your dev-ee site BlueDreamer, nice clean layout and a brilliant structure .
  16.    planetabstract reacted to a post in a topic: Page title & PHP includes
  17. Been working on an application framework recently, building one from scratch to suit the needs of the business I work for, based on an MVC architecture. I still like to get my hands messy with design from time to time though . Had any interesting projects lately?
  18. PHP self isn't secure, you can inject stuff into it if you know what you're doing. If you create a variable before you include the file then you can use it inside the included file as following. Main file $currentPage = $_SERVER['SCRIPT_NAME']; if(stristr($currentPage, 'index') { $pageTitle = 'Index'; } include('header.php'); Include File <title><?php echo $pageTitle; ?></title>

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.