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.

Alex Perseval

Members
  • Joined

  • Last visited

  1. Likeddddddddddddd
  2. My site has only 160 backlinks, apparently a good optimized site needs thousands. What is a good way to generate backlinks?
  3. Good guess The lower the number in the timeout statement, the quicker it goes, I put it on 2500 thanksssssss
  4.    Alex Perseval reacted to a post in a topic: HTML Brick Wall
  5. <script language="JavaScript1.2" id="scroller"> //Secify scroller contents var line=new Array() line[1]="Business Cards" line[2]="Letterheads" line[3]="Posters" line[4]="Leaflets" line[5]="Flyers" //Specify font size for scoller var ts_fontsize="24px" //--Don't edit below this line var longestmessage=1 for (i=2;i<line.length;i++){ if (line[i].length>line[longestmessage].length) longestmessage=i } //Auto set scroller width var tscroller_width=line[longestmessage].length lines=line.length-1 //--Number of lines //if IE 4+ or NS6 if (document.all||document.getElementById){ document.write('<form name="bannerform">') document.write('<input type="text" name="banner" size="'+tscroller_width+'"') document.write(' style="background-color: '+document.bgColor+'; margin-left: 15px; color: '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" onfocus="blur()">') document.write('</form>') } temp="" nextchar=-1; nextline=1; cursor="\\" function animate(){ if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){ nextline++; nextchar=-1; document.bannerform.banner.value=temp; temp=""; setTimeout("nextstep()",1000)} else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){ nextline=1; nextchar=-1; document.bannerform.banner.value=temp; temp=""; setTimeout("nextstep()",1000)} else{ nextstep()}} function nextstep(){ if (cursor=="\\"){ cursor="|"} else if (cursor=="|"){ cursor="/"} else if (cursor=="/"){ cursor="-"} else if (cursor=="-"){ cursor="\\"} nextchar++; temp+=line[nextline].charAt(nextchar); document.bannerform.banner.value=temp+cursor setTimeout("animate()",25)} //if IE 4+ or NS6 if (document.all||document.getElementById) window.onload=animate // --> </script> Any idea on how to change the scroll speed? I wanna slow it down a bit
  6. haha how did I guess you'd be all over this topic
  7. WHERE CAN I BUY IT!? The florescentizer not worth the money, trust me from experience :/ The emotionator made me jizz in my pants... I can't actually believe I sat through that whole video. :L That is so what I thought hahaha
  8. Quite simply. http://likeaphobia.us/images/2621.jpg
  9. haha thanks
  10. hmm well i haven't really ever used jQuery so wouldn't know what to use. I am still at the problem though, how would I get the bullets on one line?
  11. Haha. what would you use instead?
  12. Hey guys. With the help of the <marquee> tag. I just want a simple effect across the page with the use of bullet points before each word. This is what I have so far. <marquee bgcolor=#ffffff width=860 height=100 direction=right scrollamount="10"><ul id="mylist"> <li>Business Cards </li> <li> Letterheads </li> <li> Labels </li> <li> Leaflets </li> <li> Posters </li> </ul> </marquee> (sorry if that looks a bit messy) Basically what has happened here is that each list item goes on a separate line. So i added this CSS #mylist { margin: 0px; padding: 0px; list-style-image: none; list-style-type: none; } #mylist li { float: left; margin-top: 0px; margin-right: 1px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } This put each list item on one line, but the spacing between each word has disappeared and so have the bullet points. Any help will be appreciated. Thanks
  13.    jheg reacted to a post in a topic: Meta name="keywords" content="blah, blah"
  14. One of the main reasons for search engines minimizing the effects of meta keywords is because past site owners misused the system. For example, a company who sold antiques would have keywords such as "Historic, Artifacts, Antiques" etc. Their SEO would be based on their keywords, site traffic, any other meta data and how well their site was laid out. But if the site owner of a local toy company saw how well the antique store was doing with their site. The owner of the toy company might add in some keywords to its' meta data even if it wasn't relevant. Such as: "Historic, Artifacts, Antiques". It was just another way of bringing in traffic, but definitely an unfair way of doing so.

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.