The Technical Stuff website lunched on 15-01-2012 please visit: The Technical Stuff: http://www.thetechnicalstuff.com/
Category Archive: web-development
Jan
15
Apr
21
How to get Latitude/Longitude from an address (or Geocoding ) using PHP
While Google’s documents for maps API does good job in showing how to get lat/long from an address in JavaScript they do not really show any example of doing the same with PHP.
Jan
29
Adventure PHP Framework (APF)
The APF team is proud to anounce the new website together with the 1.11 stable release. Revision 1.11 serves a reworking of the form support on the basis of taglibs. Now generic definition of validators and filters on the basis of the observer pattern is supported and forms can be customised to own needs more …
Jan
29
Easy Ways to Speed Up your Website
Speed kills. In the case of website usability, the lack of speed kills. Many have erroneously assumed the advent of high speed internet connections would make website performance optimization irrelevant. On the contrary, it seems as internet connection speeds increase, users simply become more impatient and demand faster browsing. Below, I’ve gathered some simple (and …
Jan
10
How to enable Multi Site feature in WordPress 3.0?
WordPress was a single-site platform but WordPress 3.0 already have the functionality to run MultiSites, before that it require to use WordPress MU, which enables multiuser (multi-tenant) installations with multiple sites all under one roof.
Jan
10
FACEBOOK WILL END ON MARCH 15th!
“Facebook has gotten out of control,” said Zuckerberg in a press conference outside his Palo Alto office, “and the stress of managing this company has ruined my life. I need to put an end to all the madness.”
Oct
31
Cookie Sharing to One Domain to Another Domain – Cookie Sharing to Multiple Domains, Multiple Sub Domains
Cookie Sharing to One Domain to Another Domain, Cookie Sharing to Multiple Domains, Multiple Sub Domains.
Oct
31
Session Sharing to Multiple Domains, Multiple Sub Domains
Session Sharing to Multiple Domains, Multiple Sub Domains. We Found Solution after search and analyze google. No one provide solution for this. Finally we create new concept for Session Sharing.
Oct
25
WordPress – Installing Multiple Blogs
Multiple Blogs Through Multiple Installs If you want multiple blogs using WordPress, you must actually install each separately (that is, as a separate WordPress installation). You can do this whether you have the ability to create multiple databases or are limited to a single database. Please note in WordPress 3.0 there is now a native …
Jul
15
SQL injection – Part I
A SQL injection attack consists of insertion or “injection” of a SQL query via the input data from the client to the application. A successful SQL injection exploit can read sensitive data from the database, modify database data (Insert/Update/Delete), execute administration operations on the database (such as shutdown the DBMS), recover the content of a …