Practical Web Applications for Daily Living…
money
Ecommerce System Installation Singapore
Sep 3rd
We have successfully installed 10 ecommerce shops within 4 months using magento ecommerce system, having different business requirements gives pain during the development, but now, we are very proud to say, we know magento ecommerce system enough that we can cater the enterprice level already. We are moving towards integrating magento to other business software models like CRM and more advanced ERP systems. byeee.!!!
Best IT Solution for SME Singapore
Aug 27th
We are current on top of the next phase of IT solution for Singapore SME Companies, The solution we are building will eventually cut company expenses by 25% if not by half. And everything is going to be in the cloud so they can access all there business transactions everywhere in the world with speed and 99.99% no downtime. Business Chores like emails, company collaboration and all IT tasks will be done with ease.
They can also avail our cloud softwares to do computing of there Business Needs.
Display more Attribute in Table Grid of Group Product Details in Magento
Aug 21st
Go to frontend/base/default/template/catalog/product/view/type/grouped.html
Add this code to the head of the table
<th class="a-right"><?php echo $this->__(‘Height’) ?></th>
insert this code in the table body:
where ’sign_width’ and ’sign_height’ are attribute names.
<td><?php echo $this->htmlEscape($_item->getData(’sign_height’)); ?></td>
enjoy!!!
How do you use configurable products versus group products in magento?
Zend framework on Saturday
Aug 18th
Currently I am uploading another batch of magento files to be deployed live, and I am so sleepy right now… well… anyway… This friday we don’t to have work because we are going to a company relaxation day, because our skins are turning green already due to work radiation… so after friday, the whole saturday.. I will try to implement a zend application so I can have a taste of it before deploying a heavy weight web app, and also to compare my experience in asp.net mvc development.
I was wondering if there are any tools that can help unit test zend framework apps, of can I even use castle project for them, I don’t know yet. Are zend frameworks applications a test driven design one… opssss… files are almost done uploading in 3, 2, 1, byeeee…..
Zend Framework First Impression
Aug 16th
Got my 30 minutes dive into the zend framework, installed it in my server and got a little play with layouts (masterpages in asp.net), the Bootstrap (not sure with asp.net mvc what is the equivalent for this one), application.ini (asp.net mvc has this) and some structure overview. Zend framework still has the Movel-View-Controller pattern and like any mvc framework i’ve work with, this pattern is very easy to adopt once you have the mindset, is it a little bit weird it you’ve just dive in from a typical object oriented programming structure… anyway… have to go… raining again with a hungry stomach to feed.
Payroll software vendor singapore
Aug 14th
We are in the design phase for our payroll software solution , this software will be built on top of the zend framework and is going to be deployed in the cloud first in windows azure and then Google app engine.
We are aiming to be the number one payroll software provider for sme companies in singapore. This payroll system will have a package of free helpdesk and maintenance for a certain amount of time.
If you have system that requires a very customized payroll modules you can always rely on our team.
So keep in mind… need a payroll solution? We have it for you.
Low cost IT support company Singapore
Aug 13th
I was thinking about posting some of our skill sets to support IT (Information Technology) needs of sme companies here in Singapore. If your company is not ready to hire an Inhouse IT people to maintain your IT department. You can visit Entrust Network Services Pte Ltd for more information. They provide Infrastructure and networking solutions for your business, Data migration from servers to servers, helpdesk support. They can also help apply your business for government grants. If you want to know more just visit there website.
Payroll system Singapore
Aug 12th
We are currently arming for a payroll system which is going to be deployed in Linux servers, my first choice is asp.net mvc but I am not sure if it is supported on the engine that can run asp.net apps to Linux (forgot the name of the engine). So the second choice is PHP, since it is the closest language I am fluent in using next to c#. But building payroll system from scratch is a total pain how much more if I code everything from zero. I have to pick a reliable framework for this. I have a little experience in cakephp and code igniter but I think this frameworks are still babys frameworks, I need a framework that has proven record and is used in enterprise level of applications. Enter Zend framework, used by varien to build there magento ecommerce platform, hmmmm…. so I made my choice, zend.
I downloaded the manual documentation and yep, it is in mvc pattern. So this thing is pretty easier for me.
Now the business analysis part, I am not an accounting Guy, I need to research on how payrolls flow, I really don’t care about this stuffs before.
I will be posting here the codes and scenarios as I move along with this project. Stay tune.
How to Get or Invoke Products and Display using Magento Php Code
Aug 11th
To invoke the Products
$products->load();
and please don’t forget the $products->load(); part.
I spent 20 minutes figuring out what happen why Products are not showing up until I figure out the I forgot to load the call.
next is
//you can display the attributes here
$item->getName();
$item->getProductUrl();
// …. and so on the so forth…..
}
Magento is not Cheap, You need experienced developers to customize it.
Aug 5th
If you pass a magento project to a 1 year php developer, maybe that php developer will run away, The complexity of Magento Coding will drive you mad, but if you have a solid background on MVC patterns and familiarity on the Zend Framework then you have a great chance to be Happy Coding and Customizing Magento. Experienced developers are also expensive developers especially if they package the creativity and experience on E-commerce payment gateways.
I am now diving deeper into magento API and is structuring to create a shopping mall. So help me god.
