Jump to content

Susie

Advanced Member
  • Posts

    680
  • Joined

  • Last visited

Everything posted by Susie

  1. URL: http://tinyurl.com/38p4btb I'm looking for a way to have the sold sign be on the left of the screen, but I don't think what I have is going to work. Can you guys help me figure out a better way? One thought I have is to decrease the width of the content container, but I really don't want to do that if possible.
  2. You said it all yourself, in my opinion. If you want to send her the files, I would ONLY send her the website files (HTML/CSS/image folder, etc). I would NOT send her any photoshop files or any pieces/parts that you used to create her website.
  3. LOL Oh my. I think you and I suffer from the same disease - being too nice. I was curious about her method of payment just because of what a previous poster mentioned. If she paid by PayPal or credit card, she could do a charge back and then you'd have to deal with that. But since she paid with checks and I assume you've already cashed them, there should be absolutely no problem. Fire her.
  4. Wow, she has nerve! Now she wants you to set up all her social networking profiles?? If it were me, I wouldn't answer the phone when I saw her number on the caller ID. I had a client who was calling me several times a week wanting to "chat" about this or that (all website related) or to brainstorm her next idea for her site. The calls would easily last for 30 mins to an hour. I finally quit answering the phone and whenever she emailed wanting me to make any small change, I let her know how much it would cost (after I doubled the amount of time it would take when figuring it out) before I lifted a finger. She finally got the hint. Sounds like it will never end with her. And I agree - she could try to sue you, but how would she possibly win? There is no contract. How did she pay you? Cash, check, credit card, PayPal?
  5. Hi Daniel, Welcome to KS. I'm sorry to hear you've had such a rotten experience. I've definitely had my share of that type of situation, and I vow to never repeat it. I never work without a contract and I spell things out very clearly in that contract. If my client requests something that is not in the original scope, I let them know they will be charged my hourly rate while I work on the change request. Usually that causes them to give their changes a second thought. If it's something they really want/need, they'll pay. Otherwise, they'll live with what they've got. Since you do not have a contract, I can't see how you'd be bound to issue the refund. Maybe you could let her know in as nice a way as possible that all her change requests were billed at $X/hour. Surely it all adds up. Personally, I would not offer a refund and if she ever approached me for work again, I'd probably tell her my schedule is too full or I'd refer her to someone else (though I'd hate to put that kind of client on any friend of mine ). Good luck with it!
  6. Eduardo, thanks so much for the info! I don't have time to work on my portfolio this week, but hopefully soon. Maybe I'll apply some of this cool stuff. Thanks again!
  7. I've worked with fancybox before, but I've never seen it display text and photos like you have. Please don't feel like you need to spend time looking for tutorials - I was just wondering if you had one handy.
  8. I like it! I love what you did with Fancybox in your portfolio. I would like to do something similar. Is there a tutorial that you know of?
  9. I just checked one of my client's sites where the search field clears on click and here's what I found in the source: <form method="get" class="searchform" action="http://www.website.com/" > <input type="text" value="Search this website" name="s" class="s" onfocus="if (this.value == 'Search this website') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website';}" /> <input type="submit" class="searchsubmit" value="Search" /> </form> Hope this helps! It's a child theme for the Genesis framework, so the search widget is pre-built for me. I don't know why it works, just that it does.
  10. Susie

    should i use a CMS

    Plus, if you're providing a custom theme, then your time is definitely valuable. As Ben said, yes WP is free, but customizing premade themes or creating totally new, custom ones is definitely not something your average user can do.
  11. Susie

    should i use a CMS

    I would definitely use a CMS. WordPress sounds like it would be a good fit, too. I always develop client sites with a CMS because I don't have time to make little updates to their sites on an ongoing basis. I am available to help my clients with bigger changes, but I want them to be able to take care of text changes and removing/adding photos on their own.
  12. Well, I saw that #content #single is floating and when I took the float off that, it popped down, too. But then #sidebar didn't float anymore. Playing in the developer toolbar, I think it's the #single div that's causing problems, but I can't figure out exactly what that is. When I remove it, #meta stays where it should....
  13. I added clear: both; to #meta and it popped right down to where it should be.
  14. That's correct, Eric. It shows up in someone's Facebook news feed that they "like" a website/web page. But it does not add them as a "Fan" to the company's Fan page.
  15. I was going to say the exact same thing. I haven't been around often because I've been pretty busy, so I haven't seen this website take shape. But I have to say I like it. Great job!
  16. Thanks so much, Ben. I'm still not sure if this is the right way since the cursor doesn't show that it's a link. I might keep looking, but for now, I'm happy with this. Thanks again.
  17. I was trying to use the method outlined on this page: http://css-tricks.com/snippets/jquery/make-entire-div-clickable/
  18. Thanks, Ben. That didn't work for me. Hmmm...
  19. Thanks. I'll have to take a closer look. I prefer not to use positioning if I can.
  20. Thanks, guys. I want the entire box to be clickable and not just the h2. Not sure how to do that...
  21. I'm looking for a way to make an entire div clickable on this page: http://tinyurl.com/2ektm28 . Scroll down through the menu categories and you'll see a background change (for now) on the divs. And right now, the link is only on the h2. But I want the whole div to be clickable. I found this on CSS-Tricks, but it's not working for me. http://css-tricks.com/snippets/jquery/make-entire-div-clickable/ What am I missing?
  22. I didn't read the article, but just going off what you said, Ben, I agree. Personally, I love my Droid phone and all that I can do with it, but I always look forward to using my computer because the bigger display and keyboard are so much easier and faster for me to use.
  23. I would use a div to contain it and apply the dark gray background to the div. So, something like this: #somenamethatmakessense { width: height: margin: padding: } Does that help? If you need more information, just holler. Do you have any of this coded yet so we can see what you have so far?
×
×
  • Create New...