Search results

  1. learning_brain

    caching problem with mobile css

    Good articles by the way - thanks
  2. learning_brain

    caching problem with mobile css

    Thanks for the feedback as always essellar. If you check out my own design site at wishingwebs.co.uk, you'll see that I can do responsive designs - which are relatively straight forward provided you don't mind re-designing your site 3 times! :) To be honest, the problem with the site I'm...
  3. learning_brain

    Setting Boarders in Photoshop for exact measurements

    Interesting question and one that I too have had problems with. Is your printer borderless? If so, they tend to enlarge images ever so slightly. This is to ensure that the image overlaps the edge of the paper. If it's not borderless, you shouldn't have a major issue providing you print...
  4. learning_brain

    caching problem with mobile css

    My mobile detection script is server-side, using user-agent info so I don't really need any AJAX work to change content based on what's going on client-side. The entire page architecture and css are different before page load but on some tablets, It seems to cache all pages browsed before...
  5. learning_brain

    7InchTablets.net

    Interesting views here, and I guess much of it is personal. There are plenty of e-mail harvesters around, but spamming is all around us. Managing it is the key, so I don't mind giving out a gmail address because google is good at sorting my garbage out! As for my credentials, I'm an Android...
  6. learning_brain

    My Online Portfolio

    I like it too. There are some really nice css features here, although it looks a little disjointed. I have to be honest here - it looks as if it has been constructed using different styles. Your GOLI design and corporate styling is far more consistent and it shows. The wp-content references...
  7. learning_brain

    New Website Designer Site (wishingwebs.co.uk)

    OK - the site is pretty much done so.... critique away! Any feedback is appreciated. Richard
  8. learning_brain

    caching problem with mobile css

    www.donbur.co.uk This site has a php mobile detection script which activates a different architecture and css for mobile devices... nothing new there other than I'm not using the css selector statements. When viewed on a mobile, you get an option to switch to normal full screen mode (classic...
  9. learning_brain

    New Website Designer Site (wishingwebs.co.uk)

    Ooops - just realized the link was broke.... fixed now...sorry. I have also now completed the mobile menu and made a different body background image for mobile viewing. Now rolling it out across the site. Next is getting the content right!
  10. learning_brain

    New Website Designer Site (wishingwebs.co.uk)

    Thanks for the heads up. I have another site where changing the structure of the site was critical, so the user-agent detection was useful to create conditional content (such as inclusion of memory-heavy scripts/images...or not for mobile); however, on this site, I take your comments on board...
  11. learning_brain

    New Website Designer Site (wishingwebs.co.uk)

    Ooops... sorry - didn't realize it would pick up on the wrapper size and display at that resolution... I stand corrected! Cool - but being an Android man myself - I wouldn't know these things lol. Good to know - thanks! Just finishing off the finer css details now.....
  12. learning_brain

    New Website Designer Site (wishingwebs.co.uk)

    Thanks :) Glad you like it - I didn't want to miss out on the SEO opportunities... and yes, its limited (file size only 76kb). The content will not be as text heavy - in fact I only intend to include limited textual content and heavier on graphics. And yes, you're right in that I'm trying...
  13. learning_brain

    New Website Designer Site (wishingwebs.co.uk)

    Hi everyone. I'm busy developing a new business to live my dream as a web-designer. the site is www.wishingwebs.co.uk If you have a minute, I'd really appreciate any feedback you have on this test page @ www.wishingwebs.co.uk/test.php The concept design has been done in Illustrator and is...
  14. learning_brain

    Passing Variables to Include Files

    Nice cryptic response to get me started in the morning!! I've had a good think about this and managed to come up with a working solution. As the url has to be "GOT" in the main file, I have passed this variable in the include address and then used the GET method in the include itself - which...
  15. learning_brain

    Passing Variables to Include Files

    This is a little more complex than the title suggests. I have a menu system in a header - which is, as you might expect, an include file. http://www.donbur.co.uk/eng/css/csstest.php Within the menu, I have options for making the <dd> elements with a "current" class or not... So... my first...
  16. learning_brain

    Print CSS Errors

    Thanks Misson Can't believe FF is the worst culprit!! Still trying to work around this problem as the architecture is already embedded into a whole load of files. I do at least now have it at an acceptable stage. Rich
  17. learning_brain

    Print CSS Errors

    I am creating a print css file but getting some very strange results. Page is at http://www.donbur.co.uk/eng/css/csstest.php with print css at http://www.donbur.co.uk/eng/css/print.css Bearing in mind there are no deliberate page breaks here, the print preview and print result seems to hide...
  18. learning_brain

    Updating MYSQL table field using PHP

    I have found sometimes that the concatenation in the SQL string throws errors... try "UPDATE users SET pic = $newname WHERE username = $session->username";
  19. learning_brain

    I get this error: Warning: strtotime() [function.strtotime]: It is not safe to [...]

    Re: I get this error: Warning: strtotime() [function.strtotime]: It is not safe to [. what raw data do you get from $row['time_sent']?
  20. learning_brain

    Best Method For Mobile Friendly Sites

    Making our website mobile friendly was not on my list of priorities either, but there are rumors circulating that there will be more mobile based traffic than workstation traffic in circa 1 year. I can't see any evidence of that yet from Analytics, but as it's my job, I need to ensure the user...
Top