Popular Tags

Smashing Magazine - we smash you with the information that will make your life easier. really.

Posts Tagged ‘PHP’

Check out all of the posts tagged with ‘PHP’ below. If you still can't find what you are looking for, try searching using the form at the top of the page.

How To Automate Optimization and Deployment Of Static Content

How To Automate Optimization and Deployment Of Static Content

A lot of traffic between users and your site comes from the static content you’re using to set up the user interface, namely layout graphics, Stylesheets and Javascript files.This article shows a method to improve the providing of static content for a web platform. Further, it will show ...

Read more... | 61 Comments
Crucial Concepts Behind Advanced Regular Expressions

Crucial Concepts Behind Advanced Regular Expressions

Regular expressions (or regex) are a powerful way to traverse large strings in order to find information. They rely on underlying patterns in a string’s structure to work their magic. Unfortunately, simple regular expressions are unable to cope with complex patterns and symbols. To deal with this dilemma, you can ...

Read more... | 36 Comments
10 Advanced PHP Tips Revisited

10 Advanced PHP Tips Revisited

Here, on the Smashing Editorial team, we always try to meet the expectations of our readers. We do our best to avoid misunderstandings, and we try to spread knowedge and present only the best design practices and development techniques. However, sometimes we do make mistakes. And when we do, we ...

Read more... | 95 Comments
The Big PHP IDE Test: Why Use One And Which To Choose

The Big PHP IDE Test: Why Use One And Which To Choose

Everyone wants to be more productive, make fewer mistakes and write good code. Of course, that all depends on you, but in most cases integrated development environments (IDEs) can help you achieve those goals more easily. Unfortunately, choosing the right IDE is very difficult because a lot needs to be ...

Read more... | 164 Comments
Ask SM [PHP]: Form Validation, Converting MySQL to XML

Ask SM [PHP]: Form Validation, Converting MySQL to XML

PHP and other server-side programming languages are tricky. The manual can be tough to decipher, and there isn’t really a way to “validate” a PHP script. If you’re new to programming, you may lost and not know where to look for help. When I first started programming, I spent hours ...

Read more... | 36 Comments
50 Extremely Useful PHP Tools

50 Extremely Useful PHP Tools

PHP is one of the most widely used open-source server-side scripting languages that exist today. With over 20 million indexed domains using PHP, including major websites like Facebook, Digg and WordPress, there are good reasons why many Web developers prefer it to other server-side scripting languages, such as Python and Ruby. PHP ...

Read more... | 172 Comments
10 Advanced PHP Tips To Improve Your Programming

10 Advanced PHP Tips To Improve Your Programming

PHP programming has climbed rapidly since its humble beginnings in 1995. Since then, PHP has become the most popular programming language for Web applications. Many popular websites are powered by PHP, and an overwhelming majority of scripts and Web projects are built with the popular language.Because of PHP’s huge popularity, ...

Read more... | 172 Comments
Frameworks Round-Up: When To Use, How To Choose?

Frameworks Round-Up: When To Use, How To Choose?

Software frameworks provide developers with powerful tools to develop more flexible and less error-prone applications in a more effective way. Software frameworks often help expedite the development process by providing necessary functionality “out of the box”. Such things include user/role management, data access, caching, and much more. These ...

Read more... | 115 Comments
Tutorials Round-Up: Ajax, CSS, PHP and More

Tutorials Round-Up: Ajax, CSS, PHP and More

Coding or designing a page, it’s always nice to have some basic templates you can quickly modify or adapt to your needs. However, at least once you have to know, how to create this “universal” template. In this case tutorials prove to be an ultimate solution, particularly if you just ...

Read more... | 34 Comments
(X)HTML template systems in PHP

(X)HTML template systems in PHP

Web developers find themselves sooner or later in a dire situation: their scripts become an entangled mess of code. Program logic, presentation logic and in a worst case scenario even layout and design are so interconnected with each other that the further development becomes difficult. Would one have thought ahead ...

Read more... | 16 Comments
Advertisement Advertise with us!
Join in Smashing Forum
Post your job
Advertisement