Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: [1]
1  General / General and Business Discussion / Re: Firefox - Firefox 3.0 Beta 1 on: February 27, 2008, 09:34:39 PM
Hey guys, if you need any support for firefox just remember that they have it if you need help upgrading to FF3.
http://support.mozilla.com/kb/Live+Chat

Try that from microsoft. Haha!
2  General / General and Business Discussion / Re: SPAM on: February 27, 2008, 09:33:37 PM
Yeah, spam was up this holiday season because people were a) checking email more often and b) buying more stuff online.

Spammers need holiday sales too!  tongue
3  General / General and Business Discussion / Re: What software do you use to build up your website? on: February 27, 2008, 09:32:44 PM
I recently tried out wordpress, automatically assuming it would be just like phpBB - overused and lack of features. I was in for a surprise. I have since fallen in love with wordpress and my custom skin, and have started making my own mods (plugins as the WP community calls them)
4  General / General and Business Discussion / Re: Anyone returned to XP? on: February 27, 2008, 09:30:28 PM
I never even had to move back, XP Pro all the way. Cheesy
5  General / Web Hosting Blog / Re: The demise of pop-up advertising on: February 27, 2008, 09:28:28 PM
LOL at the "tivo for youtube" comment.

The popup has long died on any genuine website. The only sites I still see them on are annoying websites like game or lyric sites. Popups have been dead for quite some time, but the publishers would not hear it until all their users simply packed up and left.

What was the final kill to popup marketing? IE having a built in blocker. That hit the nail on the head and killed it once and for all.
6  General / Website Reviews / Re: Whats wrong with my store? on: February 27, 2008, 09:24:54 PM

When you first visit, there is a lot of text thrown at you all at once -- you don't know where to begin reading.
Huge ditto to that. I automatically go to the end where the big bold red text is, then moved back up and got overwhelmed by everything all over and closed the page.

You may want to try to simplify your site a bit even.
7  General / Website Reviews / Re: SpitUrl! Turn those long urls into short ones on: February 27, 2008, 09:22:14 PM
Haha, very creative name for sure. Smiley My spitURL is number 2!

http://spiturl.com/2
8  Market Place / Site Promotion / Re: Windows 7 Forums on: February 27, 2008, 09:11:56 PM
Quote
I cannot believe that Microsoft is already planning on operating another release of Windows so soon after Vista..
Because it was a total failure.


@ topic starter:


The site is nice, but the design is just terrible.
Try to make the black part of the arcade be transparent, so its just a pacman.



Also, your ad section looks HORRID. You should make it centered and blend in with the rest of the site, instead of a bland old boring div table.



The site needs a makeover, too bland and boring. Try to spiff it up with Windows 7 colors.

9  Revenue & Traffic / Search Engine Optimization / Re: Traffic and keywords for Newbies. on: February 27, 2008, 09:03:02 PM
Nice tips.  Smiley  Another tip that I have heard is to strip the site name from all pages except the index page.
Would you care to talk more on that? I have never ever heard that, and if it is true many sites out there must have bad SEO.
10  Revenue & Traffic / Ad Revenue / Re: Get Paid for EVERY Visitor To Your Site!! 100% Free. on: February 27, 2008, 09:00:11 PM
Just last night I heard my very first ad on a website by their system. Sure, the ads are short and quick (~3 sec) but none the less it scared the pants off me when I was checking email at 11PM and suddenly heard noise from a website I clicked to, and then as sudden as it started it went away. Poof. No way to replay it either to hear what the advertised website was.
11  Revenue & Traffic / Ad Revenue / AdSense Says: Where is your privacy policy? on: February 27, 2008, 08:56:58 PM
New adsense change:
http://adsense.blogspot.com/2008/02/updated-terms-and-conditions.html

Quote
We've also added some specific requirements that make it necessary for publishers to post and abide by a transparent privacy policy that users see. According to this policy, publishers must notify their users of the use of cookies and/or web beacons to collect data in the ad serving process. This change relates to advertisers' use of innovative products and features like Gadget Ads and other offerings in the future.


So, no privacy policy for your website = no adsense ads!
12  Revenue & Traffic / Ad Revenue / Re: Implementing AdSesne on: February 27, 2008, 08:43:31 PM
It is somewhat of a well known fact that ads blending in tend to get far more clicks. Even google advises you to make ads look like the page they are on - to a point. Make sure to read the TOS very well when you try to blend in your ads. Here are some highlights when you consider it:
https://www.google.com/adsense/support/bin/answer.py?answer=17954


Good luck with adsense and your new site!
13  Web Design & Developement / Programming / Re: Parse error: syntax error, unexpected '{' on: February 27, 2008, 08:41:02 PM
I'm not 100% on this, but if the file is all on one line with no line breaks (like you have posted above), the inline comments (comments beginning with "//") will really mess things up.
Can you do us a favor and put it all in the code tag, that way we will not lose the formatting of it orignal state. Even better, put it at a site such as  php.pastebin.com --- this will highlight the syntax and make any error stick out a bit more.
14  Web Design & Developement / Web Design / HTML / Re: How to hide index.html files with slashes? on: February 27, 2008, 08:39:28 PM
Well, I'm guessing that you mean when you go to www.mysite.com/ it redirects to www.mysite.com/somepage.htm

For that, you would need to add
Code:
Redirect http://yoursite.com/ http://yoursite.com/newpage.htm
into your .htaccess file

Exactly. Remember, the default file for most web servers if there is no page directly typed in is index.html (in the old days, home.html worked as well)


It is possible to change it by making a .htaccess file in every directory with what you want the page to be, however that will only redirect them. It is best to name the home file just index.html -- they will still be able to go to the page. Smiley
Pages: [1]
Powered by SMF | SMF © 2006-2008, Simple Machines LLC