-
Converting XLS Columns into Email Distribution Lists
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.
-
Pointing non www. to www.
Hey, no problem! Thanks for the +1!
-
-
Pointing non www. to www.
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!
-
-
Border between web designer and web developer?
"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.
-
Border between web designer and web developer?
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.
-
-
a number showing in mine page
I can't see a problem there. Perhaps the problem is on the include php?
-
PHP Help
Do a CTRL and F (find) and find $webUrl and it's value. It may look like this: $webUrl = -INSERT-PHP-HERE;
-
PHP Help
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.
-
dice assigment
Now you do! You're very welcome.
-
-
dice assigment
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!
-
Iframe overlaping the dropdown
I use a drop down on one of my websites with Scribd. Works a treat: http://www.lektronix.net/media/repair_brochure/view/china
-
Few question about clients and payments :)
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
-
Few question about clients and payments :)
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!
-
Iframe overlaping the dropdown
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!
-
-
-
Web design 'rock stars'
+1 rep, because I don't think I could say it better myself. I find them massivley inspiring.