Archive for category Web Development
Myspace profile hack code from 2007
Posted by Mitch in code, Web Development on September 6, 2010

Just came across an old email where I had sent myself a code I found on my Myspace profile 7/25/2007 Dunno how they hacked into it because I’ve always kept pretty good passwords, but they did and here is what the hoodlums posted in my HEROES section: <div name=”QTGrl7318″ id=”name” style=”display:none;”> <img width=”0″ height=”0″ src=”http://love.gif” [...]
Contao xtmembers update ALTER TABLE tl_member autologin doesn’t work
Posted by Mitch in Web Development on August 25, 2010

When updating to XTmembers v2.0.1 stable and memberlist v1.0.4 stable, the Install routine attempts to execute this code: ALTER TABLE `tl_member` DROP INDEX `autologin`, ADD UNIQUE KEY `autologin` (`autologin`); and it doesn’t work and keeps returning you to the same screen. Logging off and back on returns to this screen. If you cancel then it [...]
Fieldset Rounded Corners – CSS HTML
Posted by Mitch in Web Development on August 22, 2010

In a simple website, the use of Fieldsets to separate form content is a nice touch, but Internet Explorer and Firefox/Chrome do not round the edges like Internet Explorer does. If you want round corners on FF and Chrome, you can use a little extra CSS: fieldset { -moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: [...]
cupofcoffee wordpress template background image correction
Posted by Mitch in Web Development on August 21, 2010

If you install this template installed on a WordPress site, then you might notice the background header graphic is a little off. You can correct this in the style.css file. Look for this: #wrapper { width: 960px; margin: 0 auto; background: url(images/img01.gif) repeat-y left top; } and make it this: #wrapper { width: 959px; margin: [...]
Image captions in Blackbaud Kintera CMS
Posted by Mitch in Web Development on August 17, 2010

Blackbaud Kintera Sphere CMS The Kintera CMS has alot of features, but one thing which I noticed it is lacking is an easy mechanism for captioning photos. If you setup your own Donation page under Friends Asking Friends, you can set a master photo with a caption, but that’s the only place where it’s built-in. [...]
Post a Facebook video on your website
Posted by Mitch in code, Web Development on August 14, 2010

Simple code to embed a video you have on your Facebook account (or anyone else’s Facebook account), provided that the privacy settings allow access. <object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”400″ height=”300″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″><param name=”allowfullscreen” value=”true” /><param name=”allowscriptaccess” value=”always” /><param name=”src” value=”http://www.facebook.com/v/movieID” /><embed type=”application/x-shockwave-flash” width=”400″ height=”300″ src=”http://www.facebook.com/v/movieID” allowscriptaccess=”always” allowfullscreen=”true”></embed></object>
Canonical Problem domain.com and www.domain.com
Posted by Mitch in Internet, Web Development on August 12, 2010

In the SEO world, there is an issue which exists called the Canonical Problem. Sounds like something to do with the Pope, right? Well, it’s a simple issue, related to how web addresses work and usually only found when dealing with older websites where people created links with and without www. If you have this [...]
Test Credit Card Numbers
Posted by Mitch in Web Development on July 25, 2010

When you setup a Merchant Account, you can simulate Purchases on the website by using the CC numbers below. Make sure you use the payment processor’s Test Gateway if they have one. The test numbers will validate like a live account number, except no money moves and the transaction never settles. Test cards will always [...]
Adobe Business Catalyst – Value.4 is Null
Posted by Mitch in Web Development on July 22, 2010

“Value.4 is Null” /CatalystScripts/Java_OnlineShopping.js Got this error when clicking BUY NOW on a Product that had several elements to it. The Product was setup as a $0 item, but it had Attributes that allowed the Customer to create the proper order. There was a dropdown field that was Required and an optional set of checkboxes and [...]
Issuu Publishing – Online publications, magazines, documents
Posted by Mitch in Web Development on July 20, 2010

There are a couple good sites out there for doing online publications, but the one I chose was Issuu. They have a graceful Viewing interface, an intuitive toolbox for uploading and editing documents, they’re quick with their conversions and their creations are 100% searchable! All this for FREE. And here’s an interesting feature I discovered [...]
