Interested in advertising on Intense Cogitation? Check out our advertising policy!
lanterna

Coding

 
C# - Creating a Youtube video viewer in Microsoft Visual Studio

Months ago, I created a computer program for my Group 4 Project via Microsoft Visual Studio C# because our group needed a program to calculate the intensity of solar flares and other information associated with solar flares / coronal mass ejections. One of the features in this program was a Youtube video player so we [...Read more...]

 

Introduction The referrer page is known as the page which sent you to the current site. For example, if you found this beautiful blog through Google, then your referrer would be Google. It is useful to know the referrer of a visitor when you are a webmaster because it helps you figure out where your [...Read more...]

 

Some background info So what’s Gzip? Gzip is a form of compression (think ZIP/RAR files) that compresses files so that you save bandwidth and the page loads faster. It’s very useful for compressing text since there are good compression algorithms for it, whereas images and movies are already compressed. Thus, Gzip is extremely useful for [...Read more...]

 

REM Brian REM REM Random Addition Question Asker REM REM Credit http://intensecogitation.info N1 = INT(RND * 10) + 1 N2 = INT(RND * 10) + 1 CLS PRINT “Random Addition Question Asker” PRINT PRINT “What is”; N1; “+”; N2; “?” INPUT PA PRINT IF PA = N1 + N2 THEN PRINT “Correct” ELSE PRINT “Wrong” [...Read more...]

 

Sending emails via PHP is quite the interesting function. You can use it to send yourself an email when a visitor submits something via a contact form, or to notify you of sudden changes in your website. For example, you could design a script on another server to check when your site is down and [...Read more...]

 

Say you have some kind of contact us form and you want to send your users back to the main page after they’re done submitting the input. How would you do this? What would be the best method? Well, if you’re up for some PHP, the best way would be to use the header redirect [...Read more...]

 

This tutorial is designed for PHP. Basic Info and Code Ok, this page is about identifying browsers. How do we do that? (Copy the code below) <?php $ua = $_SERVER["HTTP_USER_AGENT"]; // Here’s the fun part – we’re identifying Mac IE if (stristr($ua, “Mac”) && stristr($ua, “MSIE”)) { // Do something here – maybe a redirect? [...Read more...]

About Us

Intense Cogitation is an IB student blog designed by IB survivors for current IB students. :) We have a multitude of resources available for you, such as IB articles on topics from IB marks to all-nighters. We also have numerous samples of internal assessments for observation purposes.

Our current writers are Brian, Billy, Taras and Sarah-Jane.

Protip: Clicking on the image of the house at the top of the page to go back to the home page!

Subscribe to New Posts!

Please enter your email address below to subscribe to our latest updates:

Powered by Feedburner

Copyright © 2009-2011 Intense Cogitation
Brought to you by hard-working students around the world
Read our Privacy Policy. Suffusion theme by Sayontan Sinha