Results for "Author: daniel church"
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)
X3D is a 3D Engine written in pure VB code. It uses GDI32 to draw 2D Polygons, but all the 3D Rendering code is in VB. Special thanks to Nick Levar. I don't know him but I got the code to rotate an object from his book: Animation Magic. The rest is mine. X3D is well commented and uses Z-Buffering, 3D Rendering, and a simple form of shading.
This code demonstrates the basics of a proxy server. It also demonstrates the basics of an internet accelerator This code Accelerates your internet on slow websites. On websites with heavy traffic, it connects immediatly. On scientificsonline.com, my download went from 15 seconds to 1/2 a second. Although it downloads image files slightly slower, you won't notice a difference on dial-up connections. You can also block websites. I blocked all VB-World advertisements. Simply block the add-host and no files are downloaded from the host. It also functions as a Proxy-Server because you can block words and websites.
When I learned QBasic, this was the first game I made. When I learned Visual Basic, this was the first game I made. So, I thought, what the heck, why not make it in Java too. After spending two days learning Java, I spent another two days making this. When you compile and run, you see two balls bouncing around and a green unfilled one. Your objective is to move your green ball(by using the arrow keys) over the blue ball and press space to shoot it. If the red ball hits you, you loose a life. Because I'm just starting, I don't want to get messed im for the future, so please tell me any bad coding practices you notice.
Note: I accidently delleted this, and reuploaded it. Please vote/comment again. Due to the amount of time and repeated code it adds to a large project to use the included socket control, and the fact that I had always used the Winsock control, I created my own version for VB.NET. It is well commented, and uses regions so that you only need to see the part of the code you want to look at. This is desigened to be viewed in VS.NET or VB.NET. This code is not 100% like Winsock. Although it has the same overal functionality, it does not have the same functions. For example, instead of an event being raised, you must call the VBSock.Read() or VBSock.ReadLine() function. I am working on this. Expect to see an update soon.
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)
X3D is a 3D Engine written in pure VB code. It uses GDI32 to draw 2D Polygons, but all the 3D Rendering code is in VB. Special thanks to Nick Levar. I don't know him but I got the code to rotate an object from his book: Animation Magic. The rest is mine. X3D is well commented and uses Z-Buffering, 3D Rendering, and a simple form of shading.
This code demonstrates the basics of a proxy server. It also demonstrates the basics of an internet accelerator This code Accelerates your internet on slow websites. On websites with heavy traffic, it connects immediatly. On scientificsonline.com, my download went from 15 seconds to 1/2 a second. Although it downloads image files slightly slower, you won't notice a difference on dial-up connections. You can also block websites. I blocked all VB-World advertisements. Simply block the add-host and no files are downloaded from the host. It also functions as a Proxy-Server because you can block words and websites.
When I learned QBasic, this was the first game I made. When I learned Visual Basic, this was the first game I made. So, I thought, what the heck, why not make it in Java too. After spending two days learning Java, I spent another two days making this. When you compile and run, you see two balls bouncing around and a green unfilled one. Your objective is to move your green ball(by using the arrow keys) over the blue ball and press space to shoot it. If the red ball hits you, you loose a life. Because I'm just starting, I don't want to get messed im for the future, so please tell me any bad coding practices you notice.
Note: I accidently delleted this, and reuploaded it. Please vote/comment again. Due to the amount of time and repeated code it adds to a large project to use the included socket control, and the fact that I had always used the Winsock control, I created my own version for VB.NET. It is well commented, and uses regions so that you only need to see the part of the code you want to look at. This is desigened to be viewed in VS.NET or VB.NET. This code is not 100% like Winsock. Although it has the same overal functionality, it does not have the same functions. For example, instead of an event being raised, you must call the VBSock.Read() or VBSock.ReadLine() function. I am working on this. Expect to see an update soon.
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)
X3D is a 3D Engine written in pure VB code. It uses GDI32 to draw 2D Polygons, but all the 3D Rendering code is in VB. Special thanks to Nick Levar. I don't know him but I got the code to rotate an object from his book: Animation Magic. The rest is mine. X3D is well commented and uses Z-Buffering, 3D Rendering, and a simple form of shading.
This code demonstrates the basics of a proxy server. It also demonstrates the basics of an internet accelerator This code Accelerates your internet on slow websites. On websites with heavy traffic, it connects immediatly. On scientificsonline.com, my download went from 15 seconds to 1/2 a second. Although it downloads image files slightly slower, you won't notice a difference on dial-up connections. You can also block websites. I blocked all VB-World advertisements. Simply block the add-host and no files are downloaded from the host. It also functions as a Proxy-Server because you can block words and websites.
When I learned QBasic, this was the first game I made. When I learned Visual Basic, this was the first game I made. So, I thought, what the heck, why not make it in Java too. After spending two days learning Java, I spent another two days making this. When you compile and run, you see two balls bouncing around and a green unfilled one. Your objective is to move your green ball(by using the arrow keys) over the blue ball and press space to shoot it. If the red ball hits you, you loose a life. Because I'm just starting, I don't want to get messed im for the future, so please tell me any bad coding practices you notice.
Note: I accidently delleted this, and reuploaded it. Please vote/comment again. Due to the amount of time and repeated code it adds to a large project to use the included socket control, and the fact that I had always used the Winsock control, I created my own version for VB.NET. It is well commented, and uses regions so that you only need to see the part of the code you want to look at. This is desigened to be viewed in VS.NET or VB.NET. This code is not 100% like Winsock. Although it has the same overal functionality, it does not have the same functions. For example, instead of an event being raised, you must call the VBSock.Read() or VBSock.ReadLine() function. I am working on this. Expect to see an update soon.
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)
X3D is a 3D Engine written in pure VB code. It uses GDI32 to draw 2D Polygons, but all the 3D Rendering code is in VB. Special thanks to Nick Levar. I don't know him but I got the code to rotate an object from his book: Animation Magic. The rest is mine. X3D is well commented and uses Z-Buffering, 3D Rendering, and a simple form of shading.
This code demonstrates the basics of a proxy server. It also demonstrates the basics of an internet accelerator This code Accelerates your internet on slow websites. On websites with heavy traffic, it connects immediatly. On scientificsonline.com, my download went from 15 seconds to 1/2 a second. Although it downloads image files slightly slower, you won't notice a difference on dial-up connections. You can also block websites. I blocked all VB-World advertisements. Simply block the add-host and no files are downloaded from the host. It also functions as a Proxy-Server because you can block words and websites.
When I learned QBasic, this was the first game I made. When I learned Visual Basic, this was the first game I made. So, I thought, what the heck, why not make it in Java too. After spending two days learning Java, I spent another two days making this. When you compile and run, you see two balls bouncing around and a green unfilled one. Your objective is to move your green ball(by using the arrow keys) over the blue ball and press space to shoot it. If the red ball hits you, you loose a life. Because I'm just starting, I don't want to get messed im for the future, so please tell me any bad coding practices you notice.
Note: I accidently delleted this, and reuploaded it. Please vote/comment again. Due to the amount of time and repeated code it adds to a large project to use the included socket control, and the fact that I had always used the Winsock control, I created my own version for VB.NET. It is well commented, and uses regions so that you only need to see the part of the code you want to look at. This is desigened to be viewed in VS.NET or VB.NET. This code is not 100% like Winsock. Although it has the same overal functionality, it does not have the same functions. For example, instead of an event being raised, you must call the VBSock.Read() or VBSock.ReadLine() function. I am working on this. Expect to see an update soon.