Blog Posts on wamp




Percent:
 
Distinct:
 


Access WAMP Server from other Computer in LAN Network by Jcyberinux on Mar 19, 2012How to Access WAMP Server from other Computer in LAN Network or Workgroup     by: Revengsky Joseph D. Reyes (a.k.a rjdreyes – jcyberinux.com) Looking for better Web Server? Beginning to explore the Web Development World? Then you probably need...



Installing GoDaddy SSL on an EC2 Ubuntu Instance in AWS by Just Another Dang Blog on Aug 24, 2011If you have sensitive data on your site, you may want to install an SSL Certificate to make it more secure. Here is a brief tutorial being on AWS EC2 Ubuntu instance on how to set it up. My server settings are Apache2 and Ubuntu 9.x 1. Login to ssh/t...



Amazon RDS instance time zone workarounds by Just Another Dang Blog on Aug 23, 2011If you have an EC2 instance to run your application and an RDS instance for your database. On your EC2 instance you are in luck as you can easily change the time zone of the machine. Like set it to GST or by location like below # ln -sf ../usr/share/...



Protection from SQL Injection and XSS Attack on CKEditor by Just Another Dang Blog on Aug 18, 2011Lazy coding got the better of me as one of the sites I built got hacked. The site is running on a custom php framework I built. Security wise it was still too infant and alot of security needs to be patched. Through SQL Injection via the URL the hack...



Install Subversion on Bluehost, configuring subversion client on Windows and Mac OS X by Just Another Dang Blog on Aug 4, 2011Been using Version Control System on our company projects for a couple of years now. I’ve installed Subversion before on a dedicated Linux hosting(Known Host) and everything is straightforward since I have root access. Recently my personal host...



Java SE Development (JDK) not found installing Android SDK by Just Another Dang Blog on Jul 20, 2011This is a simple tutorial for users with Vista/Windows 7 64-bit. So you got Eclipse(Helios, Indigo) 64 bit running on your 64-bit machine and definitely you have Java SE Development and Jave Runtime Environment in check. But when you run the Andriod...



Eclipse PDT 32-bit on Windows 7 by Just Another Dang Blog on Jul 19, 2011Recently I upgraded from Windows XP to Windows 7. Seems that the 32-bit and 64-bit architecture in regards to programs is still a bit confusing. I’m using Eclipse PDT 32-bit which at the moment the only current all in one version. Can be downlo...



How to setup WAMP Server by Web Abet on Jun 26, 2011Majority of the websites are run by the three services oftentimes packed together in a single installer.  Include in the Windows operating system and we have a 4-combo very powerful services.  What I am talking about is the very famous WAMP Server.



How to Setup PHP, MySQL and phpMyAdmin on Mac OS X Snow Leopard by Just Another Dang Blog on Mar 15, 2011My previous working setup was on WAMP( Windows, Apache, MySQL and PHP). On Windows I used a bundled app WampServer that did the job, just install the executable and your all set. On Mac it kinda needs a bit of work but basically you have to configure...



Essential .htaccess Commands by Vhortex's Little Digital Journey on Jan 22, 2011Apache web servers offer a flexible way to control the server settings by using .htaccess file. This tiny is being read and translated by apache before serving the actual web pages or files. Here is a list of a few simple and useful .htaccess command...