Jump to content
xisto Community

reconraiders

Members
  • Content Count

    218
  • Joined

  • Last visited

Everything posted by reconraiders

  1. well... there are multiple ways to do this. You could use AJAX to dynamically load pages into a "DIV" element. That way the whole page won't have to refresh, it will just update whatever parts you want it to update (whatever is in the DIV).
  2. Very good! I used to make the reflective text but it was much more complicated the way I did it. I never knew what the "feather" effect did. Thanks! I guess I'm a newbie in photoshop.
  3. Well since it is a highschool class I would just go on the internet and learn as much about what you're studying in class and then use it to get an easy A and make fun programs and show off a little bit. I learned everything I know from internet tutorials . I take programming classes in college now and I learn next to nothing from them. I am only taking them in order to get my degree. They are pretty much just easy A's :XD: Oh, and for Midori - I'm on a 100% scholarship, so I only pay for the books. And actually, the books are pretty useful
  4. I've been considering transferring my domains to GoDaddy. Currently I use ENOM.com. They are super reliable and quality service. The only thing is, each domain is $35, and that is just a little too much for me. I think GoDaddy has domains for around $10 or so. So I will probably switch to them. I just hope they are as reliable as Enom.
  5. It's amazing how we can be so intrigued by nothing. LOL. But yes, this is a very amazing discovery and it brings up lots of questions. I just want to know all the answers now, but we won't really know for hundreds or thousands of years - or maybe more. The universe is very vast and very interesting. There is so much that we don't know about.
  6. There are plenty of good GPT (Get Paid To) sites on the internet. If you look around these forums you will find information on a lot of them. There are lots of ways to make a quick buck on the internet.
  7. Frames are terrible for SEO and can have compatibility issues. If you want a professional looking and performing site, you should not use frames. Go the CSS route and you will be much better off. Although I believe the static menu is a thing of the past, but it might have a comeback. I do seldom see it employed in an effective manner that actually makes the site look and work better, but most of the time it isn't good and detracts from the overall appearance of the site. But if you must use the static menu, use CSS NOT frames. :XD:
  8. I could not live without the ceiling fan above my bed! I also have a triple stack fan thingy next to my computer desk for those long sessions of programming... Even with the fans I still have to run the A/C during the day. It's just so dang hot and humid here. Damn you global warming! I keep my ceiling fan running 24/7 though. Even in the winter months I usually keep it running. Although last winter the lowest temperatures were only in the 40's (F) so it's not really that cold. I want to move to Alaska or something.
  9. I have been using treasure trooper for a little while now. I am really perplexed as to why some offers get approved and others just sit in the pending offers page forever. I complete offers that are almost identical (the ones like "enter zip code" or "enter email address"), and some of them get approved and some of them don't. Why are some not getting approved? And what can I do to get them to be approved? I'm losing lots of money! Please Help!
  10. One of the funniest movies I've ever seen! Oh man... I couldn't stop laughing! It was great. Not only was the subject matter pretty comical, but the way it was delivered was just superb. The thing that makes it so great is that it's not just dumb humor. The movie is just FULL of smart comedy and quality (although a bit trashy) dialogue. If you haven't seen this movie yet, you should go see it.
  11. Yes, I'd also really like to know how much you spend on those sites. In particular treasure trooper. I use them and have made about $30 so far. All the offers I complete are free though. A lot of the offers I completed were never approved either. They just sit in the pending offers section forever. Why is that?
  12. All good points so far. I pretty much agree with all of them. Web 2.0 is about interactivity and participation. Here are some key features of a web 2.0 web site.Sleek, clean, colorful designCSS designJavascript and AJAXBadges that advertise "FREE" or "SPECIAL OFFER" etc.BIG, round, curvy fonts that are easy to readEasy to navigate sites.Various types of "subscriptions" or "memberships" like forums, mailing lists, e-zines, etc.There are plenty of other things but I can't remember much more.
  13. There are other companies besides adsense as well. If you don't get accepted or if you get banned from adsense, you should try some of them out. I use bidvertiser.com they are not too bad. If you are on adsense though, make sure you be careful with it. Adsense can make you a lot of money, but if you're not careful you will get banned and lose your money.
  14. I think the F090 was my favorite too. 10 cylinders... I can't say no to a big engine. Although I think there is a different one with like 900 something horespower. I haven't played this game in a looong time. My ex girlfriend's little brother has it. I let him borrow it and then his sister and I broke up. So yeah, I never got that back. lol
  15. I have a quick question. I don't know anything about Ruby or Ruby on Rails. I was wondering what extension do these ruby files have? exe? html? etc.
  16. Exactly right on! That's what I was going to say. I'm sure that is the problem.
  17. Man I wish I was rich! I want to play this game so bad. I need a PS3 and this and many other games. I also need CS3 suite from adobe lol. (and a new computer).
  18. 1. The Simpsons2. Family Guy3. Headbangers Ball4. Dukes of Hazzard5. Late Night with Conan ObrienThese aren't in any particular order. These are just 5 shows that popped up in my head.
  19. "I think therefore I am" Well - I thought... and then The Matrix came out and now everything is crazy and I don't know what's what... AHHHHH!
  20. you must have <a href="..... for EVERY image AND don't forget your closing tag </a> Just change your code to this and it should work. Notice the "href" property of the <a> tags. You need to change that to the actual locations of your pages in order for the links to work. <p align="center"> <a href="index.html"> <img src="../public_html/images/Home Button.jpg" alt="Homepage of GuitarPick.com!" width="177" height="34" border="0" /> </a> <a href="lessons.html"> <img src="../public_html/images/Lessons Button.jpg" alt="All sorts of lessons from GuitarPick.com and other sources!" width="182" height="34" border="0" /> </a> <a href=""> <img src="../public_html/images/Theory Button.jpg" alt="Music theory lessons compiled and supplied by GuitarPick.com!" width="181" height="34" border="0" /> </a> <a href=""> <img src="../public_html/images/Links Button.jpg" alt="Links to webpages that contain music/guitar related items that GuitarPick doesn't supply." width="171" height="34" border="0" /> </a> <a href=""> <img src="../public_html/images/Videos Button.jpg" alt="Music and guitar related videos! Feel free to submit some of your own." width="177" height="36" border="0" /> </a> <a href=""><img src="../public_html/images/Extras Button.jpg" alt="Extras such as banners, graphics, wallpapers and more!" width="182" height="36" border="0" /> </a> <a href="feedback.html"><img src="../public_html/images/Forums Button.jpg" alt="[UNDER CONSTRUCTION]" width="181" height="36" border="0" /> </a> <a href=""><img src="../public_html/images/Feedback Button.jpg" alt="Comments? Suggestions? Please give is your honest comments and support!" width="171" height="36" border="0" /></a></p>
  21. Ahhh. I just took a look at the source code from your site. It seems that you have the IMG tags correct BUT you don't have the <A> tags correct. You don't have every image linked. You have "Home, Lessons, Theory, Links, Videos, and Extras" under one link and "Forums and Feedback" under another link. You need to make a link for EACH image and edit each one separately. The code for each link/image should look like this... <a href="blahblah.html"><img src="something.gif" /></a> Using the DW navigation bar might be better for you if you don't know much about html. btw. I don't even really know what spry is but I'm pretty sure that's not spry. If you need any other help just post
  22. Hmmm... I think you might be doing something wrong. You should be able to change the "href" property of EVERY link in the "properties" window of DW. If you click on a particular tag or element in the design window it will show the properties of it in the properties window. Also, dreamweaver has a cool feature that allows you to create a navbar just like yours using a very simple interface. Just click Insert->Image Object->Navbar (I think). You just fill in the image location, the href, etc. You can even have DW create rollover navbars using this. You should try it out, it might work better for you.
  23. lol thats just how high school is. I remember when I was in high school the same stuff happened. I became a real bad procrastinator. I did clean up my act by senior year though! I got straight A's senior year. I did still procrastinate on a few things though, but I'm slick and still got A's!
  24. personally I don't like having "styled" scrollbars anyway. Sometimes (if they are well designed) they are okay. But a lot of times they make for a more difficult user experience because they are different from what the user is used to. I guess it's a personal opinion.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.