» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with technology + PHP

10 Online Magazines for Developers and Designers

10 great online magazines for both developers and designers. These sites offer a ton of great information and resources to help a newbie and pro alike.

technology: dzone.com: tech links

Important PHP 5.3 Changes for those of you Running Microsoft Windows

PHP 5.3.0 is only in its first alpha release. But, if you run PHP in Microsoft Windows, you should talk a look at…

technology: dzone.com: tech links

Speed up PHP development in Eclipse PDT with Templates and Snippets

You already know that Eclipse PDT provides autocompletion and hints for PHP's built in functions. In addition, commenting your code with PHPDoc adds autocompletion and hinting for your application's classes, methods, and variables. If you haven't already discovered, Eclipse PDT also provides autocompletion of PHP's control structures, class definitions, and methods through code templates.

technology: dzone.com: tech links

Basics of Framework Design in PHP Part 2

Hey, I saw that the first part of this post (Basics of framework design) got a little bit attention I decided to continue that thought. Before you continue reading make sure you read the first part for easier understanding of this post. In order to use or even build a framework first we need to understand what type of architecture the framework was built upon. We need to understand the design behind it.

technology: dzone.com: tech links

PHP frameworks? Think again.

This is the fist time I have heard Rasmus Lerdorf speak and it was entertaining to say the least. Refreshing would another way to describe it, I enjoy hearing real opinions and not holding back — Rasmus doesn’t hold back.Just a short background, Rasmus Lerdorf is the creator of PHP and still continues as a core developer to the PHP project.

technology: dzone.com: tech links

HTML DOM and easy screen scraping in PHP

Read on to see how you can easily handle the DOM in PHP much like you can in JavaScript.

technology: dzone.com: tech links

PHP 5 CMS Framework Development

This is a review of the latest book from the author of Joomla about building content management systems.

technology: dzone.com: tech links

Database helper for PHPUnit

When testing code which uses the database, you would usually want to make sure the database stays pristine for each test - All tables should be empty, as any extra data could interfere with the tests. You could probably write an extended Testcase class which automatically does this before each test in setUp and afterwards in tearDown, but it may have some issues. For example, Zend Framework’s Zend_Test Testcase class also extends PHPUnit’s one, and you might need to extend the Zend_Test one as well… and so on. Luckily, PHPUnit has a way to add event listener that react to certain events.

technology: dzone.com: tech links

Benchmark and Optimize Zend Framework Performance

Interesting information about class loading performance

technology: dzone.com: tech links

i18n made easy

Free login for anybody who can help with translations. Checkout our demo account : demo / demo

technology: dzone.com: tech links

NetBeans IDE 6.5 Beta The Solution For PHP Developers?

The recently released NetBeans IDE 6.5 Beta introduced support for PHP development. This post asks PHP developers whether you've tried NetBeans yet, if so what you thought of it, and what else you use for PHP coding.

technology: dzone.com: tech links

PHP / MooTools 1.2 Accordion Helper

The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many people want to use it, but I think that may be part of the problem.

technology: dzone.com: tech links

Backup Your MySQL Database Using PHP

One of the most important tasks any developer needs to do often is back up their MySQL database. In many cases, the database is what drives most of the site. While most web hosts do a daily backup of a customer's database, relying on them to make backups and provide them at no cost is risky to say the least. That's why I've created a database backup function that I can call whenever I want — including nightly CRONs.

technology: dzone.com: tech links

No need for set/get methods in Python

Python code doesn’t typically use the get and set methods so common in PHP. Normally, when writing PHP code, you carefully protect your instance variables by making them private, so callers can only interact with them via getter and setter methods

technology: dzone.com: tech links

What has respect in web development?

"ASP .net has no respect." Rick Strahl writes. Then, what has respect in web development? Java, Python, Php, ruby, ...? Some skin-deep statistics first: What has the magnet for the job market?

technology: dzone.com: tech links

How to create an iGoogle, myYahoo type portal? Demo and API

After developing the draggable div application the other day, I was itched to implement the whole iGoogle portal. Probably the drive came when a few of you asked me “These draggable divs are just like iGoogle”, so I thought why not to give a shot at it.

technology: dzone.com: tech links

15 Quick Ways to Shrink Page Load Times

It’s a breath of fresh air when a website loads quickly and cleanly. Web developers sometimes neglect some simple rules when it comes to developing a fast website, which really hurts the user’s experience. Fast page load times are crucial for keeping users happy.

technology: dzone.com: tech links

How to Create 404 Page Not Found Custom Error Pages in PHP

Google’s Official Blog has been talking about 404 server response codes (Page Not Found errors) this week, and since I just wrote about 301 Redirect Responses last week I guess I might as well pick up where they left off and describe how to handle a custom 404 message with a PHP page.

technology: dzone.com: tech links

.aspx extension instead of .php? WHY???

