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?
Article list

Recent articles:

OSI Diary: November 2009 Site Statistics
by: SAJChurchey - 2009-11-02 20:14:15
Welcome to all the new challengers, and a big thanks to the members that got involved this month.
PHP: Cross site AJAX
by: MaxMouse - 2009-10-29 10:18:42
While developing across several domains I found AJAX lacking, in that I could only request an XML document from the same domain the script was currently executing from. Since I required some data to be shared across several domains I ended up with duplicate XML documents, updating them meant updating the master local XML document then uploading it to all of the different servers one after another. The following is a demonstration on cross site AJAX using a PHP proxy, pAJAX anyone?
Perl: Batch-download YouTube videos to MP3s with ID3 Tags
by: ateam - 2009-10-26 16:50:33
I am a university student double-majoring in Italian and CompSci. I am very involved with helping the Italian department get up to speed with the 21st century in terms of digital media.

One recent project involved getting 120 YouTube videos into MP3 format for the students and the professor of an Italian Music class. A little research brought me to "youtube-dl." From this and two other tools, I put together a script to take care of this task for me automatically!
OSI Diary: September 2009 Site Statistics
by: SAJChurchey - 2009-10-16 21:08:12
Welcome WeChall.net competitors
Java: Class
by: manila - 2009-10-08 03:59:29
A brief explanation of Class in Java. What is it?
Announcement: OSIX Joins Wechall.net
by: bb - 2009-09-30 10:47:13
We have just joined up with the WeChall network, which allows users to appear on a global high score table for all participating challenge sites.
OSI Diary: August 2009 Site Statistics
by: SAJChurchey - 2009-09-01 18:46:59
A good month with lots of new members and a few new articles and tests.
Miscellaneous: Why computers are stupid
by: MaxMouse - 2009-08-30 23:51:07
It may not look like it, but computers, behind all of their gloss and fancy glass effects are stupid. Lets discuss why.
PHP: Replace PHP variables with custom error page (Apache)
by: MaxMouse - 2009-08-21 11:20:34
Recently i was trying to improve search engine spidering on a website, and read several articles regarding spiders, do they like something.php?somevar=foo&anotherVar=bar do they follow them using the entire querystring or not? well the jury is still out, there is evidence google (for example) does at least make a passing effort to spider them. But this wasn't good enough for me, the following article explains how to use custom 404 error pages to serve pages that do not exist.
OSI Diary: July 2009 Site Statistics
by: SAJChurchey - 2009-08-05 05:34:53
A big welcome goes out to all of our new members.
Announcement: PHP Tech Portal System 1.0.0
by: silverknight - 2009-08-04 22:12:19
A PHP-based portal system, including features such as ping, traceroute, whois, dns records, pastebin and more.
Dot.Net: Using an Enumeration as a Data Source for Binding, v.2.0
by: dbirdz - 2009-07-25 07:27:18
This is an extension of the code written by Gimlock published on 2005-07-22, with some issues of inflexibility addressed. Additionally it supports not only WinForm ListControls, but also WebForm ListControls.
OSI Diary: June 2009 Site Statistics
by: SAJChurchey - 2009-07-11 02:21:52
Another good month for membership. Get involved today to help keep the people coming.
OSI Diary: Site Statistics March - May 2009
by: SAJChurchey - 2009-06-06 15:52:08
Membership is up up up . . .
Dot.Net: Copy Files in C# with a progress bar
by: cadey - 2009-05-27 16:11:03
This seems like a hot topic and so I decided to make my own class to do this simple function. Its got a few extras that may not be needed for your implementation but feel free to rip those out or add more functionality to it :)

Added this as a project.
http://www.osix.net/modules/folder/index.php?tid=33709&action=vf
PHP: Getting a System IP Address
by: irah - 2009-05-13 05:28:55
This article is for PHP programmers.
Dot.Net: Included Dlls with your exe without needing an install
by: Pertinax - 2009-05-06 18:18:31
I created a WinForms utility that depended on some DLLs and wanted the user to be able to just download and click on the exe to run the app. Usually if your exe needs some other files you wrap things up into a package and the user has to go through an install process. This takes time and forces the user to unistall if they don't want the program after it's served its purpose. I didn't like this and found a way to embed the files I needed into my exe and extract and link them when the program ran.
Perl: An IRC Bot in Perl
by: k0rn - 2009-04-30 17:42:42
This is an IRC bot I wrote in perl. Tell me what you think. I took the ytbot idea of showing the title of a youtube url, and I used it for porn instead.
Javascript: Javascript hide/show trick
by: Sk - 2009-03-31 21:12:43
A brief tutorial on the Javascript trick that allows interactive hiding/showing of a given element and its inner content.
OSI Diary: February 2009 Site Statistics
by: SAJChurchey - 2009-03-01 02:41:36
680 new members this month! The article drought is over and things are surely moving forward. There's never been a better time to get involved in our community.

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