Get email for your business – These days there is more value to business if it is using Business Email service.
Why you need business email service & Setup Google Apps Email Domain Setup?
If you are using email service with your existing hosting then you might receive so many spam mails, offer mails and other junk professionals. You will also face many hacking attempts to your email and sometimes it got hacked as well. The reason behind this is … Read More
Get email for your business – These days there is more value to business if it is using Business Email service.
Why you need business email service?
If you are using email service with your existing hosting then you might receive so many spam mails, offer mails and other junk professionals. You will also face many hacking attempts to your email and sometimes it got hacked as well. The reason behind this is Hosting servers are not capable to handle the business email … Read More
Get email for your business – These days there is more value to business if it is using Business Email service.
Why you need business email service?
If you are using email service with your existing hosting then you might receive so many spam mails, offer mails and other junk professionals. You will also face many hacking attempts to your email and sometimes it got hacked as well. The reason behind this is Hosting servers are not capable to handle the business email features, some … Read More
Get email for your business – These days there is more value to business if it is using Business Email service.
Why you need business email service?
If you are using email service with your existing hosting then you might receive so many spam mails, offer mails and other junk professionals. You will also face many hacking attempts to your email and sometimes it got hacked as well. The reason behind this is Hosting servers are not capable to handle the business email features, some of the … Read More
While working as freelancer i have received many request and questions about How to reset admin password in Magento? The process to reset password is very simple, login to phpmyadmin and run the following query to reset magento admin password
UPDATE mag_admin_user SET password = CONCAT(MD5(‘nPpassword’), ‘:nP’)
WHERE username=’admin’;
mag_admin_user = Replace with your magento admin_user table name
nPpassword = Replace new password with just password (do not delete nP)
admin = Replace it with your magento username
Sometimes captcha fails to load on admin screen or if you want to disable it manually then try following steps to do so. Magento Disable Captcha Admin Login
Step 1: Login to your hosting control panel and go to following path app/etc/modules/ open & edit Mage_Captcha.xml
Step 2: Should have true value within <active> tag, just replace it with false as shown. Change the value from true to false and save file.
Result: Captcha on Magento Admin Screen is disabled now.
Please Note: If you still have captcha on admin login after completing these steps … Read More
Yandex is world’s 4th biggest search engine & Russia’s No.1 site. Yandex! is yet another free business email service provider, can consider as Free google apps alternative. At this moment there is no limit for adding domains to each account, you can add upto 1000 mailboxes per account.
It comes with 10GB email storage, additional disk storage of 10GB per user, contacts, Maps, Video, search, translate & many more… The user interface is not so good but it is ok if you switch to mobile apps they are just great. You never know the future … Read More
Got long forms on your website ? Break them up into smaller logical sections and convert it into a multi step registration form php with a cool progress bar. So the form is broken into small sections and the user only sees one section at a time. Also, multi-step forms reduces the space you need on the page.
If you are using normal Sign Up forms and still require a lot of data from your users, a multi-step form is the best solution. Could work for lengthy processes like registration, checkout, profile fillups, … Read More
6th December 2012 was the day when google apps officially closed its Legacy/Grandfathered/Free/Standard account. There were some workaround available till 8th April 2016 to add secondary domain to Google Apps Legacy/Grandfathered/Free/Standard account but After April 2016 all workaround are officially blocked. There were some workaround available to add secondary domain or changing the primary domain using admin api but that has changed and not possible at the moment.
IT’S END OF LEGACY/FREE/GRANDFATHERED/STANDARD ACCOUNTS
We all know that there is still chance and workround to add secondary domain or change primary domain, some … Read More
Google Map PHP Mysql Store Locator
Google Map PHP Mysql Store Locator
In early 2012 i have explained how to built a PHP Mysql Store Locator and show them over google map. More than 5000 people downloaded the code and it helped them lot to built a amazing store locator on google map. I received many compliments and wishes via mails and comments, most of them built amazing stores and not even that some of them created more than amazing what i explained.
After over 5000 downloads i took off from there and put it on Premium Desk with additional features which never being built or … Read More