Sunday, 5 July 2015
Tutorial make modal has scroll using bootsrap
Friday, 3 July 2015
Making style newspaper using HTML & Javascript Responsive
Oke, let me discussion about what make me stilll up in the night, guess what !
Girl, No !
It's Responsive Design when you need to make your website working well means all device can access no matter what that's image or function javascript !
last month and this month i have issue that make me night mare ! look title above and here dummy html need
Then start gooling with many keyword then i found css3 multi column then i start coding after final my html and css take coffe feel proud cause i'm success but there is something wrong, WTF CSS3 Multi columns is not good reading for human !
CSS3 MULTI COLUMNS give user read LEFT TO RIGHT not LEFT UNTIL FINISH THEN RIGHT, is it human reading or not cause i have ussual to read like that
So i leave the css3 multi coloumns then strat googling with js column many plugin avaiable but hard to customize then i tested one by one and got nice plugin here is plugin, they give good reading for human habit.
I will not tell how to customize cause in that website already has complete documentation, really !
But take breathe first or stretching cause you will big issue after you successfully make template !
take a look the title about making Responsive Template, but first take look here bassic setting, i will teach you how to use it to be responsive use this function javascript
look first if to make condition if screen 620px auto will give 1 col, here is mine
Oke i think enough for today, feel free to comment below or just say hai { Only for girl :v }
Wednesday, 1 July 2015
Click Scroll to Specification Div With Fixed Navbar in Bootsrap has Header
Hi how are you guys ! hope you fine especially for my friend muslim cause fasting already finish (Maksdunya Buka :v)
Well this afternoon i will give short tutorial about title above, Hope you understand what title does mean!
http://www.jozefbutko.com/stickynavbar/
I thought link above the best way for me but tested 3 times make me heck the documentation is not complete then i leave it.
Then i googling and i think i'm lucky i found this link http://jquery-plugins.net/tag/sticky-scroll but after 5 minutes it kill me slowly to much plugin testing and tested one by one so i leave them
so i feel lucky i found this plugin http://www.outyear.co.uk/smint/ Easy to setting you only need make simple template has header, navbar and content div so here is give simple template i used
bootsrap
Monday, 29 June 2015
Tutorial Show and Hide Div by Click Radio Button Using Jquery
To make you understand here is i make tutorial in jsfiddle Feel free to comments below, Happy COding !
Tutorial make images inside paragraph using php and mysql

So here i give trick, i disscuss in forum css here
- You can make users input selector id when user input artikel in your text area then you upload images seperate with artikel, you have 2 field images and artikel, so here is your script php
This is some text contained within a small-ish box. I'm using it as an example of how placing your floated elements in different orders in your HTML can affect your layouts. For example, take a look at this great photo placeholder that should be sitting on the right.
#image01_goes_here#This is some text contained within a small-ish box. I'm using it as an example of how placing your floated elements in different orders in your HTML can affect your layouts. For example, take a look at this great photo placeholder that should be sitting on the right.
This is some text contained within a small-ish box. I'm using it as an example of how placing your floated elements in different orders in your HTML can affect your layouts. For example, take a look at this great photo placeholder that should be sitting on the right.
This is some text contained within a small-ish box. I'm using it as an example of how placing your floated elements in different orders in your HTML can affect your layouts. For example, take a look at this great photo placeholder that should be sitting on the right.
"; $converted = str_replace('#image01_goes_here#', $img_from_DB, $content_from_DB); ?>2. the second way you dont need make users should input selector images, only use php for and make it break in paragraph you want to put images so here is the code
So that's tutorial, hope some one find this tutorial, Fell free to comment, Happy coding !

