Stories recently tagged with 'PHP'

See Code, See CodeRun(tim.bellette.net)

submitted by gishim79gishim79(55) 2 years, 7 months ago

Tim Bellette writes about the new and innovative IDE, Coderun. read more...

add a comment |category: |Views: 29

tags: another

Signed Access Signatures and PHP SDK for Windows Azure(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

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 storage. Steve Marx posted a sample on this, demonstrating how you can provide read access to a blob for a specified amount of minutes, after which the access is revoked. The PHP SDK for Windows Azure is now equipped with a credentials mechanism, based on Signed Access Signatures. Let’s see if we can demonstrate how this would work… read more...

add a comment |category: |Views: 3

tags: another

Accessing ServiceConfiguration in FastCGI (PHP) web role(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

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 can imagine dirty hacks where you let a ASP.NET page do something from PHP and stuff like that. But how about a clean solution? How about… A PHP extension module? read more...

add a comment |category: |Views: 13

tags: another

How Microsoft Made PHP Suck Less on Windows(itworld.com)

submitted by estherschindlerestherschindler(550) 2 years, 9 months ago

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. read more...

add a comment |category: |Views: 13

tags: another

Query the cloud with PHP (PHPLinq and Windows Azure)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

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 on a variety of data sources like arrays, XML, SQL server, ... These queries are defined using a syntax which is very similar to SQL. Next to PHPLinq querying arrays, XML and objects, which was already supported, PHPLinq now enables you to query Windows Azure Table Storage in the same manner as you would query a list of employees, simply by passing PHPLinq a Table Storage client and table name as storage hint in the in() method. read more...

add a comment |category: |Views: 14

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

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 factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

FREE Technical E-Book Previews, Magazines and other Technical Material(dotnetcurry.com)

submitted by _ama_ama(5) 3 years, 8 months ago

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 absolutely FREE to professionals who qualify. Please check out the ‘Geographical Eligibility’ before downloading the books. The books shown here are for Developers, Testers, Team Leads, Project Leads, Project Managers , CEO’s etc. read more...

add a comment |category: |Views: 42

tags: another

Developing PHP On Your Visual Studio 2008/2005(dev102.com)

submitted by razamitrazamit(4566) 3 years, 8 months ago

check out this great add on for visual studio which will allow you to develop PHP websites. read more...

1 comment |category: |Views: 441

tags: another

PHPLinq As Cool As Real LINQ?(php.dzone.com)

submitted by volume4volume4(910) 3 years, 10 months ago

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. read more...

add a comment |category: |Views: 11

tags: another

Free Sparkline charts on silverlight on visifire(visifire.com)

submitted by martin.diggmartin.digg(30) 3 years, 11 months ago

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 read more...

add a comment |category: |Views: 347

tags: another

PHPLinq version 0.2.0 released!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

PHPLinq version 0.2.0 released read more...

add a comment |category: |Views: 1

tags: another

Microsoft and Zend taking PHP on Windows to the next level(joeon.net)

submitted by gt1329agt1329a(7849) 4 years, 7 months ago

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. read more...

1 comment |category: |Views: 7

tags: another

Creating a PHP 5 Extension with Visual C++ 2005(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 8 months ago

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 currently a good step-by-step tutorial on how to get your first extension project up and running on Windows. The aim of this article is to fill that gap. read more...

add a comment |category: |Views: 28

tags: another

Attention: PHP executes twice as fast when it’s run on ASP.NET(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

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. read more...

1 comment |category: |Views: 7

tags: another

Attention: PHP executes twice as fast when it’s run on ASP.NET(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

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. read more...

1 comment |category: |Views: 7

tags: another

60+ template engines for .NET, JAVA and PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

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 are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. read more...

add a comment |category: |Views: 12

tags: another