- E-Commerce
- /
- Website Designing
- /
- Website Developement
- /
- Website Promotion
- /
- HTML5, CSS3, Javascript, Jquery
- /
- Branding
- /
- Mobile Applications
- /
- PSD to HTML
- /
- Magento, OpenCart, Prestashop
- /
- Wordpress, WooCommerce
- /
- Codeigniter, Zend
- /
- Facebook Apps
- /
- Blog
- /
- Web Hosting
- /
- Domain Registration
Before we started helping other's, we learned it first. We keep learning every day to serve our client best as possible with latest and greatest technology & super experience. Founder's of Webduo has practice of more than 5 years in other agencies and firms before they jump into the sea. Webduo was founded on the motive to deliver quality to people who are searching it. We work with Imagination, Honesty, Focused & Sincerty.
We at webduo, identify new ways to serve and support people by uncovering needs, behaviors, and desires to deliver best results that can be measured. Our skills and talents are specific and fine-tuned. We create visual branding systems and measurable results, that enable our clients to put their best face forward to their audience. This includes everything from the UI Design, Logo Design, Iconography to Website Design, APP Design, Website Development and UX.
Magento - Database Queries
Magento is a complete and awesome MVC application. It's fully moduler and easy to extend its features and functionality. All the CRUD operations are performed using the modules, model classes. But many a time it requires a developer to execute the db query in traditional form.
Read ArticleWordPress - Create custom page templates
WordPress is the best publishing platform. All the content in the wordpress is written in the form of Posts or Pages. Its easy and fun to create a new cms page in wordpress and on the same it gives us the ability to add a custom template file where static or dynamic content can be added by the powerful functions of the wordpress.
Read ArticleMagento - get all ordered items of the order
To get all the ordered items of the order use the following code. This code will return an object array.
Read ArticleCodeigniter - subquery active record
CodeIgniter comes with an easy and simple syntax to generate queries. An abstracted database class is used to create queries. However Codeigniter queries can be run in the traditional structure but the Active Record pattern in Codeigniter is more popular and robust.
Read Article