Search results

  1. focus

    Payment Manager?

    I am looking for a program that can help me manage who has paid and who hasn't. For example: Say i set-up a hosting website for example and i want everyone to pay $10 a month from when they join. I want to be able to see who has paid and be able to send an email out to all those who haven't...
  2. focus

    Which External HDD Should i Buy?

    At the moment I'm looking at the below (Needs to be 2TB or larger). http://www.msy.com.au/product.jsp?productId=2370 http://www.msy.com.au/product.jsp?productId=2499 http://www.msy.com.au/product.jsp?productId=6861 If these suck could you recommend one for me?
  3. focus

    Old computer to New

    I've been using an old Asus (P4) computer for awhile now and my friend gave me his Dell XPS. I am having trouble connecting my hard-drives from the old computer to the new one. My hard-drives from the old computer are: Seagate (with jumper) <-- Running windows XP Pro Barracuda 720.10 320...
  4. focus

    Microsoft Outlook Tools

    At work i use Microsoft outlook. I send heaps of emails everyday and to speed things up i always use templates. I was wondering if there are any tools or scripts that store templates and allow me to use hotkeys to insert the template. Also it'll be great if the template could automatcially...
  5. focus

    Blogging?

    If you were gonna blog, do you think its better to use a bloggin site like wordpress? or jus design you website as a bloggin site?
  6. focus

    Dell XPS Monitor Display Issue

    My friend gave me his XPS machine (I'm pretty sure it is a XPS 710) and said if I could fix it i could have it :) Anyways... It turns on and everything but when i try connected my monitor to it i get an error saying check your signal on the Monitor. The serial of the Dell motherboard is...
  7. focus

    Donation Meter?

    Does anyone know where i can get a meter that reflects how many people have donated ?
  8. focus

    from header?

    I'm having trouble with the from header in the below mail script. Can anyone help? function is_valid_email($from_email) { return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si', $from_email); } $headers = "From: " . $_POST["name"]; $headers .=...
  9. focus

    Website stopped working after migration?

    How can i fix this as it appears that it has effected all of my .com's Example: http://www.ateenslife.com
  10. focus

    Always open file with... - Windows 7

    I accidentally selected the wrong file to 'always open with with' in windows 7 and it changed EVERYTHING to open with the program i selected. I then went to change it back to another program and then again it changed EVERYTHING to open with the selected program. Can someone explain why it...
  11. focus

    Wireless Connects but no Internet?

    I've got a Acer Travel/Mate 370 and im trying to make it connect to the network/internet via wireless. It says it is connected to the Wireless with a good signal but I dont have internet or can i see the other computers on the network. I also tried via a cable and it worked fine. I can...
  12. focus

    SQL Injection?

    I think someone has used SQL to send lots of emails using the PHP pages i have. i just received 100 emails at the exact same time. Can someone please advise how i can stop this from happening? I have deleted the whole website from the server for the time being so they cannot keep doing it. My...
  13. focus

    Simple onfocus command

    At the moment i have this: <textarea name="comment" cols="55" rows="8">Please feel free to leave a comment or a question here</textarea> I want it to go blank when the user click on it. Can anyone help me with this?
  14. focus

    Shopping Carts?

    Do any of you use pre-made shopping carts? If so, which ones? and are there any free ones? Thanks.
  15. focus

    Comment Script?

    I hope im posting in the right section... I was wondering if any of you knew of a good, simple and free script that allows users to post comments/reviews. For example: You write a blog and down the bottom a user can write a comment once they have filled in their name (no sign up needed)
  16. focus

    Document type?

    I'm just wondering what document type should i be using? At the moment im using: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  17. focus

    CSS & 100% Heighter?

    *** Update **** URL: http://squidg.x10hosting.com/kinder2/aboutus.html http://squidg.x10hosting.com/kinder2/session_times.html The problem i have with both of thesepages is that the content does not go inside the wrap even though i created them like every other page. HTML for Aboutus: <div...
  18. focus

    PHP help

    Ive made a questionnair and everything works the way i want it besides the order of the information that get sends to my email. MY PHP CODE: <?php function is_valid_email($from_email) { return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si'...
  19. focus

    CSS Layout Help

    How do i get this layout? I've got everything besides the little area on the left which I've circled in red. I've attached a file with the layout i want. This is my current CSS: body { margin:0; } #wrap { width:780px; margin:auto; float:left } #header { width:780px...
  20. focus

    PHP Mail help

    I can get my script to send an email but after it sends it the user gets a confirmation "Your mail was sent successfully." on the next page. THe problem is that the text that the PRINT is displayed in doesn't match the websites CSS its simply in black. How can i fix this? Webpage...
Top