Skip to main content

Home/ Groups/ PHP Programming

La cave - 0 views

shared by Sarah HL on 15 Sep 09 - Cached
1More

Does "Safe Mode" of PHP really give any benefit? - 0 views

  •  
    We had used ImageMagick tool for resizing the images without affecting quality in our BookMarklet project. We implemented this project successfully in Client's server.
1More

Strange Behaviour of Browser Back button. |QualityPoint Technologies - 0 views

  •  
    We have noticed strange behaviour of Browser back button while implementing new requests from our client of GroupIt learning Activity project.
1More

Handling "headers already sent" Error - 0 views

  •  
    We used to get below error when using header() in our php code.\n\n\nWarning: Cannot modify header information - headers already sent by (output started at...
5More

Pourquoi critiquer autant PHP ? « rand(0) - 0 views

  • Je me demande pourquoi est-ce l’image de PHP n’est pas aussi « bonne » que celle de Java ?
  • PHP permet cette anarchie mais c’est à vous, architectes, de vous former et de savoir utiliser les bonnes méthodes et outils pour commencer le développement d’un projet évolutif, sécurisé et léger.
  • PHP offre aujourd’hui la possibilité d’appliquer les principaux design patterns à vos applications ainsi qu’une implémentation objet du langage même si PHP ne sera jamais un langage 100% objet, mais c’est ce qui fait sa force.
  • ...2 more annotations...
  • Il peut intervenir à tous les niveaux de votre application : L’exécution de tâches automatisées CRON ; Des simples scripts CLI de maintenance sur votre serveur ; Des scripts de services toujours exécutés en CLI sur votre serveur ; Pour le développement d’une application fenêtrée GTK ; Le développement d’une application Web aussi simple ou complexe soit-elle ; etc.
  • « le client a demandé certaines évolutions que nous n’étions plus en mesure de développer sur notre application sans devoir tout casser… » Je voudrais bien savoir quel genre d’évolutions le client a demandé pour devoir en arriver là… Est-ce réellement dû à une limite de PHP ou à une mauvaise utilisation du langage ?
9More

Learning JavaScript from PHP - a Comparison | Lullabot - 0 views

  • In PHP, all variables are local in scope unless declared as global. JavaScript is opposite, and all variables are global unless declared with the var keyword.
  • Both PHP and JavaScript are loosely typed
  • JavaScript is a bit mixed concerning undeclared variables, if you attempt to modify or compare with an undeclared variable, the script will break entirely, but you can check the variable status using typeof() or in conditional statements containing only that variable.
  • ...6 more annotations...
  • JavaScript only recognizes the keyword true in all lowercase. PHP accepts both uppercase and lowercase
  • PHP is not case-sensitive in function or class declarations, but JavaScript is case sensitive for these also.
  • The key difference between PHP and JavaScript is that JavaScript does not have associative arrays.
  • JSON strings having become very popular as a faster alternative to XML, and can be read and created with the PHP functions json_encode() and json_decode().
  • Let's take one more look at defining an object in JavaScript and see how it can be used to compensate for the lack of associative arrays in JavaScript.
  • // Note that variables should always be// prefixed with "var" to define a local scope.for (var n = 0; n < 10; n++) {  alert(n);}
1More

Tekuna.org - MVC Microframework for PHP - 0 views

shared by jdr santos on 01 Sep 09 - Cached
  •  
    Tekuna is a compact framework for web-based applications. It provides a stable basis and a generic infrastructure for your projects. Tekuna has a very small footprint and will not pollute your codebase with unnecessary stuff.
7More

Where Has All The PHP Gone? - 0 views

  • I was always able to find help with almost anything PHP related that I needed. It wasn’t the ‘cut and paste’ kind of help, it was the ‘detailed explanation’ kind of help.
  • it is becoming increasingly more difficult to learn PHP
  • Beginners nowadays are being hit over the head with grandiose concepts such as ‘dependency injection’ and ‘favouring composition over inheritance’ which really have nothing to do with PHP itself.
  • ...4 more annotations...
  • we now have PHP developers going around developing inferior software
  • We have developers obsessed with micro-optimizations and zombie followers of design patterns when the truth of the matter is that had they just been introduced the language properly in the first place many of these concepts would become like second nature
  • senior members of the PHP community need to, for the sake of our beloved language, shift some of the focus of our discussions and our articles back to PHP. Just pure PHP.
  • I hate PHP frameworks. They do absolutely nothing to aid in the learning of the language and, at the rate that they are going, we’ll soon find that PHP frameworks abstract away PHP itself.
1More

De jolies Typo avec sIFR - 0 views

  •  
    DevZone - Zone de développement web
1More

Silk Framework :: Home - 0 views

  •  
    Silk is a fast and concise PHP Framework that simplifies development of PHP applications. It provides services for database interaction, MVC, AJAX and all of the other tools necessary to deliver today's web applications. It's speedy, extendable, dependable and totally buzzword compliant
1More

We have added enhanced features to our Quiz |QualityPoint Technologies - 0 views

  •  
    We have included new features to our Quiz. Most of the changes are in Admin and Quiz Creator logins. We will provide more features for Users in our next release. You can see the Quiz results of other Users to know about Popular Quiz Topic.
4More

Blog | Calling the community | symfony | Web PHP Framework - 0 views

  • I want to present to you the role I see myself playing in the symfony community
  • I would like to form a group of people who are interested in helping out.
  • I have created a new mailinglist just for this purpose: symfony-community.
  • ...1 more annotation...
  • So please feel free to join the list.
9More

PHP Depends On You | BrandonSavage.net - 0 views

  • elf in the community
  • PHP is one of the world’s largest open source projects.
  • people who write open source software generally aren’t paid to do it.
  • ...6 more annotations...
  • the core of PHP is contributed by people who are solely interested in making PHP better for their professional endeavors
  • it can be as simple as contributing to the documentation, or submitting a bug report
  • The community exists because people choose to contribute.
  • file a bug report or write some documentation today.
  • Remember: PHP depends on people just like you.
  • My Boss told me to prepare a paper how we interact good with open source project and how we can generate a win win situation on both sides by submitting (correct) bugreports.
« First ‹ Previous 121 - 140 of 357 Next › Last »
Showing 20 items per page