27
May
Iv'e heard about direct X 11 and people state its coming out later this year is it true? If not, when will it come out?
Answer: I dont think DX11 is anywhere near completion; i doubt its really started.
DX9 remains the mainstream DX version, mainly due to being shipped with XP.
Of course theres DX10 w/Vista […]
Read the rest of this entry »
27
May
var TestVal1 = ProductData.Fields(”Category”)
var TestVal2 = ProductData.Fields(”Menu”)
var Heading = ProductData.Fields(Category”)
var Item = ProductData.Fields(”Menu”)
while(Heading == TestVal1)
{
TestVal2 = ProductData.Fields(”Menu”)
Response.Write(”…
Response.Write(”…
while(Item == TestVal2)
{
Item = ProductData.Fields(”Menu”)
TestVal1 = ProductData.Fields(”Category”)
if(Item == TestVal2)
{
ProductData.MoveNext
}
}
}
Example data:
Category Menu
All the Nuts Almonds
All the Nuts Boiled Peanuts
All the Nuts Boiled Peanuts
All the Nuts Candied Nuts
All the Nuts Candied Nuts
Other Delights Candy
Other Delights Candy
…
Any Ideas, not a […]
Read the rest of this entry »
27
May
ok well i want somthing like myspace and face book but my mother said i cant have those so are there any other sites like that??!?!!?!?! thanks
Answer: aol,youtube,or create your own
Answer: It's raining sideways!
Answer: try
orkut.com
minglebox.com
Book Mark it-> del.icio.us | Reddit | Slashdot | Digg |
Read the rest of this entry »
27
May
for one args I do the following
static public void main(String args[]) {
long x = Long.parseLong(args[0]); ……
how would I do a similar but having two separate inputs?
Thanks!
Answer: long x = Long.parseLong(args[0]);//for first input
long y= Long.parseLong(args[1]);//for 2nd input
and this is when both the inputs are command line inputs…. that’s u give the inputs when beginning the […]
Read the rest of this entry »
27
May
i have some files
http://www.kevinherron.com/files/TomsEye…
http://www.kevinherron.com/files/TomsMin…
but they’re for the mac framework is there a way to re-write the programs so thewy could work with the pc.( if so, how)
thanks
Answer: You'll just have to rewrite them yourself. You'll have to use the windows api instead of cocoa and change any system dependent calls.
Book Mark it-> del.icio.us | […]
Read the rest of this entry »
27
May
does the internet have a main server that contains the framework of the entire world wide web or something along that line?This is giving me a headache…
Answer: The closest thing are the root DNS servers, These are 13 clusters of DNS servers, with well-known external IP addresses, that have the authoritative DNS for top-level domains […]
Read the rest of this entry »
27
May
Hi, I want to add a Zooming feature in my website similar to this website -
http://www.gamesgames.com/game100491.htm…
I heard that it required javascript. Please help me I desperately need it. Is there any script that does that? Thanks in advance.
Answer: Zoom in
Zoom out
Now you need to add the text from this link to the head of the […]
Read the rest of this entry »
27
May
are there any free website makers out there that dont have something like www.freewebs.com/ at the begin.
Answer: If I'm understanding you correctly, you don't want your site to be on a sudomain (a.k.a freewebs.com/yoursitenamehere), so then your only option would to be to buy your own domain (yourdomain.com). You have to realize, though, that by […]
Read the rest of this entry »
27
May
Me && my friend made a layout site. We want to know the simplest way to get the code in a blog. I’ve all the screen shots & codes for everything I just need to get it on there. I tried some text area boxes but when I go back to edit then they come […]
Read the rest of this entry »
27
May
kinda like myspace or a fansite. something that you can log into post comments have and edit your own profile like photos or maybe the backround. How can i do that.
Answer: You'll need to learn computer programming (so you can develop the programs you need), Javascript (for the program running in the user's browser), […]
Read the rest of this entry »