¡@

Home 

php Programming Glossary: techniques

Achieve hierarchy, Parent/Child Relationship in an effective and easy way

http://stackoverflow.com/questions/11064913/achieve-hierarchy-parent-child-relationship-in-an-effective-and-easy-way

wrote an interesting series of blog articles showing techniques for querying hierarchical data. His solutions are quite clever..

Building a website using node.js - best practice [closed]

http://stackoverflow.com/questions/11311672/building-a-website-using-node-js-best-practice

to follow depends greatly on your ultimate goals and the techniques chosen but luckily there are plenty of resources available for..

How safe are PHP session variables?

http://stackoverflow.com/questions/1181105/how-safe-are-php-session-variables

can steal the session simply by using fairly simple XSS techniques. If you store the user's session ID as a cookie they are vulnerable..

Optimizing Kohana-based Websites for Speed and Scalability

http://stackoverflow.com/questions/1260134/optimizing-kohana-based-websites-for-speed-and-scalability

some of the design. I'm curious what are some standard techniques for optimizing Kohana based applications I'm interested in benchmarking..

PHP: Storing 'objects' inside the $_SESSION

http://stackoverflow.com/questions/132194/php-storing-objects-inside-the-session

will not cripple his server beyond repair. My advice use techniques that are sensible to your application. Objects in _SESSION are..

What is thread safe or non thread safe in PHP

http://stackoverflow.com/questions/1623914/what-is-thread-safe-or-non-thread-safe-in-php

approaches Different web servers implement different techniques for handling incoming HTTP requests in parallel. A pretty popular..

What is better in a foreach loop… using the & symbol or reassigning based on key?

http://stackoverflow.com/questions/17459521/what-is-better-in-a-foreach-loop-using-the-symbol-or-reassigning-based-on-k

re assigning based on key. I want to use good programming techniques in my work and I wonder which method is the better programming..

Classes. Whats the point?

http://stackoverflow.com/questions/1993638/classes-whats-the-point

data and methods . Other object oriented programming techniques may include features such as information hiding data abstraction..

Tactics for using PHP in a high-load site

http://stackoverflow.com/questions/24675/tactics-for-using-php-in-a-high-load-site

planet albeit one that knows PHP and a few optimisation techniques. I'm developing a tool in PHP that could attain quite a lot.. do find that one database isn't cutting there are several techniques to scale up depending on your app. Replicating to additional..

How to increase my “advanced” knowledge of PHP further? (quickly)

http://stackoverflow.com/questions/2948323/how-to-increase-my-advanced-knowledge-of-php-further-quickly

It is in this way that I have learned many of my better techniques such as studying classes put out by Amazon Google or other major..

how to do file upload using jquery serialization

http://stackoverflow.com/questions/4545081/how-to-do-file-upload-using-jquery-serialization

and send it in the request using javascript. One of the techniques to achieve this is to use hidden iframes. There's a nice jquery..

Convert SVG image to PNG with PHP

http://stackoverflow.com/questions/4809194/convert-svg-image-to-png-with-php

Edit Since writing the above I've come up with 2 improved techniques 1 instead of a regex loop to change the fill on state use CSS..

How to write a REST API?

http://stackoverflow.com/questions/4973156/how-to-write-a-rest-api

I'm confident that I would be able to pull it of using the techniques I already know. However I don't want to waste my time using..

Long Polling/HTTP Streaming General Questions

http://stackoverflow.com/questions/7213549/long-polling-http-streaming-general-questions

share improve this question Yeah the Comet like techniques usually blowing up the brain in the beginning just making you.. to implement streaming like functionality using various techniques using techniques such as infinitely long page in a hidden IFRAME.. like functionality using various techniques using techniques such as infinitely long page in a hidden IFRAME or using multipart..

How to get useful error messages in PHP?

http://stackoverflow.com/questions/845021/how-to-get-useful-error-messages-in-php

Can anyone recommend good PHP debugging tips tools and techniques php debugging error handling share improve this question..

How do you debug PHP scripts? [closed]

http://stackoverflow.com/questions/888/how-do-you-debug-php-scripts

in PHPEclipse is also quite useful. Any other good better techniques out there php debugging share improve this question I follow..

How to best store user information and user login and password

http://stackoverflow.com/questions/947618/how-to-best-store-user-information-and-user-login-and-password

between the two. Note To clarify my post I understand the techniques of securing the password hash salt etc . I just know that if..