Draft: Flexbox : Smiling with eyes

We know that two of the greatest assets of girls that guys go crazy about are Eyes and Smile.

What if our girlfriend has both and mixes them up to a distinct asset , ha ! you guessed it . It’s called Smiling With Eyes , most dangerous(in a positive way)  and powerful weapon that even her girlfriends go hillio on that , there’s no point of  talking about guys against that.

Well let’s turn around to Web Technology where CSS is the one with a Pandora box of styling features alike girl’s assets. When we turn to structure our layouts , it was heck before CSS3 when we had to take care of floating and clear-fix.

With CSS3 just like our girlfriend greatest new asset , we have Flexbox , for starters , flexbox is a new layout model that smart calculates space and distributes/adapts to it.

Why Flexbox ?

Simple answer : It fixes layout problems just like that with flexible model layout.You no need to worry about space distribution.

Solved by Flexbox : A great article you might wanna take a look which showcases the problems that can be taken care of using flexbox.

 

 

Useful Links:

Play around 

Complete Guide to Flexbox

 Using CSS Flexbox

Today’s Flexbox

Image Src: f9view.com

If my brain is Apache Server ….

If my brain is Apache Server , serving requests improperly which are not url friendly and hacky….

If it really is then i can easily manipulate given that my  mod_rewrite.c  is loaded and enabled properly which in a way saying i’m not mentally distorted or retarded.

Let’s jump in to manipulate some of the basic functions we do,

<IfModule mod_rewrite.c>  
/* Confirm the world that i'm not retarded because of these doing things.
Psychiatrists does  things which normal people may not do , but it don't mean they are retarded */
RewriteEngine on

/* Let's tell the world , i'm a Psychiatrist with this name tag */ </IfModule>

 Who am I now ?

Hey , you are obviously a Psychiatrist – says End User

Let’s say if my mind is not doing what it must do and doing things like shoplifting  because of which i can’t get proper recognition in the society ( Search Engine Friendly ) and gets attracted by Gangsters , Mobsters to do bad things ( Security Holes ).

Since i’m a tagged Psychiatrist as RewriteEngine is on , why not setting some rules to my  brain.

RewriteRule Pattern Substitution Flag(s)
/* Now my brain is having a milk in a store (Substitution) but is paying for that instead of lifting (Pattern) with set of accepted currency (Flags) */

Well that’s not it , what if i need to buy  in a specific store , i also need to take care of that right …

RewriteCond Something_to_test Condition
/* Wow ! i have more control now */

Now i have lot more control over my brain to process requests , well that’s not it .

Find out more, just click the reference link.

Ref:  Apache rewrite