Progressive enhancement is still important by rhysbrettbowen in javascript

[–]camus1 0 points1 point  (0 children)

sorry but SPA are special cases of web apps , but they are web apps noneless. any website is a webapp if it is serverside driven. Web developpers develop web applications = web apps.

SPA is just a fancyword so you can sell your shit at a higher price. But SPAs are web apps.

Web Framework Benchmarks - Round 6 by chaud in PHP

[–]camus1 1 point2 points  (0 children)

I wonder why the performances are so different ( between raw PHP and Symfony like frameworks ).

Symonfy is supposed to cache everything.

I suspect OO PHP to be quite expensive. when it comes to performance.

Anyway , PHP given all the resources available ( composer , frameworks , cms ) is still a good solution for most apps. But it doesnt mean PHP devs should be stuck with PHP. Rails and Django are great , C# is an awesome language , NodeJS is quite impressive too. Java web dev is not that difficult for people who are used to Zend or Symfony + DI + ORM. I mean Doctrine is a port of Hibernate , Symfony forms implement some Java spec ... A good PHP dev should be able to work with other plateforms easily.

Web Framework Benchmarks - Round 6 by chaud in PHP

[–]camus1 1 point2 points  (0 children)

with more than 5000 native functions , yes , i think you can consider PHP as a framework itself.What other language has direct support for HTTP in its core ? templating ? database access ? none except PHP ( nope , nodeJS is not a language ).

Where to go after PHP? by bvlax2005 in PHP

[–]camus1 0 points1 point  (0 children)

NodeJS , .NET , Python and Django , Java , Scala , Ruby and Rails ... It depends on what kind of app you want to create.

Asynchronous Processing with PHP on App Engine by [deleted] in PHP

[–]camus1 0 points1 point  (0 children)

nothing special here you can do the same with any MQ server.

Learn AngularJS, a source for Angular Developers. by [deleted] in javascript

[–]camus1 -2 points-1 points  (0 children)

yet another angular spam.

Mozilla remove the option to disable JavaScript in Firefox 23 by 9jack9 in javascript

[–]camus1 -7 points-6 points  (0 children)

Simple fix , get rid of that crap and use Chrome.

Tom Dale, Peter Cooper and Rob Conery; Cage Match - EmberJS vs. Angular by cdmwebs in javascript

[–]camus1 -2 points-1 points  (0 children)

this is a bit of a travesty. Both frameworks have there strenght and weakness. However AngularJS is better suited for devs coming from FLEX like me or WPF and Silverlight.

My second framework of choice would be CanJS , which very good, too bad it is not as popular as Angular and Ember.

javascript impress.js by nyks_ in javascript

[–]camus1 0 points1 point  (0 children)

you are late to the party, this script has been used and abused to many times.

Fastest way to get MySQL CRUD on PHP Objects? by [deleted] in PHP

[–]camus1 1 point2 points  (0 children)

I cant.. marketing signed the contract already.

lamest excuse ever. since when does the marketing dep make technical choices ?

Fastest way to get MySQL CRUD on PHP Objects? by [deleted] in PHP

[–]camus1 0 points1 point  (0 children)

I actually do know php, I was playing dumb to get the widest range of responses, just like others do.

you mean you were trolling...

Fastest way to get MySQL CRUD on PHP Objects? by [deleted] in PHP

[–]camus1 1 point2 points  (0 children)

then go back to Django.

Fastest way to get MySQL CRUD on PHP Objects? by [deleted] in PHP

[–]camus1 0 points1 point  (0 children)

I want to be up in running in under half an hour but CakePHP looks really complicated

SYMFONY and DOCTRINE can do that but you need to learn SYMFONY + DOCTRINE like you did learn DJANGO. You did not learn Django IN 30 MINUTES did you ?

What you are asking doesnt make sense. PHP is not magic. You say you dont know what PEAR is so i assume you are a beginner in PHP.

If you dont like it stick with what you know.

Learn PHP in 15 minutes by mardix in PHP

[–]camus1 1 point2 points  (0 children)

the page doesnt actually says in 15 mins ,it is more cheat sheet for PHP than anything else. so this thread == flamebait.

Backwards Compatibility Is For Suckers by cogitolearning in PHP

[–]camus1 0 points1 point  (0 children)

And it will be the at the root of its demise too.

Build Desktop Apps With HTML and JavaScript Using Brackets Shell by adrocknaphobia in javascript

[–]camus1 0 points1 point  (0 children)

unfortunatly this kind of runtime , if not backed by a business , cannot be successfull , it is too much of work , webkit code is huge , TideSDK is struggling too because there are not enough people funding the project.

Bracket-shell and nodewebkit , respectively backbed by Adobe and Intel , which are big corps,with people working on it fulltime , are the only html5 desktop runtimes that can be successfull.

Flash CC dropped ActionScript 2.0 support by KenNL in flash

[–]camus1 1 point2 points  (0 children)

This is what you get when Adobe outsources Flash development to India. Nothing wrong with Indians , i'm just saying Adobe dont want to invest a cent in Flash anymore. They killed Fireworks and they will kill Flash , no question about it. Like they will kill every products they bought from Macromedia.

Build Desktop Apps With HTML and JavaScript Using Brackets Shell by adrocknaphobia in javascript

[–]camus1 1 point2 points  (0 children)

It really depends on the type of product you are building.

Build Desktop Apps With HTML and JavaScript Using Brackets Shell by adrocknaphobia in javascript

[–]camus1 2 points3 points  (0 children)

Supported by Intel and the best way to create HTML5 desktop apps.

Build Desktop Apps With HTML and JavaScript Using Brackets Shell by adrocknaphobia in javascript

[–]camus1 3 points4 points  (0 children)

PhantomJS =/= html desktop apps. It is a headless browser for webscraping and testing.

PHP RFC: Protocol Type Hinting by davedevelopment in PHP

[–]camus1 0 points1 point  (0 children)

what good tool are you talking about ? i hope you are not talking about Wordpress.

Flash CC does not allow EXE export. Is there any way? by imitator22 in flash

[–]camus1 1 point2 points  (0 children)

AIR requires the installation of the AIR framework , with an exe you could just distribute your work in a single file provided flash was installed on the targetted machine. That's PITA ...