58 Visitor Messages

  1. View Conversation
    Guest was here.
  2. View Conversation
    Are you the only codeslinger here ?
  3. hii
  4. View Conversation
    You're back?
  5. View Conversation
    Where are you Xav ;_;?
  6. Where are you? :O
  7. View Conversation
    so youre saying to not waste my time with vb?
  8. Once a week I respond to all accumulated PMs. Makes for a stress-free life.
  9. View Conversation
    hi Xav,

    wingpather gave me your id, my id is redwolfspirit im looking to set up a team, im from london, im on skype again id is redwolfspirit drop me a line

    see ya around
  10. I sure hope I can!
Showing Visitor Messages 1 to 10 of 58
Page 1 of 6 123 ... LastLast
Page 1 of 6 123 ... LastLast
About Xav

Basic Information


About Xav
Biography:
I'm a teenager with a desperate urge to... program. What did you expect?
Location:
The North Pole
Interests:
Programming, Music, Computers, Mathematics, Anything Difficult
Occupation:
Student (full-time education)

Signature



Quote Originally Posted by Jordan View Post
Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

Contact


This Page
http://forum.codecall.net/members/xav.html
Instant Messaging

Send an Instant Message to Xav Using...

Statistics


Total Posts
Total Posts
13,174
Posts Per Day
9.31
Last Post
The Word Challenge 05-22-2009 10:00 AM
Visitor Messages
Total Messages
58
Most Recent Message
06-21-2010 02:21 AM
General Information
Last Activity
08-23-2010 11:48 AM
Join Date
03-30-2008
Referrals
6

45 Friends

  1. amrosama
  2. Brandon W
  3. chax chax is offline

    Learning Programmer

    chax
  4. Chewie Chewie is offline

    Guru

    Chewie
  5. chili5 chili5 is offline

    Code Slinger

    chili5
  6. Chinmoy Chinmoy is offline

    Programming Expert

    Chinmoy
  7. cipher cipher is offline

    Learning Programmer

    • Send a message via MSN to cipher
    • Send a message via Yahoo to cipher
    cipher
  8. DanTheMan DanTheMan is offline

    Learning Programmer

    DanTheMan
  9. dargueta
  10. DevilsCharm DevilsCharm is offline

    Programming God

    DevilsCharm
Showing Friends 1 to 10 of 45
Page 1 of 5 123 ... LastLast
View Xav's Blog

Recent Entries

Weapons Wiki

by Xav on 02-05-2009 at 11:43 AM
I have been working on a wiki for my History project on World War I weapons. It is based on the Tikiwiki CMS. Installation was a breeze, thanks Fantastico DeLuxe (part of cPanel).

http://mrxav.co.uk/weapons

At first it had a disgusting theme that had nothing to do with Wikipedia in appearance. A little searching found Tikipedia, a free template that vaguely resembled the legendary encyclopaedia. I uploaded it over FTP, then realised that it still needed a bit of tweaking

Read More

Categories
Uncategorized

Web slideshow in JavaScript

by Xav on 07-22-2008 at 09:00 PM
Introduction

C'est moi, Xav. Let's take a break from .NET for a little while,
and try out some web design instead. When you're making a site,
especially a personal site, you often need to display multiple
pictures. However, we need to choose the best way to make them, to
ensure both compatibility and appearance meet the standards.In
the old days of the web, slideshows were boring. They were simply a
bunch of images on a page. Does the job,

Read More

Categories
Uncategorized

Web slideshow in JavaScript PART II

by Xav on 07-22-2008 at 09:00 PM
IntroHej, guys! We set up our HTML page for a web slideshow in my other blog, which can be found here, and now we are going to use it! In Part I we linked up the TripTracker slideshow library with our page, so the browser is ready to create the slideshow. We just need the code to do so.To start writing the slideshow code, we need to begin a JavaScript script, using this tag:[CODE=js]< script type="text/javascript">[/CODE]This tells the browser that the following code is JavaScript

Read More

Updated 02-02-2009 at 05:27 PM by Jordan

Categories
Uncategorized

Simple Painting Program in VB.NET

by Xav on 07-21-2008 at 09:00 PM
Code samples are in Visual Basic.NET, but directly apply to C# as well. Replace "Me" with "this" if you are using C#.

Hi again. Let me tell you all about .NET - no, OK, I've already bored you. Now we'll look at something so cool - the System.Drawing namespace, and particularly, GDI+.The code within Windows that handles drawing things is known as the Graphical Device Interface, or GDI for short. This draws everything, such as text, shapes and lines. Windows generates

Read More

Updated 03-08-2009 at 06:35 AM by Xav

Categories
Uncategorized

Manipulating the Registry in VB.NET

by Xav on 07-11-2008 at 09:00 PM
I'm back again! Now, if you've read my other blog, which can be found here:http://blog.codecall.net/component/myblog/The-Windows-Registry-in-.NET.html... you'll know all about the Registry. Now it's time to actually read and write to it!Note: The CODE tags seem to remove my backslashes (). Hopefully you can work out where they go.ObjectsIt is possible to use GetSetting() and SetSetting() to set or retrieve values, but this is very limiting in many ways. As mentioned afore, the best way is to use

Read More

Categories
Uncategorized