Everything posted by Designer Karly
-
Win a Virtual Server free for a year with Heart Internet
I'm thinking about creating a social networking site for a niche, so this would be an ideal base to launch it from.
-
Mod_ReWrite - Replace word in url/links
Hi, I would like to redirect any instances of the following from url's on my website, I wonder if someone can help me do this please using .htaccess. I would like to change any instances of: /chat/path='/ /chat/path=/ To just goto: /chat/ So if you had: /chat/path='/about-me/ - it would render as /chat/about-me/ Hope that makes sense
-
Hello all Members
Welcome to wdf Kim
-
Hi
Greetings to you Roy
-
Hi all!
Hello to you Joss & welcome to a fab forum.
-
£1 Off Everything at CDWow.com!
Hi Ya'll I've just been doing a bit of shopping and found cdwow.com has £1 off everything until 10pm tonight! Good chance to grab a few bargains, I love it coz' it's normally quite cheap anyway!
-
Yipee! #10 on the top 10 posters list!
he he, I bet Wizely doesn't mind. Actually I havn't seen him in a while.. Congrats Meshach
-
New Member!
Hello Joe Welcome to the forum you're amongst good people here
-
Cropping a Circular Shape in Fireworks MX 2004
This is a really neat trick, I only learnt this myself a few months ago and has helped saved me a lot of time cropping circular and star shapes.
-
Hello everyone.
Welcome to the best Web Design Community out there! :yahoo: IMHO
-
Using Drupal for the first time
Tell me about it, I some how just cobble through the coding process, design is my true passion. Forums like these have helped me out no end, I really do hope you find what you're looking for.
-
Hello!
Jolly nice to have you here SmileyEily Welcome to WDF
-
Using Drupal for the first time
Hi, Does this gallery module help in anyway? http://drupal.org/project/fast_gallery If not there is also the module index to have a browse through: http://drupal.org/project/Modules Regards
-
Hello!
Yes indeedy, as traxor says - we are all here to help you with starting out with web design. We'll try and be of use in anyway we can to help better your skills and knowledge. Can we see some of your photography? What do you enjoy taking shots of? Welcome to WDF. DK
-
I'm new to the forum
Hello Avril - Welcome to the wonderful world of Web Designer Forum. I think you'll like it here
-
Is there a Doctor in the house?
What about stress levels are you getting enough sleep? Though I must say, eating a Kilo of salted peanuts can't be a good thing! - All that salt!!!
-
Music when you are designing
I agree, I actually experimented at the weekend and found silence to be much less of a distraction and produced some really nice results as I was able to think straight. I normally just put Radio 1 on or some strange alternative music from around the world found on iTunes Radio. DK
-
new here
Couldn't agree more with you Traxor. Welcome to the forum you'll love it here!!!
-
Heart Internet
I'm using their Reseller account to host all my clients and find them very good on support when needed, they do have live support i've used them on numerous occasions. They saved me alot of time with my mySQL database. I've been using them for a little over a year now and am very happy with their services
-
Awesome Color Tool! - Adobe® Kuler™
I use it for EVERY website design I do it's so useful at picking complimentary colours. Sometimes I don't even pick my own I use some of the pre-defined schemes already created by users as they are so beautiful. Also i'd like to mention that Kuler has been mentioned tons of times on the forum within posts and also threads themselves: http://www.webdesignerforum.co.uk/index.ph...67&hl=kuler http://www.webdesignerforum.co.uk/index.ph...31&hl=kuler The AIR application is great as i can pick colour schemes from my desktop DK
-
NEw to the Forums
Hello. Welcome to the forum DK
-
Tax Return Help - Asking for next years payments?
Hey WDF. I would really appreciate some advice/help from you friendly folk I have fillied out my freelance tax return today and am stuck for how much I really need to pay in January 2009. I have used fake figures below as to not give away my earnings! I'm happy with the final amount I have to pay for tax for 2007/2008 - but why is it asking for payments already for 2008/2009 - I want to pay these next year around about this time. Details: Total tax, Class 4 NIC and Student loan due for 2007-08: £1,500 Plus First payment on account for 2008-09: £750 <----- Why is it asking for this so early! Payment due by 31 January 2009: £2,250<---- Eeeek! - Why can't I just pay the £1,500 I owe! Or can I? Second payment on account for 2008-09 will be due by 31 July 2009: £750 <----- Why is it asking for this aswell So I am wondering, can I not just pay the tax I should pay £1,500 and then pay for 2008/2009 earnings next year? Will I be fined if I choose to just pay the £1500 money I owe for 07/08' Here's a scenario, say if I pay the 2 installments of £750 on jan and july 09' - what if for that tax year I only earnt £1000 - and I actually owe £200 in tax - but in fact due to the early payments I actually paid £1,500! - It just doesn't make sense! Seems a little unfair! Help! DK.
-
Murky Waters of Cornwall ! :-)
Welcome to WDF
-
How do you get the extra page results Google somtimes shows?
I believe it happens when your site ranks #1 for a particular set of related keywords. In this case it could be "web design forum" , "webdesign forum" and "web designer forum" - as this forum ranks #1 for each, it's perceived as a valued resource so will display more site links from that particular website. Knowing that this forum rocks - same for any other leading website if you use the right search term. Web designer forum works as it has related URL, title and meta descriptions, inbound links and also related content - so it's no wonder Web Designer Forum is #1 in the search results.
-
Justifying a page Layout to 'centre'
Yes, On your outer/container div add the following to it's CSS Style. margin: 0 auto; That will make the container sit in the center. DK