Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

grizzly

Members
  • Joined

  • Last visited

Everything posted by grizzly

  1. Thanks! Yeah, that's what I thought – be wanted to be sure. I heard of this site on another forum http://www.compete.com/ it uses a sample pool of 2m people to guess at browsing habits. It's only really good for the US though.
  2. Can I get info on traffic for my competitors sites? I've been asked this by a client after giving them Google analytics info for there site. I there a way to get any traffic info – I don't think so, but I want to make sure before I tell my client.
  3. Thanks for the replies, I'll check out Dropbox.
  4. I've been asked to implement a file exchange/storage solution for a small website (used by a company with 20 employes). They are looking to have files (eg PDFs x 10) available to download from inside their site with a login function. Is there a 3rd party option for this? Maybe something that gives this set of functions in exchange for embedded ads? As it going to be such a small feature I'm hoping for an option that doesn't require a monthly fee. edit ----- Perhaps premium Rapidshare account or something similar would be a good solution. Especially if it had a method for embedding the login interface to send the user on.
  5. Thanks for the reply. Yeah, I know the codes messy, but I've inherited from another designer. I'm put off having it on a page before it as there'd be a delay when the user waits for the main page to load. The splash page is based on the idea of a light switch going on – so the concept would fail if this was the case.
  6. He must have found that rope before he cleared his cache Looks good in FF for me.
  7. I've got this code that I'd like to use for a splash page. I like that I can use this instead of flash and that I can keep the code in my index.html page (not having to use two separate pages). I'm very green to web design, but I am learning lots by stumbling about :/ head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <script> function SplashBeGone() { document.getElementById('splash').style.display = 'none'; } function Init() { document.getElementById('splash').style.display = 'block'; setTimeout(function(){ SplashBeGone(); }, 8000); } window.onload = Init; </script> <style type="text/css"> #splash { position: absolute; display: none; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: #ff0; opacity: .8; } </style> </head> <body> Site <div id="splash"> <p>splash</p> <p><a href="#" onclick="SplashBeGone(); return false;">skip</a></p> </div> </body> </html> However, when I try and place it into my existing code it fails. Here's the code I have to work with. (There's alot of it to work the menus). If I take the onLoad= out from my <body> tag it works again, so I'm guessing there a conflict there. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Welcome</title> <meta name="description" content="SNIP"> <meta name="keywords" content="SNIP"> <meta name="robots" content="all"> <meta name="robots" content="index,follow"> <meta name="language" content="English"> <meta http-equiv="expires" content="0"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="styles.css" rel="stylesheet" type="text/css"> <script language="JavaScript"> <!-- function mmLoadMenus() { if (window.mm_menu_0515130918_0) return; window.mm_menu_0515130918_0 = new Menu("root",103,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0515130918_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515130918_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515130918_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515130918_0.hideOnMouseOut=true; mm_menu_0515130918_0.bgColor='#FFFFFF'; mm_menu_0515130918_0.menuBorder=1; mm_menu_0515130918_0.menuLiteBgColor='#FFFFFF'; mm_menu_0515130918_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0515131415_0 = new Menu("root",174,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0515131415_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515131415_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515131415_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515131415_0.hideOnMouseOut=true; mm_menu_0515131415_0.bgColor='#FFFFFF'; mm_menu_0515131415_0.menuBorder=1; mm_menu_0515131415_0.menuLiteBgColor='#FFFFFF'; mm_menu_0515131415_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0515131628_0 = new Menu("root",156,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0515131628_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515131628_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515131628_0.hideOnMouseOut=true; mm_menu_0515131628_0.bgColor='#FFFFFF'; mm_menu_0515131628_0.menuBorder=1; mm_menu_0515131628_0.menuLiteBgColor='#FFFFFF'; mm_menu_0515131628_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0515132019_0 = new Menu("root",143,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0515132019_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515132019_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515132019_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515132019_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515132019_0.hideOnMouseOut=true; mm_menu_0515132019_0.bgColor='#FFFFFF'; mm_menu_0515132019_0.menuBorder=1; mm_menu_0515132019_0.menuLiteBgColor='#FFFFFF'; mm_menu_0515132019_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0515133506_0 = new Menu("root",125,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0515133506_0.addMenuItem("SNIP","location='SNIP'"); mm_menu_0515133506_0.addMenuItem("SNIP","MM_openBrWindow('SNIP')"); mm_menu_0515133506_0.hideOnMouseOut=true; mm_menu_0515133506_0.bgColor='#FFFFFF'; mm_menu_0515133506_0.menuBorder=1; mm_menu_0515133506_0.menuLiteBgColor='#FFFFFF'; mm_menu_0515133506_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0827101329_0 = new Menu("root",104,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0827101329_0.addMenuItem("SNIP","location='html/SNIP'"); mm_menu_0827101329_0.addMenuItem("SNIP","location='html/SNIP'"); mm_menu_0827101329_0.addMenuItem("SNIP","location='html/SNIP'"); mm_menu_0827101329_0.hideOnMouseOut=true; mm_menu_0827101329_0.bgColor='#FFFFFF'; mm_menu_0827101329_0.menuBorder=1; mm_menu_0827101329_0.menuLiteBgColor='#FFFFFF'; mm_menu_0827101329_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0506113122_0 = new Menu("root",109,18,"Verdana, Arial, Helvetica, sans-serif",12,"#CC0000","#990000","#FFFFFF","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,12,true,true); mm_menu_0506113122_0.addMenuItem("SNIP","window.open('http://SNIP', '_blank');"); mm_menu_0506113122_0.hideOnMouseOut=true; mm_menu_0506113122_0.bgColor='#FFFFFF'; mm_menu_0506113122_0.menuBorder=1; mm_menu_0506113122_0.menuLiteBgColor='#FFFFFF'; mm_menu_0506113122_0.menuBorderBgColor='#FFFFFF'; mm_menu_0506113122_0.writeMenus(); } // mmLoadMenus() function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <script language="JavaScript" src="html/mm_menu.js"></script> </head> <body bgcolor="#CCCCCC" background="images/centra_template/background_tile.gif" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" onLoad="MM_preloadImages('images/SNIP.gif')"> The rest of the site <body>
  8. grizzly replied to grizzly's topic in Frontend
    Thanks for that Traxor. I was going with tables because the code was going into a email mailer, and I'm told older clients won't display right without a table structure.
  9. grizzly posted a topic in Frontend
    I'm having a nightmare as to why I can't get these to align against the top (image and red box). On Safari it's good, but in firefox theres a 16 pixel gap above the reb text box. Is there something in the code preventing it being flush with the image? Or something I can include? I've sending a email with HTML, so that's why the CSS is all inline. </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="196"> <p><img src="/test1.jpg" alt="test" width="196" height="273"></p> </td> <td><div style="width: 150px; height: 273px; valign: middle; background-color: #e21a22; top: 0px;"> <p style="font-family: 'helvetica', sans-serif; font-size: 13px; font-weight: normal; color: #ffffff; padding-top: 10px; padding-left: 10px; padding-right: 10px;">TEXT TEXT </p> </div></td> </tr> </table> </body> </html>
  10. IE6

    grizzly replied to Pottsy's topic in General Chat
    I'm new to web design, so I'm not aware of the particular annoyances of IE6 (although I understand that it's a nightmare). Has there ever been a unified push to get people to upgrade to a better browser? If enough sites displayed a banner "please upgrade your old software" instead of content, wouldn't people be forced into it?
  11. I'd like to think I'm a geek
  12. I'm (painfully) green to website design, so please go easy . I've been asked to help sort out a problem in work with a site and am looking for any advice. At the moment a client has a site with 2 domains pointing to it (.ie and .co.uk). I've checked on whois and the files seem to be with the same hosting company so I'm guessing as it's the same site both domains are pointing to identical files in one location. Now the site will split into a .ie version and .co.uk version. What would be the standard way of approaching this? I'll get the login details for the hosted files tomorrow. Will I have to create an alternate index file in another folder and relink the domain to this? Does this process of linking have a name (DNS?)? I imagine this would be done through the control panel of the hosting company (or does the use of a domain require a key/password as well). Sorry for the vague and rambling nature of this post. I'm trying to get my head around lots of different concepts. thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.