Install memcache on XAMPP portable with PHP 5.4
I've downloaded XAMPP Portable Lite because I want to replace my old WAMP server.
After some basic configuration I've started the webserver on the website I'm working on and I've got a memcache module related error:
37 weeks 22 hours ago
PHP Mobile Detect is a light-weight class for detecting mobile devices
Following the original implementation of Victor Stanciu, I'm continuing the development of the light PHP class for detecting mobile devices called Mobile_Detect.
Some of the features include:
1 year 13 weeks ago
Indexes, keys, values ... they all have some surprises for you
As a PHP programmer you are dealing with arrays every single day, meaning that there is a high probability of hitting some "unexpected" results. In this article we will not deal with array operations and functions.
Try to answer the following...
1 year 36 weeks ago
Output suprises from using echo and print
You will probably freak out because you have never saw echo and print working together, it's highly uncommon to see this in a production environment. Yet ... I've discovered an interesting PHP gotcha in the Zend Certified Engineer test question:
1 year 38 weeks ago
How to send an email alert to a custom email using Group User feature
If you are using the 'Workflow Management' feature in SugarCRM you probably already created some basic workflows and ran into the following question: How do include a custom email address in the 'Alert recipients' list?Here how you get the job done...
2 years 42 weeks ago
Get search feeds from Twitter and aggregate them into nodes
I noticed the Feeds module intitative couple of months ago, and ever since i tried to find a way to make it work with custom feeds like Twitter search feed. Of course there are talks about how to do this, but i wanted a module that does it all for...
3 years 6 days ago
Sugar 6 requires 20% fewer clicks to navigate than in previous versions.
SugarCRM 6 was announced on April 13th, 2010 as a way of celebrating the 5th anniversary of SugarForge and the SugarCRM OpenSource Community. Here are some of the coolest features i've noticed in the SugarCRM 6 presentation video:
3 years 3 weeks ago
Common Drupal problem when working localy with a remote dumped db
I'm working on this blog on a local computer at home. I usualy modify the design and activate couple of modules to see how they perform before putting them live. Every day i am using a fresh MySQL database dump from my hosting provider GoDaddy...
3 years 6 weeks ago
How to configure and compile LAMP on Slackware Linux
I've always wanted to have somewhere written down all the exact commands that will install a functional LAMP (Linux Apache MySQL PHP) server.
I wrote them in a text file an year ago, i found them couple of days ago and decided to try them on a...
3 years 8 weeks ago