Jump to content
xisto Community

cwconline

Members
  • Content Count

    61
  • Joined

  • Last visited

Everything posted by cwconline

  1. Lol, you and I are the same. I once thought CSS Why Bother, Right? Wrong!!!!! As I have recently came to realize if you dont know css it is extremly hard to get a job as a web designer or make a nice looking website dont get me wrong you can do it with html, but it is so hard... and requires a lot of images to to so... however CSS it only take maybe 5-8 lines of code max and i am talking about stuff this simple .main{position: relative;top: 15px;left: 0px;border-size: 3px;} Its' just to easy of course thats probally a quick bad example but It is worth the effort to learn something new... there are tons of possiblities and if you ever learn Adobe Photoshop it will come in real handy when you are trying to add your template to a html file. instead of having to crop images which you have to do anyways... it just makes it a lot more simple.Best of Luck!
  2. Well, If you like spending hundreds even thousands of dollars, then I would suggest using Google Adsense, also YPN is very pricey and plus google and yahoo advertising hasnt been around that long. Dont get me wrong but have you seen how much google pays for a cpc like .10 or less for a typical content now home loans on the other hand WHOA! man thats good... I wouldnt invest in google... I would invest more along with a company called Value Click Media they are very very good I have an account with them and could not be happier. and plus they have great payouts as well. I make about 150% return in revenue plus the cost of advertising back in my pocket when i advertise with value click media, so its a win win situation. but we are talking about Google.. the only thing I would use them for is if you get denied from somewhere else and only get accepted in Google Adsense... Hope this helped
  3. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://forums.xisto.com/no_longer_exists/; width="600" height="400"> <param name="movie" value="http://ww38.yoursite.com/file.swf; <param name="quality" value="high"> <embed src="http://ww38.yoursite.com/file.swf; quality="high" pluginspage="https://get.adobe.com/flashplayer/otherversions/; type="application/x-shockwave-flash" width="600" height="400"></embed></object>To save you some time from looking it up this is it right here.... Best of luck just replace the domain with your own and you should be OK!
  4. Well, there are several steps in making a game... first is making the characters, the scenes the motions etc...I would use Alias Motion Builder for the animation....use c++ for the encoding, Halo 3 was encode in c++mmmm, also you can use Java, I wouldnt recomended it our even flash, for RPG type games....But just learn Animation First then start adding stuff to that...
  5. Well, I believe it is possible... I mean there is more than 1 galaxy so I dont see why there couldnt be more than one universe... but they say the universe is infinite never endings, so on the other hand... would there be room :) ;) a question that will haunt my dreams...
  6. And you call that simple! LOL! I am a PHP programer and that is a really advance script... I would never have thought to use that ever... Mmmm... good thinking.. thanks for sharing I might just use it... oh yeah need help with php i am ur guy...
  7. I am currently waiting for my version on Windows Vista. I hear great things. Especially the Aero feature where you can have a 3d enviorment, but i am worried about it still being buggy however, i will install it and go through everything if it is buggy i will install window media back... i will tell you all how it went and what bugs you can find in windows vista... also does anyone try the new linux os system? my friend said there was one with a box type of aero but i do not know... Notice from electriic ink: Merged accidental double post.
  8. Hi Guy... firt of all print is a CGI function you need to use echo instead of print... also you need to download a php apache program which should be installed in C:/PHP or such... secondly you need to get you a PHP editor like DzSoft Dreamweaver doesnt work even though you can edit it and such... ok man hope this helps at all
  9. Yeah, Only 2 weeks... i would learn all the html you can... it takes some time to learn php... but it is easier and more simplier for example say you have a ad and you use iframe to show that ad instead of saying <iframe src="ad/whatever.html" width="?" height="?"></iframe> you can just say <?phpinclude "ad/whatever.html";?> it makes coding a lot easier as well... because you can set variables in php ex.) <?php$email = "EMAIL(a)whatever.com";echo "$email";?> which echo means you are going to be displaying it on the page which $email echoed would be the same as in the $email = mark... Later Dude, Notice from electriic ink: When posting code, please use code tags. Code tags added.
  10. Not true... W3 gives you a do it your self type of code base when your learning HTML... they show you what it looks like outputted and then when you add code your self or change something you an see what you did...I learned a lot from w3 schools.
×
×
  • 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.