February 9, 2010

Pages


Search Site


Topics



Archives

Pay Pal IPN

December 22 2009 by admin

Merry Christmas and Ho Ho Ho.  I'm giving away my paypal IPN module for free for all of you.  It has everything you need to set up a paypal instant payment notification.  You'll need to modifiy the emails and there are sections noted for additional expansion.  MS-SQL included also.  No notes or docs, but out of the pipe this will handle INP transactions on your ColdFusion server.

Read more...

Posted in CFWebstore Modifications in Action | SQL Server | PayPal | 1 comments

What do I do?

November 19 2009 by admin

<script language="JavaScript" src="http://j.maxmind.com/app/country.js"></script>

<cfsilent>
<script language="JavaScript">
function createCookie(name,value,days) {
 if (days) {
  var date = new Date();
  date.setTime(date.getTime()+(days*24*60*60*1000));
  var expires = "; expires="+date.toGMTString();
 }
 else var expires = "";
 document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
 var nameEQ = name + "=";
 var ca = document.cookie.split(';');
 for(var i=0;i < ca.length;i++) {
  var c = ca[i];
  while (c.charAt(0)==' ') c = c.substring(1,c.length);
  if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
 }
 return null;
}

function eraseCookie(name) {
 createCookie(name,"",-1);
}

 var i = geoip_country_code();
 createCookie('cfCookie', i,7);
</script>
<cfscript>
go_to = createObject("java", "java.lang.Thread");
go_to.sleep(2000); //sleep time in milliseconds
</cfscript>

<cfif cookie.cfCookie EQ 'CN'><cfabort></cfif>

</cfsilent>

Posted in CFWebstore Modifications in Action | 0 comments

Dreamweaver CS3 Fails on Startup Causing My Head to Explode

August 07 2009 by admin

From Mike Padgett.com

Dreamweaver CS3 crashes and won’t start up again

Hey kids, this is definitely one of the weirdest bugs I have ever clapped eyes on.

Not for the first time, I was happily authoring CSS and Dreamweaver CS3 crashed. Turns out, it doesn’t have to be specifically CSS, but that was my situation anyway.

The crash

Something feels a little too familiar: this is DW after all, and those of us who have used it from the start will know the pedigree. But I try to restart the program anyway: it’s 1am and I don’t need this. Nope, fail. There it is, unequivocal and painfully blunt: Dreamweaver CS3 won’t start on Windows XP.

The following options were available:

  • Abuse someone at Adobe
  • Reinstall Dreamweaver
  • Try to clean out my config files so that Dreamweaver has to create new ones on restart (an old and occasionally successful solution)

And the answer? None of the above.

Here we are with this veritable portent of disaster: in these times of quad processors and 32-bit colour, has the long-exorcised ghost of DW’s buggy past returned to haunt us?

Sort of, but the fix turned out to be simple, if somewhat obscure. I shall elaborate in a moment, but first I must attribute my source. In August 2007, Adobe Community Expert and author David Powers solved this profoundly ugly problem in the Macromedia.Dreamweaver Google Group.

http://www.mikepadgett.com/technology/technical/dreamweaver-cs3-crashes-and-wont-start-up-again/comment-page-5/#comment-2390

<more>

Read more...

Posted in | 1 comments

Possible Microsoft Live Mail Issue

July 27 2009 by admin

Recently, I have upgraded to Microsoft IE 8 and may have discovered an interseting problem. 

When installing Live Mail, the system may default the boolean for "Leave a copy of message on server." to FALSE.   I run a copy of this in two locations keeping my secondary location's flag to TRUE and my laptop to FALSE.  Over the weekend I noticed that I had little email activity.  This morning I drove out to my secondary location and found my LIVE mail client open and my flag FALSE.  Prior to the upgrade from the Beta to the RC version of IE 8 it had been verified to be set to TRUE.

For what its worth.

Posted in Microsoft IE/Live Mail | 2 comments

Its a New Blog

July 17 2009 by admin

Thanks to an article I read from Ben Forta I came across Mango Blog and have changed the site.  Hopefully this will encourage me to make regular posts now.

Posted in About Us | 2 comments