20096 total geeks with 3178 solutions
Recent challengers:
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
Domuk
No, not an issue with the PHP - I was responding to "AJAX not being cross site is annoying"
MaxMouse
Really? i thought that would only be important if the user had some kind of control over where the XML came from, if you hard code it (As in a PHP file) wouldn't that eliminate XSS attacks?
Domuk
Yes, but very, very necessary. AJAX requests run in the context of the browser, there'd be no security if it was cross-domain .
MaxMouse
AJAX not being cross site is annoying, all other scripts can be used in that way, having to resort to PHP to patch it is a shame.
SAJChurchey
thx MaxMouse

Donate
Donate and help us fund new challenges
Donate!
Due Date: Nov 30
November Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
MySpace makes peace
with Indies
Nvidia previews
next-gen Fermi GPUs
Potty-mouths
charged for Comcast
hijack
Microsoft
Silverlight - now
with hidden Windows
bias
Apple cult leader
emails outside
world
Sony demos monster
3D TV
Wrecking CRU:
hackers cause
massive climate
data breach
Skinny Acer
notebook delivers
six-day battery
life
VTOL gyro-copter
flying car mates
with killer robot
Oracle begs EC for
more time
Slashdot
iPhone Owners
Demand To See Apple
Source Code
Proton Beams Sent
Around the LHC
Microsoft"s Lack of
Nightly Builds For
IE
Some Claim Android
App Store Worse
Than iPhone"s
Climatic Research
Unit Hacked, Files
Leaked
Aging Nuclear
Stockpile Good For
Decades To Come
Netbooks Have
Higher Failure Rate
Than Laptops
Xbox Live Class
Action Being
Investigated
Patent Issued For
Podcasting
Linus Torvalds For
Nobel Peace Prize?
Articles in topic

Visual Basic

Visual Basic: Some useful parsing routines
by: MaxMouse - 2006-09-08 09:18:03
Everyone needs to move data from one place to another, here are some handy functions to allow you to do just that
1608 bytes more - viewed 8805 times - comments - rated
Visual Basic: VB: Self extracting executable
by: MaxMouse - 2006-08-12 05:15:53
How to extract files from inside running executable at runtime.
1905 bytes more - viewed 7967 times - comments - rated
Visual Basic: Subclassing with Visual Basic
by: Taltan - 2005-01-19 19:27:59
This tutorial will take you through the basics of subclassing in visual basic. There is a working example with the tutorial.
9828 bytes more - viewed 23223 times - comments - rated
Visual Basic: Create Your Own Email Client
by: TroPe - 2004-12-20 11:12:35
This article will show you how to make a very simple email client application in VB. Unlike some of my other articles, this time I am assuming you are familiar with the language.
12055 bytes more - viewed 21431 times - comments - rated
Visual Basic: Visual Basic - Beginning
by: dimport - 2003-06-30 20:00:31
A great introductory tutorial for those wanting to learn Visual Basic written by myself is now available.

4573 bytes more - viewed 10604 times - comments - rated
Visual Basic: Getting the Network Card MAC Address
by: dimport - 2003-06-21 07:19:46
The Network card MAC address is a uniquely assigned code hardcoded into your network card. The value is used by networks when transmitting information between sources

