Tech-Today
Web Development
Wordpress
- Configure Custom Wordpress Permalink
Zencart
- How to add a customize product admin fields in zencart by editing/adding extra codes
Joomla
- How to install/setup/configure joomla to run in a xampp setup. This avoids the technical detail of manually installing apache/php/mysql each as separate application
Magento
- Magento all links throws 404 Not Found error
- Magento's Block and Template
- Custom magento Module not showing in system->configuration->advance
- Magento properly installed but failed to login
- magento: Cannot add or update a child row: a foreign key constraint fails
- magento SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 111
- magento - 500 internal error
- Magento - Customer password encryption
- how to get the base skin directory in magento
- Magento change label of My Wishlist, etc:
PHP
- How to install apache2 php5 and mysql5 in ubuntu 12.04
- Deprecated: Assigning the return value of new by reference is deprecated in phpPgAdmin
- Unable to load dynamic library php_mysql, php_pgsql, php_mcrypt
- fopen() [function.fopen]: URL file-access is disabled in the server configuration
- php_network_getaddresses: getaddrinfo failed: No such host is known.
Codeigniter
- codeigniter attach html to email
- Allowing url query string in codeigniter
- How to create a new index inside a subdirectory in codeigniter
- How to integrate securimage captcha to codeigniter
Apache
- Unable to load mcryt, pdo, curl in windows apache server
Phpmyadmin
- How to create a user account in phpmyadmin running on apache2.2 on windows environment
- phpmyadmin3.2 - The configuration file now needs a secret passphrase (blowfish_secret)
- phpmyadmin 3.2 - not enough memory for uploading file
HTML / CSS
- How to remove the extra space added by IE browser on div tags
- This article shows how a 1px div height on EI6 can be achieved.
- How to fix the css hover in ie7 and how implement gzip in your page
Others
- A maven project that have multiple property files via maven antrun plugin
-
How To Install And Setup Magento On A Windows 7 Machine
This tutorial will try to install and setup magento on a local pc running windows 7. Requirements (I'm using the following versions, you can search the download links using google - lame :-) ): 1.) apache2.2 2.) php-5.2.14 3.) MySQL Server 5.5...
-
Solving The Php Startup: Unable To Load Dynamic Library Bug
Okay first I'm no expert in apache or php but I guess writing about this bug might help someone. Yes I've installed perhaps tens of times apache php mysql, but everytime I did I encountered several errors, like the error defined above. Well first...
-
Php Extension "curl" Must Be Loaded - Php Warning: Php Startup: Unable To Load Dynamic Library 'c:\\php-5.2.14\\ext\\php_curl.dll' - The Specified Mo
I've recently setup apache/php/mysql (separate installs) on a new laptop which is powered by Windows 7 and would like to setup magento. I encountered an old familiar problem which I forgot long time ago. So I'm blogging the solution now so next...
-
Apache Php Mysql Setup
Everytime I setup a new unit I have to set the following up and it takes time. So I'm writing a walkthrough and hopefully I don't need to debug :-D. Before we begin you must download and install/extract the following: 1.) apache - http://httpd.apache.org/download.cgi...
-
Phpmyadmin3.2 - The Configuration File Now Needs A Secret Passphrase (blowfish_secret)
Before, you have to set application used variables like server, user, password, etc. But with the release of phpmyadmin3.2, it's now easy to setup this tool. Steps: 1.) Download the phpmyadmin3.2 (http://www.phpmyadmin.net/home_page/downloads.php)...
Tech-Today