By tag: PHP
0
kicks
Signed Access Signatures and PHP SDK for Windows Azure
The latest Windows Azure storage release featured a new concept: “Shared Access Signatures”. The idea of those is that you can create signatures for specific resources in blob storage and that you can provide more granular access than the default “all-or-nothing” approach that is taken by Azure blob...
0
kicks
Accessing ServiceConfiguration in FastCGI (PHP) web role
While working on a sample PHP application hosted on Windows Azure, I found that it is nearly impossible to retrieve information from the Windows Azure ServiceConfiguration.cscfg file. Also, it is impossible to write log messages to the Windows Azure Web Role. Well, both are not 100% impossible: you ...
0
kicks
How Microsoft Made PHP Suck Less on Windows
Windows might be a popular platform for running certain kinds of Web applications. But too many developers have been burnt by trying to deploy PHP applications on a Windows server. Microsoft is aiming to change that. In fact, while you weren't looking, they already made some improvements.
0
kicks
Query the cloud with PHP (PHPLinq and Windows Azure)
I’m pleased to announce PHPLinq currently supports basic querying of Windows Azure Table Storage. PHPLinq is a class library for PHP, based on the idea of Microsoft’s LINQ technology. LINQ is short for language integrated query, a component in the .NET framework which enables you to perform queries ...
0
kicks
Asp.Net vs php : Speed Comparison
Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not ...
0
kicks
FREE Technical E-Book Previews, Magazines and other Technical Material
One of our partner sites Revresponse has come up with a few FREE technical resources that we would like to share with our viewers. All you have to do is: 1. Simply choose the resource 2. Click on ‘Request Now’ 3. Complete the application form and submit it. All the resources shown here are absolut...
0
kicks
Developing PHP On Your Visual Studio 2008/2005
check out this great add on for visual studio which will allow you to develop PHP websites.
0
kicks
PHPLinq As Cool As Real LINQ?
I read about the PHP Implementation of LINQ called PHPLinq. Frankly, I was sceptical about it. Finally, I gave it a try. I still remain sceptical... Let me explain why.
0
kicks
Free Sparkline charts on silverlight on visifire
hey guys,Sparkline charts are on silverlight thanks to the team of visifire the have inscribe it on the new technologie and guss what it is offered under open source just for free
0
kicks
Microsoft and Zend taking PHP on Windows to the next level
Zend and Microsoft announce today that they will continue work on FastCGI and scalable PHP hosting on Windows Servers. Specifically, Zend has committed to redistribute FastCGI in Zend Core, its certified PHP 5 offering.
0
kicks
Creating a PHP 5 Extension with Visual C++ 2005
This article describes the steps to create a custom PHP extension DLL for the Windows platform. The Zend API documentation that comes with PHP 5 on Windows (see php_manual_en.chm) does a good job explaining how to write extension methods, parse method parameters, and return values. But there is not ...
0
kicks
Attention: PHP executes twice as fast when it’s run on ASP.NET
Phalanger, the tool for compiling PHP into .NET binaries, can improve the execution speed of PHP5 applications twofold. In addition it extends PHP5 so that it can incorporate portions of the .NET framework and it allows for Visual Studio integration.
0
kicks
60+ template engines for .NET, JAVA and PHP
Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines a...