Top Tags
ajax
article
codeigniter
conference
dom
namespace
news
onphp5
oop
php5
poll
prado
security
solar
sqlite
symfony
unicode
zend core
zend framework
zend platform
More tags »
Not logged in
Login |
Register
den_hotmail@fbzz
|
Articles: article
By dennisp
| views: 9802 |
comments: 1 |
on Monday, 11 January 2010, 23:35
This is a very quick post to warn developers about gotchas with using non-ascii chars in URLs (especially when making AJAX calls).
By dennisp
| views: 31788 |
comments: 2 |
on Wednesday, 19 December 2007, 20:32
There's been many talks on exceptions cannot be thrown from the __autoload() function, as well as many times the workarounds have been discussed (all using the eval() trick to automatically define the missing class). Here I will talk about negative effects of such workarounds as well as suggest a somewhat "better" workaround (but still based on the eval() functionality and ready for namespaces).
By dennisp
| views: 8483 |
on Thursday, 13 December 2007, 20:24
Recently there have been some thoughts expressed that suggested that namespaces support is not that important at the moment; and even that they are not needed at all. In this article, I would like to disagree with those ideas and advocate PHP5 namespaces, as well as to express some personal opinions about their implementation.
By dennisp
| views: 36015 |
comments: 3 |
on Tuesday, 20 November 2007, 20:17
For those who would like to switch to PDO and learn more about its features, there is a book on the topic titled "Learning PHP Data Objects" published by Packt Publishing in August 2007
By dennisp
| views: 14473 |
on Sunday, 18 November 2007, 20:03
This is a short article that might be of interest to those who work with XML and HTML documents in different encodings using PHP5's SimpleXML and DOM extensions
By dennisp
| views: 277162 |
comments: 4 |
on Wednesday, 14 March 2007, 17:00
PHP5 inherited the PHP4's localization support that is far from being perfect. This article pinpoints the commonest problems of localization in PHP as well as gives some tips on working around them
By dennisp
| views: 26740 |
on Friday, 02 February 2007, 21:11
Of course, you all are experts in search engine optimization. But there are some points that even experienced webmasters miss, and they can help improve your search engine rankings
By dennisp
| views: 118351 |
comments: 24 |
on Friday, 19 January 2007, 18:21
This short article will show you how to make email addresses clickable and working in your pages but still keep them obfuscated for spam bots
By dennisp
| views: 23005 |
comments: 4 |
on Monday, 15 January 2007, 22:57
When it comes to storing textual data in a database and then sorting them alphabetically, many developers face a common problem - the database won't sort strings in their language. This short series is an advice that may suit almost all needs.
|