Category Archives: Programming
Old session counter in PHP
I just wanted to share some old code I got lying around. It’s a session counter in PHP basically what it does is to increase a variable with one each time a page with the code is refreshed/visited. I even … Continue reading
Posted in PHP, Programming
Leave a comment
Bypass Google Images intermediary page
Ever wanted the Google Image search results to go directly to your page? Look no further! This goes into your page, and it will make make the users’ browser refresh once your page is loaded under the picture that google … Continue reading
Posted in Design, Javascript, Programming
Leave a comment
XOR-Swap
I’m having a lot of fun writing a for-fun play-money online casino these days. Every day you learn something new, and about a week ago I learned about XOR-Swap. The idea is very simple, yet very effective. The website I’m … Continue reading
Posted in Optimization, PHP, Programming
Leave a comment