Lamb to the Slaughter... blueskymortgages.ie :)

Status
Not open for further replies.

Forbairt

Teaching / Designing / Developing
Just to increase my post count :p I'll repost what I said over on boards ...
-------
I'm surprised ... normally I can hit a site with a list of about 5 things I don't like instantly

Its nice ... very nice


but things I don't like ....
The kid at the bottom :p (answered)

Are all the keywords / descriptions the same ? (answered)
 

Forbairt

Teaching / Designing / Developing
I should probably post up some heavy breathing audio clips and do it right :D
 

MickyWall

New Member
Very impressive, well done.

Just a small thing though, "whoops" for validation? Then again, why not. :)
 

Joseph Grogan

New Member
very nice

That is a very nice site david.

i like the fact that your headings are in a different font and are not a picture. If someone doesnt have that font on there computer though how will it show.

Well done though:D
 

matt-dublin

New Member
just had aplay around with that kjt, what a great little peice of software.
been looking for something like that for months!!
 

matt-dublin

New Member
been messing around with it all day in work (gotta love us IT people!) works perfect on all browsers, safari, ff, ie 5,6,7, opera anf konq

entertaining!

i was looking at embedding font files before, but way too messy, and way too long to download so i gave up.
 

Joseph Grogan

New Member
I had a play

I had a play around with it and its really cool so it is. Works really well in Firefox but IE explorer blocks it. unless you let IE unblock it. Is there a way around this problem
 

matt-dublin

New Member
I had a play around with it and its really cool so it is. Works really well in Firefox but IE explorer blocks it. unless you let IE unblock it. Is there a way around this problem
dreamweaver javascript to unblock flash elements:

Code:
//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function AC_AddExtension(src, ext)
{
  if (src.indexOf('?') != -1)
    return src.replace(/\?/, ext+'?'); 
  else
    return src + ext;
}
function AC_Generateobj(objAttrs, params, embedAttrs) 
{ 
  var str = '<object ';
  for (var i in objAttrs)
    str += i + '="' + objAttrs[i] + '" ';
  str += '>';
  for (var i in params)
    str += '<param name="' + i + '" value="' + params[i] + '" /> ';
  str += '<embed ';
  for (var i in embedAttrs)
    str += i + '="' + embedAttrs[i] + '" ';
  str += ' ></embed></object>';
  document.write(str);
}
function AC_FL_RunContent(){
  var ret = 
    AC_GetArgs
    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_SW_RunContent(){
  var ret = 
    AC_GetArgs
    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret = new Object();
  ret.embedAttrs = new Object();
  ret.params = new Object();
  ret.objAttrs = new Object();
  for (var i=0; i < args.length; i=i+2){
    var currArg = args[i].toLowerCase();    
    switch (currArg){ 
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] = args[i+1];
        break;
      case "src":
      case "movie": 
        args[i+1] = AC_AddExtension(args[i+1], ext);
        ret.embedAttrs["src"] = args[i+1];
        ret.params[srcParamName] = args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblClick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
        ret.objAttrs[args[i]] = args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace": 
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "id":
      case "tabindex":
        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
    }
  }
  ret.objAttrs["classid"] = classid;
  if (mimeType) ret.embedAttrs["type"] = mimeType;
  return ret;
}

HTML:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0','width','430','height','450','hspace','0','vspace','0','src','zoomifyViewer','flashvars','zoomifyImagePath=../../images/map/largemap/','menu','FALSE','pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#2383A3' ); //end AC code
  </script>
  <noscript>
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="430" height="450" hspace="0" vspace="0">
        <param name="MENU" value="FALSE" />
    <param name="SRC" value="flash.swf" />    <embed src="flash.swf"  width="430" height="450" hspace="0" vspace="0"  menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" ></embed>
  </object>
  </noscript>
 

Geoff

New Member
Hi, I really like your site, although I think I found an incorrect font under:

\mortgage services\quick enquiry\

It says 'Enter your enquiry here' but it seems to be in a different font than the other text.

Great looking site though!

nice work

G
 
Status
Not open for further replies.
Top