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.

suedeapple

Members
  • Joined

  • Last visited

  1.    ajak32 reacted to a post in a topic: Can't manage to make <hr> have width:100%
  2.    ajak32 reacted to a post in a topic: Can't manage to make <hr> have width:100%
  3. <3 Internet - Email support response usually within minutes. Never had to ring them up - but I'm sure there's some kind of number you can ring. But not sure why you'd want to. I'm a bit bemused with the FH slagging off. They are a big company (so an easy target for disgruntled customers), but I usually find it's user incompetence/mis understanding. FH did have that password/login breach a couple of years ago (which was a bit of an Ooopsie!) - but since then they seem to be ever more security aware, which is only a good thing.
  4. body { padding-left:60px; padding-right:60px; } hr { margin-left:-60px; margin-right:-60px; } Putting a minus margin on the <hr> - Look at my HTML above ^^^^^^ in previsous post
  5. http://www.google.com/addurl/?continue=/addurl Does that help? :-)
  6. You probably used inline cellpadding,cellspacing, align e.t.c - whereas most of that you can now stick in CSS, so you have a really lean table markup.
  7. <html> <head> <title>Suedeapple </title> <style> body { padding-left:60px; padding-right:60px; } hr { margin-left:-60px; margin-right:-60px; } </style> </head> <body> sdfsdfs f sdf sd fsd <hr /> </body> </html> Worth a go :-)
  8. suedeapple replied to Kerstey's topic in Frontend
    Give up on IE6 - Just call it an "acceptable browser differential" :-)
  9. suedeapple replied to Kerstey's topic in Frontend
    #footer { position:fixed; bottom:0; } Although, that might not be what you're wanting
  10. Try breaking your code down into simple units, and test them incremently... You'll then find out fairly easily which bits arent working. I.e. start off by having a simple file upload field, with a simple upload script.
  11. err... <table> That should do it.
  12. I'd second Heart Internet - Top notch service, and certainly on the ball when it comes to support. I have a reseller and dedicated server with them. I've got a couple of clients using Fasthosts and not had any problems with them either. Support response has been random (sometimes quick, sometimes slow). They did fix a problem for me on Christmas day which I thought was good! Basically, if you know what you are doing "techie wise", and understand the constraints imposed by the hosting plan you should be fine.
  13. Yeah, but you can use HTTP caching so you're not hitting the DB all the time. Just check the last modified date in the Header. Much easier (and faster) to store images in the DB from a management/backup perspective. Just backup the DB :-) Also, depends on what spec server you have for the DB. Mircosoft SharePoint stores all its assets in the DB, and makes it really easy to deploy/re-deploy/duplicate any site.
  14. Hi Folks Spotted this site from a link from the Heart Internet blog - Looks like a great resource. I'm a ASP.NET developer who does a smidge of web design work. Feel free to check out my folio at www.suedeaple.co.uk, or @suedeapple on twitter. I'm currently doing a daily SEO/CSS Tip via twitter if you want to follwo me. Hope this gets past the spam/mods! lol Cheers Paul
  15. Do you mean "classic ASP", or ASP.NET? ASP.NET is now on framework 4.0, and is darn powerful, and nothing like Classic ASP at all, apart from the VB/C# legacy.
  16. Check out the tutorial on 4guysfromrolla.com http://www.4guysfromrolla.com/webtech/060100-1.shtml That gives you the code to extract an image blob/binary from a MS SQL database. You will just need to change lines.. 'Step 3: Set the ContentType to image/jpeg Response.ContentType = "image/jpeg" ..to the content/MIME Type you require

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.