Archive for category Web Development

Myspace profile hack code from 2007

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” [...]

No Comments

Contao xtmembers update ALTER TABLE tl_member autologin doesn’t work

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 [...]

,

No Comments

Fieldset Rounded Corners – CSS HTML

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: [...]

,

2 Comments

cupofcoffee wordpress template background image correction

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: [...]

,

No Comments

Image captions in Blackbaud Kintera CMS

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. [...]

,

No Comments

Post a Facebook video on your website

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>

No Comments

Canonical Problem domain.com and www.domain.com

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 [...]

, ,

No Comments

Adobe Business Catalyst – Value.4 is Null

“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 [...]

No Comments

Issuu Publishing – Online publications, magazines, documents

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 [...]

No Comments