amuck-landowner

Search results

  1. NodeWest-Dan

    HTML 5 Required Tags

    Any recommendations on a php server side check?  I'm not necessarily asking for code, but I can't seem to find much of a guide that I can get to work.  This is what I currently have <?php ob_start(); $name = trim($_POST['name']); $email = $_POST['email']; $subject = $_POST['subject']...
  2. NodeWest-Dan

    HTML 5 Required Tags

    Thank you. I'll check out the jquery. The html5 looks great in chrome but you never know who will be on what browser. Sent from my iPhone using Tapatalk
  3. NodeWest-Dan

    HTML 5 Required Tags

    Has anyone used the "required" tags when making an input/form? Does it prove to be useful? Would it be better to validate with php? Sent from my iPhone using Tapatalk
  4. NodeWest-Dan

    Play DayZ Standalone with me!

    Unfortunately the price point is a little high for what it is.  I liked the mod for Arma2 but after a few weeks playing it became very redundant and stale.  Is this stand alone any different?
  5. NodeWest-Dan

    Which companies need reviews?

    If you decide to do shared hosting we'd be happy to have a review.
  6. NodeWest-Dan

    Do you use the default WHMCS Support system?

    I use WHMCS as a courtesy to my customers.  It's bad enough they have to have two logins (billing and cpanel) I don't want them to have to deal with another potentially different login.  It's also easier for us to keep everything on one site as taking them to a different site for support limits...
  7. NodeWest-Dan

    To Phone or not to Phone

    We use Google Voice for our phone number, but it's only for sales.  We don't offer telephone support as we want all issues 100% tracked in tickets for reference and research/training.  Obviously that puts us at somewhat of a disadvantage because plenty of people look for phone support.  We...
  8. NodeWest-Dan

    Announcements link in WHMCS on page

    Yea i just pulled that off their site. Hopefully it won't cause any security issues  ;)
  9. NodeWest-Dan

    Announcements link in WHMCS on page

    Thank you very much right as you posted this I was just remembering to write it off the ID.  This is what I went with <?php include("support/dbconnect.php"); include("support/functions.php"); $query = "SELECT * FROM tblannouncements WHERE published='on' ORDER BY date DESC LIMIT 0,3";  $result...
  10. NodeWest-Dan

    Announcements link in WHMCS on page

    I am implementing an announcements list in my sites footer which uses WHCMS' announcements page and the code they have on their website.  I can't for the life of me figure out how to make the titles into URLS.  Would anyone know how to modify the code?  There is no URL section inside the...
  11. NodeWest-Dan

    Do You Tweet?

    It's just like anything else really.  So flooded and full of useless content that being able to wade through and actually find a voice is pretty hard.  We have yet to master our social media, but we are definitely working on it.
  12. NodeWest-Dan

    NodeWest.com: First Month $0.01 | cPanel, CloudLinux, Softaculous, Free Migration & More

    NodeWest.com offers premium web hosting at an affordable price. We are a registered business in Colorado and pride on our ability to give fast and effective customer service in a competitive hosting world. We specialize in shared web hosting and focus on bringing a high quality product to...
  13. NodeWest-Dan

    Do You Tweet?

    I could see that being a reason to close them out.  All I ever notice on Twitter is just links and spam. So i'm trying to get away from that and follow actual people.
  14. NodeWest-Dan

    WHMCS Vulnerability - Latest version

    I don't understand how someone could get to your admin panel if you follow the steps on whmcs for securing and put it in a password protected directory.
  15. NodeWest-Dan

    Do You Tweet?

    Thank you all for the responses. I've added some of you.
  16. NodeWest-Dan

    Do You Tweet?

    I followed you a few weeks ago after implementing serverstatus
  17. NodeWest-Dan

    Do You Tweet?

    I've been searching around on Twitter and trying to connect with individuals from our niche.  It's easy to find the companies and follow them, but how about the people? If you have Twitter and would like to connect there feel free to post or PM me your @username. Mine is @danrovito
  18. NodeWest-Dan

    Laptop or Tower PC?

    I just switched from my laptop to my desktop.  I've been a desktop guy for a long time and tried to go to the laptop a few times, but I just can't get over the difference in performance between the two.   Tower is a custom quad core phenom, 8gb of ram and a bunch of HDDs Laptop is a Lenovo i7...
  19. NodeWest-Dan

    Brainstorming an idea

    For those of us who are newer to programming. How can we accommodate that?  Are some of you available to help and get us on the right track?  I am very interested in learning PHP or Ruby which I've started on my own so far with Ruby.
  20. NodeWest-Dan

    Brainstorming an idea

    An nginx panel would be cool.  
Top
amuck-landowner