Blog posts tagged "programming" – Posts 6..10 of 20 posts found:

Speed up Magento with Memcached

Magento is a highly flexible, open source e-commerce solution. Unfortunately, it can also be dog-slow, especially on servers with modest hardware specifications. Throwing extra hardware at the problem is not a great solution. There is a lot of tweaking that can be done, though. Very significant speedups may be realised through the use of Memcached. Magento supports this out of the box, but it is not enabled by default. Here's how to set that up.
Read more

Preserving the MSN Protocol Wiki

The MSN Protocol Wiki (MSNPiki), initiated by Matthias Braekevelt was the most extensive source of information on the MSN Protocol found on the web. There had not been any recent updates and the domain was allowed to expire. I think the information in the Wiki, though of interest to only a limited number of people, is too valuable to just disappear. Therefore I am pleased to announce that, with Matthias' permission, I have assumed ownership of the domain and preserved the Wiki at its old URL so the resource remains available, intact.
Read more

CSS eye-candy in mobile browsers, a comparison

My current job involves a lot of web development for mobile phones. Compared to the WAP phones of 10 years ago, present day phones are like supercomputers, with browsers almost as capable as those on the desktop. The major challenge posed by designing for these devices is making sure that mobile web sites are lightweight in terms of bandwidth, easily viewable on a small screen and that the site can be navigated easily with both the four-way directional key as well as with a touchscreen. With mobile browsers catching up to desktop web browsers, I figured it would be a good time to take a look at some of the eye-candy effects that are possible with CSS2 and see what the support for these effects is across the mobile browsers.
Read more

array_slice is not confused about negative length

I enjoy reading the amusingly named www.phpwtf.org on the rare occasions that they add a new post. A recent post complains about negative lengths when using array_slice (actually confusing it with array_splice at one point). Unfortunately, a technical issue means the site doesn't currently accept comments, so I'll simply make a blog post out of my comment there. The info may still be useful to other PHP programmers.
Read more

PHP WTF?

Many blogs and sites spring up on the web promising frequent updates. More often than not, they post a handful of articles and then fall into neglect before dying a quiet death. Here's a site that seems to have potential, so let's hope it doesn't fall victim to this pattern.
Read more