Is anyone having a problem posting on the jobs page?
Updates from February, 2012 Toggle Comment Threads | Keyboard Shortcuts
-
TiffanySS
-
danf
What time does meeting start tonight? 7? The meeting page doesn’t say.
-
jason
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…
-
gregminear
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!
-
wajidakhterabbasi
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 isFatal 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.
-
benjam
Any word on the August meeting?
-
NoCoolName_Tom
Looking forward to the August meeting.
-
jimmydean101
Any word on a July meeting?
-
Clint
We are looking at starting a Salt Lake Javascript Users group and thought the PHP community might be interested. We are thinking about meeting in the downtown area on the first Thursday of every month. Come let us know if you would be interested in joining us. https://groups.google.com/forum/#!forum/ujsug
-
cognisoft
Last October I had an opportunity to take my consulting company from just a small part time gig to a full time company. The downside is in doing this it moved me to North Carolina. So the reason for this post and how it pertains. I really enjoy being part of this group for the many years that I have been. However I am now attempting to locate groups like this in North Carolina. Anyone have any ideas of good places to look for groups like this in a new area, or even have suggestions on how I could start a similar group to this here in North Carolina?

wade 9:53 on Wednesday, 22 February 2012 Permalink | Log in to Reply
It’s working fine for me. Can you provide some specific details about what you are experiencing?
TiffanySS 11:20 on Wednesday, 22 February 2012 Permalink | Log in to Reply
I sent you screen shots. Thank you for assisting me with this Wade. I really appreciate it. :)