Categories
Archives
Fix IE 7 z-index problems with jQuery
This works for me anyway.
|
1 2 3 4 5 6 7 |
$(function() {
var zIndexNumber = 1000;
$('div').each(function() {
$(this).css('zIndex', zIndexNumber);
zIndexNumber -= 10;
});
}); |
Posted in Web Design Leave a comment
Satsuma 1.5 Opencart template
New Opencart 1.5 template from me available on http://opencart.com or http://opencartstyle.com.
heres the pitch
Satsuma is a an update to the popular Satsuma template for opencart 1.4.x and ever bit as zesty.
The new Satsuma template follows the KISS philosophy which makes it lightweight and fast. Using pure CSS3 for styling there is no image bloat, and as Satsuma sticks as close as possible to the default all modules will work with it. Satsuma doesn’t override every other file and doesn’t contain addition modules and clutter just cleanness.
Posted in Opencart Leave a comment
How to password protect your a site with .htaccess
Sometimes the need arises when you need to get a prototype site online for client viewing, but what if you only want that client to see the site?
The easiest way by far is using the following technique from the blog of Mr. David Walsh.
You’ll need 2 important files in the webroot and they are .htaccess and .htpasswd
This is how they should look
.htaccess
|
1 2 3 4 |
AuthType Basic
AuthName "restricted area"
AuthUserFile /home/domain name/html/.htpasswd
require valid-user |
.htpasswd
|
1 |
some user name:cuiBH6tTLNZBE |
Some user name is where the username goes followed by a colon and then the password which here you may recognise as a MD5 encrypted. You can generate one such hash with this
Posted in Uncategorized Leave a comment
How to install Google voice so it works on Windows
Google voice is great but a lot of people are having problems with installing it. This problem is that when you press the little green phone icon the keypad prompts you to install the voice plugin over and over again.
Here is a fix that is difficult to find but works for alot of people, if it doesn’t work for you then your problem lays elsewhere so please don’t comment.
1. Uninstall the plugin if you already have it.
2. Install vcredist from Microsoft.
32-bit http://download.microsoft.com/
64-bit http://download.microsoft.com/
3. Reinstall Google voice plugin.
4. Log out of your Gmail and any other voice clients you have.
5. Log in and test, the message should have now vanished, yay!
I hope this help as it wound me up for about 40 minutes.
Posted in Uncategorized Leave a comment
Why you should never use 1and1
If you use 1and1 eventually you will be sending emails like this.
Can you explain what you’re doing? I’ve had an invoice from you for domain renewal. However in the past I have been utterly disgusted with your service and have had problems with billing and therefore canceled everything.
I contacted you people who assured me that all renewals on my account were deactivated and I will no longer need pay any money to your company.
I’ve logged in and seen that all my domains are set to return to NIC which I was told over the phone would cancel them. I have now gone and done it again.
Is it actually possible to cancel a service with you people as it seems not to be.Can you please cancel the invoice you have sent me as I NO LONGER WANT ANY MORE SERVICES, still. I do not want to renew any services with you again ever. If the information I was given by you last time I contacted you to confirm that I want no more services from you ever is incorrect, could you please explain exactly how I do get through to you that I want no more services ever.
Many thanks
Karl Jacobs
If you go with 1and1 you will never be able to get rid of them. Originally I ordered a VPS from them and then lost all my data. Luckily I had a backup but it was too late as this shouldn’t happen so I had lost faith and cancelled the contract. However I couldn’t get rid of them completely as I had some domains with them. I contacted them and had all my domains set to expire and not renew as I wanted no more to do with them. A year or so later I had a letter posted to me from a debt collection company so it was too late to deal with 1and1, this cost me £30. I then contacted them again to explain that I really do mean that I don’t want to deal with them ever again and six months later they have sent me another fucking invoice for a canceled service. No doubt this will take more time and effort to sort out all though from past experience it doesn’t get sorted out.
Avoid 1and1 like the plague they will never stop billing you ever, I’ve been trying for two years.
Posted in Uncategorized Leave a comment
Rad Green template
Rad is a clean modern template for Opencart 1.5.1.x onwards.
Rad has been fully tested on all browsers.
Posted in Opencart Leave a comment
How to set up your Opencart 1.5.x mutistore
One of the cool features of Opencart 1.5 is that you can set up multiple stores from one base install. So how do I work this multisite magic on my CPanel shared hosting?
In CPanel
Go to your CPanel,
- Open Domain > SubDomain,
- Fill in the subdomain input filed, e.g store2 (my second store will be http://store2.myshop.com),
- Look at Directory Root input field, CPanel will fill it automatically. Don’t use it,.. Replace with your main store’s OpenCart installation folder. In my case/public_html/myshop. Click Create.
In OpenCart Administration
- Go to System > Settings,
- Click Create A New Store button,
- Fill in all required fields including the logo, favicon, etc.
- In Store URL, fill it with http://shop2.myshop.com,
- Click Save
- Done!!
Now all you need to do is set up and allocate categories and products for your second store.
Posted in Opencart, Web Design Leave a comment
Choco 1.5 Opencart template
Quick post to notify of price change of Choco 1.5 template for Opencart. Now $15.00.
Choco is a template for opencart 1.5.1x onwards.
DEMO: http://demos.opencartstyle.com/Choco/
BUY: http://opencartstyle.com/
Posted in Opencart Leave a comment
I’m a Gild.com member yay!
Been spending most of today researching responsive grid frameworks, yep dull. I came across a site called gild.com which is kinda a bragging rights site for geeks.
The Idea is that you take various test and challenges based around general skills like maths and English and then technology specific ones. You earn badges and certificates a bit like gamerpoints for grown ups or no so but should be grownups
.
If you’ve got half an hour to spare check it out.
http://gild.com
Posted in Uncategorized Leave a comment


