XAMPP Lite, Windows Vista, and php5apache2_2.dll
I recently ran into a nightmare when needing to use my father's laptop for development. My XAMMP Lite USB install, which worked perfectly on my Windows XP desktop, was giving the following error when trying to start Apache:
apache.exe: Syntax error on line 477 of E:/xampplite/apache/conf/httpd.conf:
Syntax error on line 7 of E:/xampplite/apache/conf/extra/httpd-xampp.conf:
Cannot load E:/xampplite/apache/bin/php5apache2_2.dll into server: The specified module
could not be found.
After 20 minutes of frustration, I finally found the golden solution. I needed to download and place msvcr71.dll in my \xampplite\apache\bin folder. Apparently it's a Microsoft runtime file that Vista doesn't have. Disaster averted!
![CSS Animations Between Media Queries]()
CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...
![CSS Filters]()
CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...
![Flext: MooTools Auto-Growing Textrea Plugin]()
A while back David Walsh published a list of
7 MooTools Plugins You Should Use on Every Website
which included 'AutoGrow' a text area expander plugin. 'AutoGrow' is very similar in results to the class I wrote for Education.com, Flext. I decided to release this...
![Skype-Style Buttons Using MooTools]()
A few weeks back, jQuery expert Janko Jovanovic dropped a sweet tutorial showing you how to create a Skype-like button using jQuery. I was impressed by Janko's article so I decided to port the effect to MooTools.
The XHTML
This is the exact code provided by...
I think thats a DLL that gets installed with .NET.
I would have loved to have known that back in April when I had to set up LAMP on a Vista laptop. Yikes, was it a nightmare!!! AT least I know the fix now. Thanks!!!!!
That’s a relief.
Does anyone can tell me-why you guys don’t use AppServ, i always used it and don’t know why use others.
David try WAMP Server. It won’t ask you to disable UAC ;)
From France : Thank you very much David, exactly the same problem, since some days. It’s for me a golden and diamond solution !
And you give the good link to download this file : royal !
THANK YOU MAN
Thanks David, i have that problem too. hope it will fix the problem.
Thanks a lot man . It was the perfect solution.
Microsoft distorted our brains and wasted a plenty of our time.
Thanks again.