PHP provides three built-in functions which allow you to easily read the contents of a file on your webserver. This is useful when, for example, another program may write information to the file and you could access that information through your script. In this example, we’re going to use the following example 5 line file, …
Monthly Archives: January 2013
Styling Texty Inputs Only
Let’s say you want fancy styling your your text inputs:
rel="nofollow"
Why should you use the rel="nofollow" tag ? The rel=nofollow isn’t a real meta tag but more of a html description. It is often used on blogs, forums and guestbooks. But it is also possible to use it in your website if you don’t want certain links (intern or extern) to be followed and as …
Box Sizing
The "box model" in CSS works like this: width + padding + border = actual visible/rendered width of box height + padding + border = actual visible/rendered height of box
Jquery muliselect plugin
List of jquery multiselect plugins.
C, C#,C++ Compilers for Mac OS X
Cross Compilers for Mac OS X For some of my softwares, I needed to built a multi platform distribution package, including executable for Windows and Linux. As I mainly work on Mac, I have decided to built GCC cross compilers for Windows and Linux. Then I have built Mac OS X packages in order to …