Jigoshop Frontend Product Manager

Free WordPress Plugins
Jigoshop frontend product manager is a Jigoshop add-on that helps to manage all the user's products and other Product settings from the front-end of your site. It reduces backend access required for the user to set up his own products on your site. It is complete package for the users to manage regarding their products, product listing. User can view their product added list options as completed, pending for all products. To use this add-on feature just add this [fpm_jigo_dashboard] shortcode and the whole setup will be done automatically. Features Users can login from the frontend login form. Users can view his profile along with his avatar image. User can add products from frontend. User can add the product featured Image. User can select the category to which they want…
Read More

Business Standard WordPress Theme

Free, Themes, WordPress
Key Features for Business standard theme: 1. Responsive: Business Standard is a fully responsive Business theme that’s a pleasure to read from any device. It offers clean, easy-to-read typography paired with a modern, minimalist design. Choose from a sidebar and footer widget areas. 2. Bootstrap 3.x: All Bootstrap features and components included in this WordPress theme for faster and easier web development. 3. Customizable design: Flexible customization and extra options Customizer allow you to change the look to suit your personal style. Choose a custom color for almost every element. Choose a custom color for header, background and footer. Can upload a custom image for the header or the main background. Upload your logo image and make it in a round frame or disable this option. 4. Sidebars and Custom…
Read More
Vivacity Lite WordPress Theme

Vivacity Lite WordPress Theme

Free, Themes, WordPress
Overview Vivacity Lite is a free WordPress theme & provide a way for you to showcase any kind of contents, images links and videos on your website in beautifully manner. Vivacity Lite theme supports up to five stunning single pages and has a blog layout with unique design which makes your website so attractive with informative content that audience cannot take their eyes off. Also,Vivacity Lite supports sidebars and social widget to help you display social profiles, create various things.Vivacity Lite widget helps you connect with your customers as well as makes your site global-ready. Download this free WordPress theme to make amazing website on your own. Do not forget to discover more responsive features of the premium version to get the best choice. SUPPORT: Click DEMO: Click DOWNLOAD : Click Vivacity…
Read More
Improving the security of your Magento

Improving the security of your Magento

Magento
Magento has become a force to be reckoned with in the e-commerce industry because of its regularly updated features.The security of an eCommerce website is particularly important because these sites keep records of users’ data and order-related financial information. Securing both your data and your customer’s data should be one of your top priorities while managing a store. Taking the appropriate measures to secure your store can help you maintain a good reputation with your customers and avoid unnecessary downtime. Magento already comes with a good number of built-in security features, there is always more that can be done to protect your store from hackers and security breaches. Maintaining the security of your store is not just a suggestion, but a requirement enforced by Payment Card Industry Data Security Standards…
Read More
An alternative to TimThumb

An alternative to TimThumb

WordPress
Timthumb was very popular in past and was being used in every project which have re-sizing image functionality but that script is not continue because this script contains many bugs. Using this bug, someone can inject script in your hosting. And now, its time to move from timthumb to another on-the-fly image resizeing script. In wordpress, many developers offers image resizing technique, such as Matthew Ruddy who creating WordPress Timthumb alternative, you can download its script from github. As WordPress theme developers, we might create a theme - or themes - that require images to be of a certain specific size (dimensions). At the same time, we can’t place the responsibility of creating such dimension-specific images on the end users of our themes. TimThumb TimThumb has been a long time favorite image resize…
Read More
Best Cross Browser Testing Tools

Best Cross Browser Testing Tools

CSS3, HTML5, News, WordPress
Testing multiple browsers on multiple platforms isn't just difficult, it can be virtually impossible without the correct resources. Cross Browser Testing can be the biggest pain for Website Developers. But there are some cross browser testing tools available online which help to minimize testing efforts.These tools let you comprehensively test your websites, and check if it successfully displays across various browsers, platforms and resolutions. That way, your users will receive a positive, user-friendly experience no matter what their setups are. There are free and paid cross browser testing tools available so You need to select the browser compatibility tool depending on your needs. If cross browser testing is critical part of your web project then you must allocate considerable time, resources and budget testing your website on different web browsers.…
Read More

Top 10 PHP Frameworks of 2015

WordPress
What Is PHP Framework? Frameworks are a collection of software, programs, that initiate easy coding and implementing the codes quick and easy! Another very wonderful resource, that helps the programmers achieve good in no time. Basically, these frameworks facilitate scalability and long-term maintenance by complying with development standards, keeping your code organized and allowing your application to evolve and grow over time. This improves the coding atmosphere, and helps you do better. PHP is more famous Website Development Technologies among Web Programmers. More than 50% Website or Web Application using or developed in PHP. Framework is really help in development as compare core development, framework provides every web developer base skeleton or foundation for build strong web application. Every Framework has own Advantages and Disadvantages based on its feature and…
Read More
Dependency Injection Using MEF

Dependency Injection Using MEF

.NET
1. Introduction "Dependency Injection is a design pattern that takes away the responsibility of creating dependencies from a class thus resulting in a loosely coupled system." Or "Dependency Injection means that this is done without the object intervention, usually by a framework component that passes constructor parameters and set properties." In order to understand DI you need to understand below terms: Dependency: Dependency means a class depends on other class’s object for its working. Example: public class Employee { private dbHelper helper; Employee() { Helper = new dbHelper(); } } Here in this example working of class Employee is dependent on object of dbHelper. Dependency Inversion Principle (DIP): It states that “High-level modules should not depend on low-level modules. Both should depend on abstractions”. Inversion of Control (IOC): Inversion of…
Read More
How to add CSS & Javascript to Magento Themes?

How to add CSS & Javascript to Magento Themes?

Magento
In Web development JS & CSS files play a vital role, and work as a backbone or skelton of your website. While working on a Magento project you can do this into your Magento layout files. For adding JS or CSS, you can do this in xml layout files using methods/action: or Or You could do that by hard-coding your “head.phtml” file, but then those files will be loaded on all Magento pages. But this is not recommended at all. All methods reside in Mage_Page_Block_Html_Head class. The first pair is addCss and addJs. You can use or script or file tags, both are allowed. There is an XML configuration folder located in app/design/frontend/Package/theme/layout. The main one is called page.xml. In this you can add JS resources using below syntax: When…
Read More
How to add Responsive AdSense Ads?

How to add Responsive AdSense Ads?

HTML5, News
Google has introduced a new Responsive Design of Adsense which means that now a user can add Google ads of different dimensions corresponding to the viewport size (screen resolution) of the visitor’s device. For instance, if a visitor is reading your web page on desktop, you can choose to serve the large 728×90 (leaderboard) unit but if another visitor is viewing the same web page on a mobile phone, you can display the smaller 468×60 ad unit. The AdSense code detects the size of the visitor’s screen and serves the appropriate ad unit that will best fit the available space. You can serve responsive Google AdSense ads in both synchronous as well as asynchronous method. The asynchronous method is a more efficient and recommended method as the JavaScript ad code…
Read More