Recent Updates Page 2 RSS Toggle Comment Threads | Keyboard Shortcuts

  • wade 10:56 on Monday, 14 November 2011 Permalink | Log in to leave a Comment  

    Designing with Scalability Platforms in Mind 

    For our November meeting, Joseph Brower will be visiting from Idaho to present about scalability platforms. As usual, we’ll follow it with our Applebee’s aftermeeting. We look forward to seeing you there!

    As the hype around the “cloud” continues to grow, the importance of understanding how it works becomes more and more relevant. This presentation will provide an overview of how an application should be designed to ensure that it can scale well. The presentation will start with an explanation of how some cloud services work followed by things to consider when designing your application to up scale. We’ll finish the presentation (time pending) with a demonstration of a cloud driven work flow and end with a Q/A period.

    The presentation will be given with the assumption that the people listening are familiar with PHP development, along with version control systems.

     
  • jason 14:19 on Thursday, 27 October 2011 Permalink | Log in to leave a Comment
    Tags: business email service provider   

    I have a client with 500+ employees– we have been providing email services for them, but we have permanent white-listing problems on our server. They probably need at least 500 to 1000 email in-boxes with SMTP capability and maybe at least 100 megs of storage. They need a professional business solution (free google apps or plain old gmail are not options).

    They have been getting mail through us for years, but its not working well. Our mail flows through an Exim server (WHM), and there’s no whitelisting, and I don’t think we even use SPF or DKIM. We can set all that up, but I’m not sure it will help. They might just need a 3rd party email service provider….

    I’m thinking of recommending google apps, but I think it’s far more than they are willing to spend ($2500 per month unless they offer a volume discount). Fusemail and Fastmail seem to have potential, but I don’t know anything about them (it looks like either would cost a few hundred per month or a few thousand per year).

    Can anyone recommend a solution here? Setting up a Zimbra or Postfix server are probably not options because we don’t have a sysadmin, and I’m too busy writing software for clients to spend time on something like that… I’m basically looking for a cheap, but reliable email service provider…

     
    • jason 14:21 on Thursday, 27 October 2011 Permalink | Log in to Reply

      Maybe just adding SPF/ DKIM and/or domain keys would be enough–but I’m not sure it will help. Right now they are on an old server and we plan to migrate them to a newer system soon that will have DKIM or domain key capabilities…

      Once again though, I’m not sure if that is enough, and I am pretty sure a professional 3rd party mail service would do a far better job…..

  • wade 10:43 on Monday, 17 October 2011 Permalink | Log in to leave a Comment  

    Scale or Fail – Give your App the Speed it Needs in the Cloud! 

    For our October meeting, Grant Shipley, from Redhat, will be flying in from North Carolina to tell us about deploying PHP on ec2 using openshift, and a little about http://www.follw.it which is a site he created using Code Igniter, and why I chose PHP over Java for the follw.it site, despite being a Java developer for over 10 years.

    Whether you have one or a million visitors accessing your web app, they are all going to demand a great user experience regardless of what it takes for you to deliver it. This invariably means quick page loads and fast response times every single time. When things go south, you just throw more hardware at the problem and increase your caches and buffers, right? Wrong. Toss in an infrastructure that resides on the cloud and now you’ve got a really interesting problem on your hands. I’ll leave the marketecure slides at the door, this is a hands-on technical talk in which we’ll deploy an application to the cloud and then turn up the heat by leveraging the right mix of elasticity and auto-sclaing.

    Grant Shipley is an OpenShift PaaS Evangelist at Red Hat focused on cloud technologies. Prior to that, Grant was a Manager of Software Development with responsibilities over the http://www.redhat.com website and supporting infrastructure. Grant has over 10 years of software development experience focusing on Java and PHP. In his free time, he contributes to several open source projects including Media Portal and http://www.follw.it as well as developing iOS applications. Grant has been using Linux on a daily basis since 1994 and is active in the FOSS community.

     
  • gregminear 12:32 on Friday, 14 October 2011 Permalink | Log in to leave a Comment  

    I have been out of programming for about a year now and looking for work. Was using ASP and MSSQL but do have a small server setup and running for over 5 years now that was developed in Apache, PHP 4.3.8 and MySQL 4.0.14. Was wondering if anyone has suggestions on how to learn about the new releases of PHP 5.X.X and any good tutorial websites. You can access my server and website at static IP http://166.70.20.140 I am using Xmission as ISP and they have no issues with doing this. THANX!

     
  • bcurtis 17:00 on Monday, 3 October 2011 Permalink | Log in to leave a Comment  

    PHP Web Entrepreneurs 

    I have a web business and I’m looking for some PHP development help. I have cash but am willing to offer ownership interest to the right person. The website and mobile app is golf-related and some experience on the course would help. Contact me at: admin@playerstour.com if you’re interested.

     
  • wajidakhterabbasi 17:45 on Tuesday, 6 September 2011 Permalink | Log in to leave a Comment  

    Hi
    I have created a soap server which resides in my local host folder but whenever I tried to connect to it it gave me and error the error is

    Fatal error: Uncaught SoapFault exception: [HTTP] Unable to parse URL in D:\xampp\htdocs\Johansans Guides\client.php:11 Stack trace: #0 [internal function]: SoapClient->__doRequest(‘__soapCall(‘helloWorld’, Array) #2 {main} thrown in D:\xampp\htdocs\Johansans Guides\client.php on line 11

    the server code is

    “urn://http:/www.wstutorial.com/”));
    $server->addFunction(“helloWorld”);
    if ($_SERVER["REQUEST_METHOD"] == “POST”)
    {
    $server->handle();
    }
    else

    {
    echo “This SOAP Server Example can handle following functions:”;

    $functions = $server->getFunctions();

    foreach($functions as $func) {
    echo $func ;
    }
    }

    function helloWorld($buddy) {
    return “Welcome to the world, ” . $buddy . “!”;
    }

    ?>

    While the client side code is

    “localhost/Johansans Guides/soapserver1.php?WSDL”,
    ‘uri’ => “urn://www.wstutorial.com/”,
    ‘trace’ => 1 ));

    $return = $client->__soapCall(“helloWorld”,array(“Tommy”));
    echo $return;
    ?>

    I am just wondering as what the problem may be can someone please help me. I haven’t created any wsdl file for the server at all.

     
  • wade 12:57 on Thursday, 1 September 2011 Permalink | Log in to leave a Comment  

    Scale or Fail – Give your App the Speed it Needs in the Cloud! 

    For our October meeting, Grant Shipley, from Redhat, will be flying in from North Carolina to
    tell us about deploying PHP on ec2 using openshift, and a little about http://www.follw.it which is a site he created using Code Igniter, and why he chose PHP over Java for the follw.it site, despite being a Java developer for over 10 years.

    Whether you have one or a million visitors accessing your web app,
    they are all going to demand a great user experience regardless of
    what it takes for you to deliver it. This invariably means quick page
    loads and fast response times every single time. When things go south,
    you just throw more hardware at the problem and increase your caches
    and buffers, right? Wrong. Toss in an infrastructure that resides on
    the cloud and now you’ve got a really interesting problem on your
    hands. I’ll leave the marketecure slides at the door, this is a
    hands-on technical talk in which we’ll deploy an application to the
    cloud and then turn up the heat by leveraging the right mix of
    elasticity and auto-sclaing.

    Grant Shipley is an OpenShift PaaS Evangelist at Red Hat focused on
    cloud technologies. Prior to that, Grant was a Manager of Software
    Development with responsibilities over the http://www.redhat.com website and
    supporting infrastructure. Grant has over 10 years of software
    development experience focusing on Java and PHP. In his free time, he
    contributes to several open source projects including Media Portal and
    http://www.follw.it as well as developing iOS applications. Grant has been
    using Linux on a daily basis since 1994 and is active in the FOSS
    community.

     
  • wade 12:55 on Thursday, 1 September 2011 Permalink | Log in to leave a Comment  

    FBI recruiter and PHP Security 

    For our September meeting, first, we’ll have a brief presentation from a visitor from the FBI to discuss tech opportunities within their organization. Then, the main event will be Steve Meyers presenting on PHP Security. We will be giving away more UTOS Raffle Tickets.

     
    • jmalan 0:15 on Friday, 30 September 2011 Permalink | Log in to Reply

      I wish I wouldn’t have missed this meeting. Will there be a followup meeting or are there notes from it somewhere?

  • benjam 14:52 on Wednesday, 17 August 2011 Permalink | Log in to leave a Comment  

    Any word on the August meeting?

     
  • NoCoolName_Tom 22:40 on Wednesday, 10 August 2011 Permalink | Log in to leave a Comment  

    Looking forward to the August meeting.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel