Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts
users usually panic when the files suddenly disappear. but do not worry, here I will explain how to restore it.

I will explain first before any attributes that exist in the attrib command prompt and their functions.

attrib = is the dos command language to provide attributes on a file or a folder.
-s = minus sign (-) means to remove and the letter S means the file system, so the purpose of the sign is to remove the attribute -s protected operating system.
-h = almost the same as the above functions, -h sign serves to remove the hidden attributes or change a file that was originally hidden became visible again
*. * = The asterisk (*) meens all, so the question of this command is all file or folder that contains all the extensions
/ S = That process all the files in the same folder as the location file.bat and all subfolders therein
/ D = ordered to process folders as well, that if we did not write this command then only will process all files without processing the folder.

type the command as shown below and wait a few moments then your files back again. good luck


Assalamualaikum

Hello everybody.... I am come back to writing about blog. you was create blog right? then you want, in your blog has icon your messanger id right? its sooooooooo easy guys, just copy and paste code bellow in your html script in blogger.

<a href="ymsgr:sendIM?sugesti_ku"> <img src="http://opi.yahoo.com/online?u=sugesti_ku&amp;m=g&amp;t=14&amp;l=us"/> </a>

in there, font with red color is your id. Write that with name your id oke.. :)

if you online, then online... if you offline then online hoho. its a simple blog. and enjoy blogging guys.

I love blogging and blogging is my life :)
Assalamualaikum

Hello everybody... may this is can help you. how to create frame on php. 

after search and I got it. yeahh... I am very exited to share this beacuse I am often forget anything heheh so with writing I can remember all :)

Lets go, this is example script or example code in php to create frame on php
first, create file, example the name of file is index.php
then save bellow code this in your text editor.
<form action="coba" method="post" target="iframetest">
<h2>Registrasi Online Pasien Lama</h2> <br> Cari Kode barcode <input type="text" name="search"> <input type="submit" name="submit" value="submit"></form> <!-- di bagian ini atur panjang x lebar dengan width dan height, atur perataan dengan align.... jangan lupa baca tulisan lainnya ya di www.crackcoder.blogspot.com --> <iframe id="iframetest" name="iframetest" width="1000" height="600" align="middle"></iframe> <frameset rows="35%" cols="*" frameborder="NO" border="0" framespacing="0"> <frameset cols="1380" frameborder="NO" border="0" framespacing="0"> <frame src="UntitledFrame-2"> <frame src="Untitled-3" name="mainFrame"> </frameset> <frame src="UntitledFrame-3"> </frameset> <noframes><body> </body></noframes>

second, create frame what we want to show in the page what we want hoho. copy and paste also content in your page what you want. 
<table border="1" cellpadding="5" cellspacing="0">
<thead> <tr> <table width="735" height="692" border="1" align="center"> <tr> <td><div align="center"><h1><blink>this is description for data what you want</h1></blink> </div><br> <table width="724" height="637" border="0"> <tr> <?
include "config.php"; $sql="select * from barang"; $exec=odbc_exec($koneksi,$sql); ?> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF">Nama Barang</h2></td> </tr> <tr><!-- $nama_barang ini adalah nama field yang ada pada tabel barang. dont forget to show me next artikel www.crackcoder.blogspot.com" --> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF"><? echo $nama_barang; ?></h2></td> </tr> <tr> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF">Harga Barang</h2></td> </tr> <tr> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF"><input type="text" name="harga_barang"/></h2></td> </tr> </table>

------------------------------------------------OR---------------------------------


this is the main on frame , Copy and paste this code. this is main frame for 3 part. enjoy trying and good luck. ^_^


<HTML>
<HEAD><TITLE>RS MH Thamrin Salemba</TITLE></HEAD><link href="logo1.png" rel="shortcut icon">
<? // include "index_header.php"; ?>
<FRAMESET ROWS="50,*">
  <FRAME NAME="judul" SCROLLING="No" NORESIZE src='index_header.php'>
  <FRAMESET COLS="1200,*">
    <FRAME NAME="menu" SRC="index_main.php">
    <FRAME NAME="main" SRC="index_side.php" scrolling="no">
</FRAMESET></FRAMESET><noframes></noframes>
</FRAMESET>
</FRAMESET>
</HTML>

this is your referensi to choose frame what you want
http://designscrazed.org/free-responsive-html5-css3-templates/


grettings crackcoder :) 
1. Log in to the website www.blogger.com
 
2. Log only, only with Gmail accounts. If you do not already have a gmail account. Read here, How To Create a gmail account

 
3. After you type a username and password click submit

 
4. It will be directed here, as shown below




 

5. Select the new blog, in the upper left of the screen, it will appear like the picture


 

6. And finally click on the bottom of the form, ie create a blog ...

 

7. Finish,,,, survived write and play your suggestion now !!!

Greetings suggestion ^ _ ^





*******************
1. Войдите в веб-сайте www.blogger.com
Только 
2. Войти, только с Gmail счета. Если вы не уже есть Gmail аккаунт. Читайте здесь, Как Создать учетную запись Gmail
3. После ввода имени пользователя и пароля нажмите на кнопку отправить
4. Это будет направлен здесь, как показано ниже

5. Выберите новый блог, в левом верхнем углу экрана, он будет выглядеть, как на картинке


6. И, наконец, нажмите на дно формы, то есть создать блог ...

7. Отделка,,,, выжил писать и играть ваши предложения теперь !!!

Приветствую предложение ^ _ ^
Assalamualaikum....

Hello everybody.....

How to refresh automatic page on PHP (page self)?

after searching on google and finally I am got it hoho... lets reading guys.......

You just copy and paste this code in your text editor. 25 is timer in second. So, if you want to refresh automatic in your browser for a few minute, just 1 X 60 = for one minute. 2 X 60 = 120 for two minute and then after what you want.
<meta http-equiv="refresh" content="25" url="<?php $_SERVER['PHP_SELF'] ?>"/>

And then how to refresh automatic on PHP (other page)?
its so easy, just copy paste again this script in your text editor. And dont forget to typing which page what u want to refresh and go to the that page.


<meta HTTP-EQUIV="Refresh" CONTENT="10;URL="link.php">

about number, its same with refresh automatic on page self also on page other. if u want to refresh for a minute just X with how much u want to refresh in second :)