Here's how you get access to it from Visual Basic
5090 bytes more - viewed 36157 times - comments - rated
Visual Basic: Using the Mutex - Detecting if your application is already running
by: dimport - 2003-06-21 07:19:46
How to detect if your application is already running, and if so terminate it, using a neat method know as the Mutex.
1793 bytes more - viewed 14528 times - comments - rated
Visual Basic: Database Management with ActiveX in VB
by: dimport - 2003-06-21 07:19:46
Would you like to know something about ActiveX database control's in Visual Basic? Then read on...
7615 bytes more - viewed 14239 times - comments - rated
Visual Basic: If statements and While loops (VB)
by: dimport - 2003-06-21 07:19:46
A tutorial from Sliptop is now available in the tutorials section about garden variety IF statements and WHILE loops in Visual Basic.
5805 bytes more - viewed 48680 times - comments - rated
Visual Basic: Introduction to Visual Basic Socket Programming
by: dimport - 2003-06-21 07:19:46
Most people might think that Visual Basic and the internet are enemies by nature. Well, they're probably right :) But still, VB coders have the possibility to write client/server-applications within only a few minutes, thanks to then "Microsoft Winsock Control".
14272 bytes more - viewed 124161 times - comments - rated
Visual Basic: Simple Calculator in VB
by: dimport - 2003-06-21 07:19:46
This tutorial will demonstrate how to code up a simple calculator, note this calculator will manipulate two numbers and will not account for error catching in any great degree.
4730 bytes more - viewed 220211 times - comments - rated
Visual Basic: How to use Pause in VB
by: dimport - 2003-06-21 07:19:46
In this tutorial, you will learn about the public sub Pause and what is it used for.
1452 bytes more - viewed 57524 times - comments - rated
Visual Basic: VB Tutorial on Timers
by: dimport - 2003-06-21 07:19:46
A tutorial on using Timers in VB, as requested by visitor to OSI member.
A timer is another one of those useful controls within VB that allows the developer to make things happen after a certain time, or on a certain event. You’ll understand a little better as we go on.
2997 bytes more - viewed 67369 times - comments - zero rated
Visual Basic: VB Bubblesort Algorithm
by: dimport - 2003-06-21 07:19:46
Ever wondered what the purpose of a bubblesort algorithm is? This tutorial will explain how they work and provide a sample of code.
3269 bytes more - viewed 19023 times - comments - rated
Visual Basic: The basics of a Trojan Horse
by: dimport - 2003-06-21 07:19:46
This Topic is going to explain all you guys who are curious enough(, which you should be, if you are here:),) to want to know how sub7 or BO or any other trojan horse basically works.This tutorial will explain you the basics of a Trojan Horse application.
2528 bytes more - viewed 15589 times - comments - rated
Visual Basic: Decrypting FlashFxp passwords
by: dimport - 2003-06-21 07:19:46
Ever written an app in VB that needed to get a password from the FlashFxp file 'sites.dat' but was unable because of encyption on the password? Well, probably not, but I did. When i couldn't find the code to do the trick I had to write one myself...
1833 bytes more - viewed 8768 times - comments - zero rated
Visual Basic: What
by: dimport - 2003-06-21 07:19:46
What's new in Visual Basic .NET that makes it the best developing platform I've ever seen ??
Supporting all the enhancements that were in Visual C++ , VB .NET became better and here we mention some but not all of the new enhancements in VB .NET...
1220 bytes more - viewed 7262 times - comments - rated

Features

The Forums
Re: Maximizing
a Cone

(UnTaran/Geek Tips)
In the .bin
(UnTaran/Geek Tips)
Re: Triangle
Geometry

(CodeX/Geek Tips)
Re: Please help
with challenge
1!!!

(maxmouse/Geek Tips)
Re: Error in
PHP statement

(Domuk/Technical Questions)

Recent Blogs
Blog entry for
Mon 9th Nov 4am
feck you
all!!!!!!!!
0 comments
echmil's blog
Sat 7th Nov 11pm
IIS 6 SelfSSL
and Windows 7
0 comments
bb's blog
Tue 29th Sep 12pm
My PHP Projects
PSP

Current Poll
Given the
opportunity to
work for any game
developer, which
would you choose?
Share you're
reasoning plus
any other
developers, this
is only a tiny
list off the top
of my head so
share away!

Lionhead Studios
Konami
Pandemic Studios
Activision
Blizzard Entertainment
Capcom
Bethesda Softworks
Other (Please Comment)



View Results
(16 Comments)

Site Comments
Good tutorial.
I really loved
it

(Anonymous / Creating Custom Events in C#)
Hi
Tim, there
is one mistake
in your c...

(jirka77 / ROL/ROR in C)
i tried to use
the above code
and im getting...

(Anonymous / Sending Email in VB.Net)
upload it
again!!

(Anonymous / Tic-Tac-Toe: an unbeatable foe)
:) WINK WINK
(Anonymous / Introduction to Visual Basic Socket Programming)
your code
doesn't work
for any othe
bmp f...

(Anonymous / A 24-bit v.3 BMP Primer)
Thanks for
sharing.
Jonny cleaner
revie...

(Anonymous / A simple IRC BOT written in Python)
Ok, i writing a
similar program
but i need t...

(Anonymous / Simple C++ program to find all numbers that are divisible by a number)
Thanx a lot. A
very good
explanation.
Wik...

(Anonymous / Solving sudoku with C#)
need to install
john for my
homework, i
j...

(Anonymous / John the Ripper Tutorial)


     
Your Ad Here
 
Copyright Open Source Institute, 2006