I was looking for the editor program beside sublime (which is text editor program to write program), that can what you see is what you get type of program. Then I tried a few of them. From google web designer, then to pingendo, layoutit which…
Tag: html
Embed rtsp IP Camera to html Code
source : Code : <!DOCTYPE html> <html> <title>Net Surveilance</title> <body> <embed type=”application/x-vlc-plugin” pluginspage=”http://www.videolan.org” width=”550″ height=”400″ id=”vlc” /> <script type=”text/javascript”> <!– var vlc = document.getElementById(“vlc”); var options = new Array(“:aspect-ratio=4:3”, “:rtsp-tcp”); var id = vlc.playlist.add(“rtsp://192.168.1.55:554/user=USER&password=PWD&channel=1&stream=1.sdp?real_stream–rtp-caching=100”, “fancy name”, options); vlc.playlist.play(); //–> </script> <embed type=”application/x-vlc-plugin” pluginspage=”http://www.videolan.org” width=”550″ height=”400″…
using bootstrap in easy way
Bootstrap itu…. seperti gula dalam teh. Ketika dicampur ia menjadi manis. Lezat rasanya itu teh. Tapi ini bukan tentang teh. Tapi tentang bagaimana kita bisa membuat website kita atau apa pun yang menggunakan kode html / php dsm, bisa menjadi indah. Enak dilihat, nyaman dirasa,…