-
Advertising Ideas?
Yeah unfortunatly the only events down here that run regularly are made up mainly of website developers/app developers/etc (they are run at the local science park...) but thanks anyway
-
-
Advertising Ideas?
Thats not a bad idea offer a discount to locals, thanks!
-
Hi everyone! need a little help...
find the image: catalog/view/theme/default/image/payment.png and remove the paypal logo in fireworks/photoshop etc and upload it again (if its just the paypal you want removed)
-
Hi everyone! Nice to meet you all!
Hi Craig! thanks for the add, nice to meet you! http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html this tutorial is a great start for newbies, or you can check out w3schools.com If you ever need a hand feel free to drop me a message, i'm always on skype StonehouseDesigns, dont really know what else to say really... Have a nice day? And I do hope you get in touch
-
Hi everyone! Nice to meet you all!
Hi there! I do own the company well the majority, we've been in business sinces september, its been hard work setting up. About the company structure? Sure, its a limited company, I am the managin director, by brother is the financial director (he's a fully qualified fsa if any need help with sort of stuff, let me know and I'll put you in touch, he and I are both great accountants. He's chartered, I will be soon after my exams, whenever I can fit them in!). We then have 1 full-time meber of staff other than myself and 4 part-timers. Keeping the office open 24/7 is the biggest challenge. But my clients love being able to have support at 3am... Advice? Err, sure work work work, and dont quote for anything your note sure you can do, chance are you'll screw up somehow. Be honest and up front and dont mess people around. Its great to meet you, feel free to drop me a message anytime or give me a call if you need any help, my details are in my profile i think...
-
Advertising Ideas?
Hi guys n gals, So today was advertising day! We're in a couple of local magazines, the paper and the paper's website (thisis[whatever].co.uk), we've also stuck ourselves on Thomson and Yell, I was just wondering if anyone has tried any of these sorts of ads before (as a web development company) and their results? Or maybe if anyone has any other ideas on gaining local business, so far most of our clients come from london and manchester, which is quite a trek when it comes to stuff like photography... I'm just stuck for ideas on getting the locals on board! I dont really wonna go down the cold-call route :S
-
Is this possible
first i qould have 2 container divs and make the "menu" div position:fixed. Then just use CSS and JQuery to show/hide content or you could use AJAX to call the content from a database or something? Its quite simple, if you need a hand drop me a message, I'm free tomorrow
-
Dreamweaver
Lol too right it saves you loads of time! Especially once you memorize the order they appear in the drop down I also love that it auto uploads your files as your edit them and you don't need to be jumping from program to program!
-
Online Site Builder For Complex Website
what do you mean by complex? got an example link?
-
Contact form is not sending me email
help if i checked the file after putting it back together lol. I am so ashamed but hey on the plus side... I found love this smiley -> :flm16: <- epic process.php
-
Contact form is not sending me email
got the process working on my server. Tried and tested. Hope it helps. process-working.php
-
Contact form is not sending me email
I noticed you seem to be sending a html email and you didn't have: $headers = 'MIME-Version: 1.0' . "\r\n"; http://php.net/manual/en/function.mail.php see example 4 process.php
-
Center text over an image...
or you could just set the background image to be the picture, thats probably easier lol
-
Center text over an image...
Hi you could put both of them in a div, set the div position to relative and the set the text position to absolute, top - 50% of height of the image, text align center... e.g. like this: <div style="position:relative"> <img src="whatever.jpg" alt="whatever" width="100" height="50" /> <p style="position: absolute; top: -25px; text-align: center;">Your text here</p> </div>
-
Catering for Non JS users
I don't know lol I've never met anyone who turns it off... Only a nice old guy my brother works for who's blind and uses a text only browser called Lynx. I guess if you were using js to call your content to the page that would be an issue? but as it stands I can't see another problem that would effect him? And I know you don't need php to detect js but its just another way, e.g. <noscript> Anyway glad the the post helped!