For some reason, there are some people who write web sites with PHP, but put the ".aspx" extension at the end of their files. WHY???

technology: dzone.com: tech links

Beware of the so called "Senior PHP Developers"

A guide to the developers and recruiters on how to avoid so called "Senior PHP developers".

technology: dzone.com: tech links

DbFinderPlugin: The ORM isn't important anymore

Today I tried the DbFinderPlugin for the first time. I am truely impressed. Using this plugin, it is not necessary anymore to really care about which ORM you pick for your project. It's the thought behind symfony 1.1 taken into the symfony ORM-selection.

technology: dzone.com: tech links

Two Exhaustive Free Tools for Web Developers

If you're a developer, or would-be developer, working on any type of web-based project, there are a couple of free resources that I recommend for following web application standards, and mastering cutting-edge web development languages.

technology: dzone.com: tech links

Dynamically Creating Graphs and Charts with PHP and GDChart

If you've been working with PHP for a while, you already know that the language makes dynamic image generation very simple: the GD extension and a few lines of PHP code are all you need to create a JPEG, GIF or PNG image from scratch. However, while this works remarkably well for simple tasks, it can become tedious and complicated if you need to generate more complex images, such as graphs and charts, at run-time.

technology: dzone.com: tech links

Neat PHP tricks: Casting Arrays to Objects

Array notation is fine, but it can look a bit clunky when you’re working with complex structures. This is a fairly simple example, but I’m sure we’ve all dealt with worse

technology: dzone.com: tech links

Is PHP An Agile Programming Language?

In raising the question about whether a specific programming language is agile I want to avoid exploring what makes a language agile, or comparing PHP with other languages. The intention here is not to associate PHP to agile as a natural relationship, as much as to try and understand if we can find the ingredients in the PHP world, for creating an agile environment.

technology: dzone.com: tech links

Static analysis for PHP

Article on the different reasons and ways for doing statical analysis on PHP projects.

technology: dzone.com: tech links

Wordpress: Creating a “Magazine style” Horizontal dropdown menu

Even if most blogs have a very simple navigation, Worpress allows you to create very advanced menus. In this tutorial, I’ll show you how to create a “Magazine Style” horizontal drop-down menu, for your categories or even your pages.

technology: dzone.com: tech links

Common Security Flaws In PHP Applications

No matter how long you’ve been programming or scripting, once in a while you’ll catch yourself making a serious (security) flaw that you thought you’d never make, because you “have the experience“. Some of the most basic things a programmer should think of, but often forgets - because after all, we have to think of *a lot* of best-practice situations.

technology: dzone.com: tech links

Loading models within modules in the Zend Framework

More and more users are finding it difficult to load models within Zend Framework modules. This is strange, considering that modularity is an important design principle and its goal is to design systems that are easier to extend, understand, design and manage.

technology: dzone.com: tech links

How to filter user submitted data easily in PHP

Using this technique you can easily filter user submitted data (post data) easily in PHP by calling a call back function with array_map() function of PHP.

technology: dzone.com: tech links

Zend Framework 1.6.0 Preview, or, PHP 4 is Dead

PHP 4 officially died Friday. I started programming PHP with release candidates of 4.0.0 -- which simultaneously introduced me to the GNU C compiler and toolset. My first official job using PHP was at a shop that was using PHP 3, and considering the costs of upgrading to PHP 4 -- which clearly offerred many benefits over its predecessor. I switched to PHP 5 as soon as the first official release was made four years ago -- the pains of reference handling with objects, the introduction of a unified constructor, first-class support for overloading, and SimpleXML won me over immediately, and I've never looked back. Goodbye, PHP 4; long live PHP!

technology: dzone.com: tech links

Which one and Why? PHP or ASP.net

which one is the best? decide after reading this article.

technology: dzone.com: tech links

Web Application Security

How would you determine whether your website is being hacked or not? Read the way hacker steals the information and hacks your website. Moreover, how you can help preventing your website being hacked. IS YOUR WEBSITE HACKABLE? Some hackers, for example, will take advantage of web application vulnerabilities and may maliciously inject code within vulnerable web applications to trick users and redirect them towards phisphing sites. This technique is called Cross-Site Scripting and may be used even when the web servers and database engine contain no vulnerabilities themselves.

technology: dzone.com: tech links

Object Oriented Programming with PHP

Php as an object oriented language.

technology: dzone.com: tech links

Avoiding Shell Injection in Ruby, Python and PHP.

Shell injections scare me since a long time and I usually prefer to whitelist certain characters/patterns rather than to blacklist. This means that the system fails to the save side. Unfortunally it usually does fail - my whitelisting is to rigorous and data that would not cause any problems gets rejected. So I decided to take the opportunity to investigate how to prevent shell injection in my favorite scripting language (Python), the language I found the problem in and finally the language that I can not avoid (PHP).

technology: dzone.com: tech links

Page 1 | Next >>