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.

TomCash

Members
  • Joined

  • Last visited

  1. I've recently been working with the marketing team at work and we've been processing hundreds of thousands of emails from excel files generated by our database. The staff here used excel to clean out duplicates, etc, then wanted them back into a neat CSV. So I wrote a little script for them... http://xls-to-csv.tomcash.co.uk/ Not only does this columns into CSV but it strips out bad email addresses too!! Feel free to have a play. I'm very open to all types of feedback on how to improve it, etc. So please, send over your feedback! Tom.
  2. Hey, no problem! Thanks for the +1!
  3.    MWP reacted to a post in a topic: Pointing non www. to www.
  4. It's important you tell Google Webmaster tools which version of the website you wish to refer to. Then also build all your links to reflect that. As for one and one - there's an easy way around this. If your route directory for your website, where all of your files sit. Create or edit your .htaccess file to contain the following lines of code: RewriteEngine On RewriteCond %{HTTP_HOST} ^yoursite\.com [NC] RewriteRule (.*) http://www.yoursite.com/$1 [L,R=301] That will send anyone from the http://yoursite.com to www.yoursite.com Hope this helps!
  5.    diva reacted to a post in a topic: Border between web designer and web developer?
  6. "HTML/CSS man" would be "the guy who designs in the browser". He would cut the PSD up into flat images, etc and map them to some CSS/HTML and do all the cross browser testing.
  7. It depends on the business. This isn't an uncommon layout in larger businesses: A designer will deliver the interfaces only in PSD format. A UI/UX developer will do the CSS, HTML, JavaScript and any client-side sort've interface programming. A developer will do all the server side functionality, such as the PHP/ASP, MySQL. A copywriter will do all the text and may work with an SEO. Bigger businesses sometimes have a person specifically dedicated to database design too. Smaller businesses sometimes have their designer do the PSD, HTML, CSS and JavaScript. It is also not uncommon for an SEO to write the copy. It really does depend... If you don't mind me asking - why do you ask? Perhaps we could answer your question more specifically if we knew.
  8.    321Steve reacted to a post in a topic: Few question about clients and payments :)
  9. I can't see a problem there. Perhaps the problem is on the include php?
  10. TomCash replied to Gecko's topic in Server Side
    Do a CTRL and F (find) and find $webUrl and it's value. It may look like this: $webUrl = -INSERT-PHP-HERE;
  11. TomCash replied to Gecko's topic in Server Side
    Go to line 157 - identify what the code is looking for and A.) Put the object where it is supposed to be. or B.) Change where the code is looking.
  12. TomCash replied to kensha's topic in Server Side
    Now you do! You're very welcome.
  13.    kensha reacted to a post in a topic: dice assigment
  14. TomCash replied to kensha's topic in Server Side
    A quick and dirty solution: $number = rand(1,6); $value = ""; if($number == 1) $value = "one"; elseif($number == 2) $value = "two"; elseif($number == 3) $value = "three"; elseif($number == 4) $value = "four"; elseif($number == 5) $value = "great"; elseif($number == 6) $value = "six"; echo $value; Hope that helped!
  15. I use a drop down on one of my websites with Scribd. Works a treat: http://www.lektronix.net/media/repair_brochure/view/china
  16. It doesn't really matter - a lot of the top companies are a similar price. You just have to see how much you can haggle. http://tinyurl.com/6jevfnz
  17. Yeah - this is true. Some projects are so tedious, it's nice to have something to look forward to. You can ask for the money as a gift so you incur no charge. Just write a contract and reassure them that their money is okay, although they will not be backed up by PayPal. Saves you a couple of quid. Yeahhhh. Cheers! I give quite a few away too. I gave about 30 to my dad and apparently all his colleagues use them now. Had a couple of jobs via them too!
  18. Have you tried setting your navigation z-index to something like 400? z-index: 400; This usually helps overlapping issues. Your position class needs to be absoloute or relative, however: position: absoloute; Hope this helps buddy!
  19.    Adam Boyce reacted to a post in a topic: Few question about clients and payments :)
  20.    hailers23 reacted to a post in a topic: Few question about clients and payments :)
  21. +1 rep, because I don't think I could say it better myself. I find them massivley inspiring.

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.