Archive for the ‘Articles & Reviews’ Category
Ubercart – This transaction is invalid. Please return to the recipient’s website to complete your transaction using their regular checkout flow.
Last Updated on Saturday, 19 November 2011 03:42 Written by Simon Nicol Saturday, 19 November 2011 03:34
Why oh why is everything to do with Drupal so difficult? With WordPress you just tick a box and everything just works. With Drupal getting even the tiniest thing working you have to spend 1 and a half years bleeding out the eyeballs for.
Having said that the reason for this post is because I’m building an e-commerce website and Drupal seemed a good idea at the time. The site’s actually finished, you can have a look at it here http://www.newagegiftshops.co.uk
The only remaining problem I have is with Ubercart and getting the PayPal payment gateway to work properly – I get this error:
“This transaction is invalid. Please return to the recipient’s website to complete your transaction using their regular checkout flow.”
Neither the Ubercart website or Drupal.org have been of any help whatsoever. I’ve just updated my Ubercart module to the very latest (as of this post) Ubercart 6.x-2.7 and STILL it doesn’t work.
It’s now got to the point where I’m so hacked off with it, that I decided to get rid of that stupid non-working button all together!
A simple modification to your styles.css file will do the trick – It’s a total hack I know but why bother having a button on your site that doesn’t work and clearly never has?
Posted under Articles & Reviews | No Comments
I’m puttung function over looks, and i’m regarding looks incredibly highly.
Last Updated on Sunday, 4 September 2011 07:16 Written by Simon Nicol Sunday, 4 September 2011 07:16
HTML 5
Posted under Articles & Reviews | No Comments
For people who want to place a DIV over the top of a Canvas layer.
Last Updated on Monday, 5 September 2011 03:21 Written by Simon Nicol Sunday, 4 September 2011 02:49
Q. I’ve just been tinkering around with HTML5 and generating a nice radial gradient fill background that takes up 100% width and height of my browser. I’m now wanting to place a normal <div> layer over the top of my <canvas> command. Is there a simple way to do this in CSS?
A. If you want something like this:
Here’s the code:
The CSS looks like this:
{code type=css}
<style type=”text/css”>
body{overflow-x:hidden;
color: #fff;
background-color:#<?php echo ($c1); ?>;
}
div.container{
margin: 0 auto;
padding: 0;
width: 100%;
}
div.wrapper {
left: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
div.adjustmiddle {
margin: 0 auto;
width: 960px;
}
div.content{
background-color: #555;
}
#canvas1{
margin: -8px;
}
</style>
{/code}
And the HTML looks like this:
{code type=html}
RJ45 Pinout – How to make up a CAT5 cable
Last Updated on Saturday, 13 August 2011 12:19 Written by Simon Nicol Saturday, 13 August 2011 12:14
Here are the pinout’s you need to make up an RJ45 CAT5 Cable. Make sure the plastic hook is facing away from you then separate the wires out going from left to right in the following order: Read more: RJ45 Pinout – How to make up a CAT5 cable
Posted under Articles & Reviews | No Comments
Hot Topics
- Creating a Drupal 6 custom login form – Step by Step tutorial.
- WordPress Contact Form 7 & WP-Mail-SMTP problem solved
- imagecache wrong path – SOLVED!
- 7129/6105195 Edward Leedskalnin’s anti-gravity – How he built Coral Castle.
- How to take Ownership of a Drive, Folder or File in Windows 7
- WordPress widgets not saving or dragging?
- Firefox – update favicon.ico (SOLVED)
- IE emulator for FireFox
- Site off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. (SOLVED!)
- Access denied – Drupal 6.x
Archives
- November 2011
- September 2011
- August 2011
- June 2011
- January 2011
- December 2010
- November 2010
- October 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- January 2009
- December 2008
- August 2008
- June 2008