Most Recently Updated Articles

SVN Remove Added File From Repository and Keep Local File – Subversion

Updated by on Oct 15, 2010 in Programming, Programs, Version Control | 0 comments

This is quick SVN (Subversion) tip, howto remove added file from SVN repository...

Read More

CSS compression with own PHP class VS CSSTidy

Updated by on Oct 15, 2010 in PHP, Programming | 2 comments

It makes sense to optimize the site’s cascading style sheets (CSS), as...

Read More

PHP: Loop through dates (from date to date) with strtotime() function

Updated by on Oct 15, 2010 in PHP, Programming | 6 comments

This is very easy way loop through dates (from date to date) with PHP...

Read More

Format bytes with PHP – B, KB, MB, GB, TB, PB, EB, ZB, YB converter

Updated by on Oct 15, 2010 in Featured, PHP, Programming, Uncategorized | 1 comment

Simple PHP function that formats the bytes to the desired form. Possible unit...

Read More

BitLy (bit.ly) PHP Class – Shorten and Expand URLs (and Hashes) with BitLy API

Updated by on Oct 15, 2010 in PHP, Programming | 3 comments

BitLy (bit.ly) is a service which allows users to shorten, expand, share and...

Read More

PHP CLI Colors – PHP Class Command Line Colors (bash)

Updated by on Oct 15, 2010 in Featured, Linux, PHP, Programming | 5 comments

PHP Command Line Interface (CLI) has not built-in coloring for script output,...

Read More

PHP 1st, 2nd, 3rd, 4th, 5th, 6th – PHP Add Ordinal Number Suffix

Updated by on Oct 15, 2010 in PHP, Programming | 7 comments

This is simple function to add English ordinal number suffix after normal...

Read More

PHP: Remove Last Character from String – substr/substr_replace/rtrim

Updated by on Oct 15, 2010 in PHP, Programming | 2 comments

This is a very common PHP question, how to remove last character from string in...

Read More

Postgresql (psql) .psqlrc tips and tricks

Updated by on Sep 30, 2010 in Featured, SQL | 0 comments

Psql is a good tool for the PostgreSQL database management and use. Psql client...

Read More

Prevent the browsers to use old cached CSS and JS files

Updated by on Sep 9, 2010 in Programming | 0 comments

Browser cache is very useful when users download the same CSS and JS files...

Read More

Find If Not True Then False on Facebook

Updated by on Sep 7, 2010 in Blogging, News | 0 comments

I would like to welcome all new and old visitors to If Not True False Then site...

Read More

PostgreSQL: Partitioned Table vs Non Partitioned Table (Part 3)

Updated by on Sep 7, 2010 in SQL | 9 comments

This article compares the speed and performance of queries between partitioned...

Read More

PHP Script to Generate PostgreSQL Table Partitioning (Part 2)

Updated by on Sep 7, 2010 in Programming, SQL | 1 comment

As Part 1 (Howto create PostgreSQL table partitioning) shows, making of...

Read More

Create PostgreSQL Table Partitioning (Part 1)

Updated by on Sep 7, 2010 in SQL | 3 comments

PostgreSQL supports partitioning via table inheritance. So the partitioning is...

Read More

Partitioning PostgreSQL Tables – Handle Millions of Rows Efficiently

Updated by on Sep 7, 2010 in SQL | 0 comments

PostgreSQL table partitioning means splitting one large database table into...

Read More

PHP Timing Class – Class for Measure PHP Scripts Execution Time and PHP Web Page Load Time

Updated by on Jul 8, 2010 in Programming | 1 comment

In many cases, it is really useful to know the exact time for how long a PHP...

Read More

Fedora 13 Goddard – What’s New, Overview, Features, Screenshots

Updated by on Jun 11, 2010 in Fedora, Linux, News | 1 comment

Fedora 13 is released. This is overview, what’s new features found on new...

Read More

CentOS 5.5 Released – What’s new, Overview, Features, Screenshots

Updated by on Jun 11, 2010 in CentOS, Linux, News | 0 comments

CentOS 5.5 is the fifth update to the CentOS 5 distribution series. It contains...

Read More

PostgreSQL Sleep Function pg_sleep – Postgres Delay Execution

Updated by on May 26, 2010 in SQL | 0 comments

One day, I was looking for PostgreSQL database function, which could delay the...

Read More

PostgreSQL: Select a Random Number in a Range (Between Two Numbers)

Updated by on May 26, 2010 in SQL | 0 comments

This is quick tip howto select a random number in a range. Example random...

Read More

Fedora 12 Constantine is released

Updated by on Apr 22, 2010 in Linux, News | 0 comments

Fedora team promises to bring to you the latest and greatest release of Fedora...

Read More

if-not-true-then-false.com New Look

Updated by on Apr 7, 2010 in News | 1 comment

This new design (using Arras Theme) has just been published and will still...

Read More

Best Google Chrome Search Engine Optimization (SEO) Extensions

Updated by on Apr 6, 2010 in Programs | 0 comments

Here is a list of the best Google Chrome Search Engine Optimization (SEO)...

Read More

Howto Install Gnome Shell with YUM on Fedora 12 Linux

Updated by on Mar 1, 2010 in Linux | 0 comments

What is Gnome Shell? GNOME Shell is the defining technology of the GNOME 3...

Read More

Twitter hacked? Not really, only Twitter DNS records compromised

Updated by on Jan 22, 2010 in Security | 1 comment

I before post ‘Twitter Hacked by Iranian Cyber Army’, but actually...

Read More
Page 5 of 6« First...3456
Bear