Bubble.ro - because there is always something new to learn about

How to create the histogram of an image using PHP

 
A histogram is: a graphical display of tabulated frequencies. In our case, color frequencies that appear in an image. In some image manipulation software this can be named also as Levels. ...
Posted by: on October 30, 2006 at 14:37. (26 comments)
 

How to convert an image to grayscale using PHP

 
Although converting an image (usually in true color) to grayscale can sound like a simple operation if you are used to image processing software, PHP doesn't have a function for this conversion by default. ...
Posted by: on October 30, 2006 at 07:51. (14 comments)
 

How to check if an image is grayscale in PHP

 
Images, even if they are big or small are usually full of colour. However, in certain situations you may want to check if an image is indeed grayscale or not. You can do this using PHP and its image manipulation functions. ...
Posted by: on October 28, 2006 at 12:15. (6 comments)
 

Interchanging 2 variables without the use of a third

 
There are several ways I�ve seen over the years of interchanging 2 variables. I�ll show you here how you can do it with bitwise operations. This method is most efficient when used in combination with assembler. In C++ it is looked at more like a curiosity than a real method by most. However if you would want to make your C++ code harder to read, then this can be helpful. ...
Posted by: on September 16, 2006 at 09:30. (7 comments)
 

Convert the AOL user session collection to a MySQL database

 
The initial distributed file was AOL-data.tgz (439MB). Inside it contains a simple readme file and 10 .gz archives, each containing a CSV collection. With a packed size of about 45MB each, when extracted they reveal the true treasure: a nice collection of actual user searches (each file at about 200MB). ...
Posted by: on August 10, 2006 at 20:53. (5 comments)
 

Creating a customized session handling system in PHP (part II)

 
In the first part of this article I've explained the basics of sessions and how they can be used. It is now time to see how we can implement these theories and create a functional session management system using a database. ...
Posted by: on August 4, 2006 at 11:54. (5 comments)
 

Creating a customized session handling system in PHP (part I)

 
They are used on most websites, yet very few people know they even exist. They use various technologies like "cookies", "SQL", but not many know they can create their very own session handling systems to handle their own need. I will try to explain the technology behind the sessions and very much how to get your own sessions up and running. ...
Posted by: on July 29, 2006 at 12:57. (3 comments)
 


Other Random Articles

» How can I turn off system beeps?

System beeps are those sounds you hear when an error message or an information/warning message appears. They can be very annoying especially if your speaker volume is set to a high level (If you listen to rock music for example). To turn them off you will have to modify the system registry. ...


Posted by: Nitro on March 5, 2006 at 14:30. (34 comments)

» What is RSS?

RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website. ...


Posted by: Indy on March 4, 2006 at 15:24. (0 comments)

» Logarithmic scale graphs in Excel

You probably already know how to do standard graphs in Excel. Sometimes, you'll need to take it up another level and do logarithmical or semi-logarithmical graphs. Properly made graphs can give a concise and compact form of representation, while graphs made poorly can be misleading and very confusing. ...


Posted by: Nitro on March 18, 2006 at 19:51. (69 comments)

» What are proxies or how do I protect my anonymity?

From the Latin word "proximus" which means "close". A proxy is actually a server which helps you have anonymity on the Internet. It is like a wall between you and the net. When you use a proxy, the webpage on the other side won't be able to see you, but just the wall (proxy), thus making you anonymous. ...


Posted by: Nitro on March 5, 2006 at 12:33. (4 comments)

» Browsershots

Did you ever want to see how your website looks like in various browsers and operating systems? Now it's easier than you think: just let this neat website do screenshots of web pages you choose. ...


Posted by: Indy on April 6, 2006 at 13:40. (3 comments)

Random Article


Search


Feeds


Bubble.ro RSS Feed

All Categories


Articles


Aetolia - The Midnight Age
How to create the histogram of an image using PHP
How to convert an image to grayscale using PHP
How to check if an image is grayscale in PHP
Interchanging 2 variables without the use of a third
Error launching browser window:no XBL binding for browser
Convert the AOL user session collection to a MySQL database
Introduction to Matlab
Creating a customized session handling system in PHP (part II)
Creating a customized session handling system in PHP (part I)
Firefox crashing with Yahoo! Messenger
ADL Search for oDC
Video codecs explained
Browsershots
How to use Auto-Away Message with oDC
Create complete Windows XP disk with SP2 and all updates
Data Execution Prevention error message in Windows XP
Google Mars
Logarithmic scale graphs in Excel
Urban Dictionary (or wtf does l33t mean?)
Learn more about BIOS
Backup your Firefox and Thunderbird settings
Syndicate your Yahoo 360 profile
What is Google PageRank?
'Cannot Open the File: Mk:@MSITStore' Error Message
Get your Gmail with Mozilla Thunderbird
E-Books links
Change the size of your Explorer thumbnails
Remove previews from Windows Explorer
How can I turn off system beeps?
How do I disable Internet Explorer?
What are proxies or how do I protect my anonymity?
How to set aliases triggers or macros in MushClient
What is RSS?
Palm Zire 31 fast review
oDC Installation and Basic Configuration
How I built a 2x80W amplifier (using power modules)
Leech/HotLink Protection
How to block referrer detection?
How to find out your IP address
Getting started with Mushclient
What is spyware and how do I protect my PC from it?
Stumble Upon - random surfing around the web
Automatic file backup for Windows users
How can I read foreign language sites?
Protect your web surfing privacy!
What is BitTorrent?
No more ads! Adblock for Firefox
Why use Firefox instead of Internet Explorer?
How do I create my own Yahoo ID?
© Copyright 2006-2020 Bubble. All rights reserved. Sitemap - Contact