121.meringan RAM dengan Pindrive
10.Youtube Copy Audio Whatsupp Hantar Ke whatsupp
12.Alamat Buat Iklan Melalui Facebook
13.Buat Iklan Melalui Facebook
15.Cara Pembahagian Zakat Pendapatan
16.Creating Interactive PDF Forms in Adobe Acrobat
17.How to Perform a PDF Mail Merge
18. Download (Step-by-step tutorial)
19.Contoh Iklan Cari Pelabur Saham
20.Alamat Cari Tanah kawasan Kuala Krai
21.Tentang Mail Merge (Serta Gambar)
23.Cara-Cara Create a Mail Merge with Gmail and Google Drive
24.Hukum Ikatan Makmum dan Imam Solat Sunat Setelah Iqamat Mula Seorang Jadi Imam
25.KEHADIRAN BUAT RUMAH (KUNCI)
Resit Deposit Bayaran Sewa Keretapi
1.AlQuran
http://www.mymasjid.net.my/al-quran/
Website: http://
Buat Panduan
http://smktendong.edu.my/
How to AUTOMATICALLY fill PDF forms using Microsoft Excel in 1 CLICK
https://www.youtube.com/watch?v=uU55FCbPHCI
How To Create A Dynamic Appointment Scheduler In Excel
https://www.youtube.com/watch?v=IWlCloFiWw4
How To Create a Slide Out Menu In Microsoft Excel
https://www.youtube.com/watch?v=Oe-J3Y_Lbow
Learn How To Create Tabs in Microsoft Excel In This Easy VBA Tutorial Video
https://www.youtube.com/watch?v=qxVl2vjWRUw
How to install the Datepicker on your worksheet
https://www.youtube.com/watch?v=0ar1ZAy0058
Create a Pop-up Calendar on your Excel Sheet
https://www.youtube.com/watch?v=92eT2WDRuW0
How To Add 3 Different Calendars in Microsoft Excel [Free Download]
https://www.youtube.com/watch?v=PLAJ08LP7kE
Excel pop-up calendar is displayed when cell is clicked
https://www.youtube.com/watch?v=X29-1f_AZBM
FREE Excel Date Picker Pop-Up: Tutorial
https://www.youtube.com/watch?v=1gSAAf_RMyQ
How to add DatePicker calendar to cells in MS Excel
https://www.youtube.com/watch?v=kYNaiXmbcoA
How to Add a Calander or Date Picker on Microsoft Excel
https://www.youtube.com/watch?v=hJYPbecdmM4
Jimdo Tutorial | Hacking Jimdo Templates for Jimdo Experts
https://www.youtube.com/watch?v=jErpRxmTRMI
How to add a Pop-Up to your Jimdo site with SumoMe
https://www.youtube.com/watch?v=QvCiTKB6WnM
Cara membuat kalender dengan html css dan javascript bagian 1
https://www.youtube.com/watch?v=rmbs5vi7wUY
Tutorial membuat website dengan HTML dan CSS part 2
https://www.youtube.com/watch?v=YIPqpw40bS4
Form Input Type - date time: HTML5
https://www.youtube.com/watch?v=VKRuSryBaNk
Tutorial membuat form pendaftaran online dengan html dan css pada notepad++
https://www.youtube.com/watch?v=IN-4yFuX9eg
Counter
<div id="
==================================================================================
<div id="sfc8k9bc6wb9jmfbj6ewkx3pgcs2mws86ba">
</div>
<script type="text/javascript" src="https://counter6.allfreecounter.com/private/counter.js?c=8k9bc6wb9jmfbj6ewkx3pgcs2mws86ba&down=async" async="async"></script> <noscript><a href=
"https://www.freecounterstat.com" title="web visitor counter"><img src="https://counter6.allfreecounter.com/private/freecounterstat.php?c=8k9bc6wb9jmfbj6ewkx3pgcs2mws86ba" border="0" title=
"web visitor counter" alt="web visitor counter" /></a></noscript>
============================================================================================
Kelendar
<center>
<script language="javascript" type="text/javascript">
//<![CDATA[
var day_of_week = new Array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
var month_of_year = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
// DECLARE AND INITIALIZE VARIABLES
var Calendar = new Date();
var year = Calendar.getFullYear(); // Returns year
var month = Calendar.getMonth(); // Returns month (0-11)
var today = Calendar.getDate(); // Returns day (1-31)
var weekday = Calendar.getDay(); // Returns day (1-31)
var DAYS_OF_WEEK = 7; // "constant" for number of days in a week
var DAYS_OF_MONTH = 31; // "constant" for number of days in a month
var cal; // Used for printing
Calendar.setDate(1); // Start the calendar day at '1'
Calendar.setMonth(month); // Start the calendar month at now
/* VARIABLES FOR FORMATTING
NOTE: You can format the 'BORDER', 'BGCOLOR', 'CELLPADDING', 'BORDERCOLOR'
tags to customize your caledanr's look. */
var TR_start = '<TR>';
var TR_end = '<\/TR>';
var highlight_start = '<TD WIDTH="30"><TABLE CELLSPACING=0 BORDER=1 BGCOLOR=DEDEFF BORDERCOLOR=CCCCCC><TR><TD WIDTH=20><B><CENTER>';
var highlight_end = '<\/CENTER><\/TD><\/TR><\/TABLE><\/B>';
var TD_start = '<TD WIDTH="30"><CENTER>';
var TD_end = '<\/CENTER><\/TD>';
/* BEGIN CODE FOR CALENDAR
NOTE: You can format the 'BORDER', 'BGCOLOR', 'CELLPADDING', 'BORDERCOLOR'
tags to customize your calendar's look.*/
cal = '<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 BORDERCOLOR=BBBBBB><TR><TD>';
cal += '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2>' + TR_start;
cal += '<TD COLSPAN="' + DAYS_OF_WEEK + '" BGCOLOR="#EFEFEF"><CENTER><B>';
cal += month_of_year[month] + ' ' + year + '<\/B>' + TD_end + TR_end;
cal += TR_start;
// DO NOT EDIT BELOW THIS POINT //
// LOOPS FOR EACH DAY OF WEEK
for(index=0; index < DAYS_OF_WEEK; index++)
{
// BOLD TODAY'S DAY OF WEEK
if(weekday == index)
cal += TD_start + '<B>' + day_of_week[index] + '<\/B>' + TD_end;
// PRINTS DAY
else
cal += TD_start + day_of_week[index] + TD_end;
}
cal += TD_end + TR_end;
cal += TR_start;
// FILL IN BLANK GAPS UNTIL TODAY'S DAY
for(index=0; index < Calendar.getDay(); index++)
cal += TD_start + ' ' + TD_end;
// LOOPS FOR EACH DAY IN CALENDAR
for(index=0; index < DAYS_OF_MONTH; index++)
{
if( Calendar.getDate() > index )
{
// RETURNS THE NEXT DAY TO PRINT
week_day =Calendar.getDay();
// START NEW ROW FOR FIRST DAY OF WEEK
if(week_day == 0)
cal += TR_start;
if(week_day != DAYS_OF_WEEK)
{
// SET VARIABLE INSIDE LOOP FOR INCREMENTING PURPOSES
var day = Calendar.getDate();
// HIGHLIGHT TODAY'S DATE
if( today==Calendar.getDate() )
cal += highlight_start + day + highlight_end + TD_end;
// PRINTS DAY
else
cal += TD_start + day + TD_end;
}
// END ROW FOR LAST DAY OF WEEK
if(week_day == DAYS_OF_WEEK)
cal += TR_end;
}
// INCREMENTS UNTIL END OF THE MONTH
Calendar.setDate(Calendar.getDate()+1);
}// end for loop
cal += '<\/TD><\/TR><\/TABLE><\/TABLE>';
// PRINT CALENDAR
document.write(cal);
// End -->
//]]>
</script>
</center>
<br />
<div style="clear:both">
</div>
<div>
<a target="_blank" href="http://www.htmlbestcodes.com/"><span style="font-size: 8pt; text-decoration: none">mzaflidbg</span></a>
</div>
==================================================================================
Kod Warna HTML
https://omkicau.com/sukses-bikin-blog/kode-warna-html/
https://htmlcolorcodes.com/
Cara Guna Kode Backgraund HTML
http://carasakrayblog.blogspot.my/2017/06/cara-menggunakan-kode-warna-html-di-posting-blog-website.html
http://carasakrayblog.blogspot.my/2017/06/cara-menggunakan-kode-warna-html-di-posting-blog-website.html
===================================================================================
perenggan dan lain lain html
https://www.youtube.com/watch?v=gHdZP3E9O6s
https://www.youtube.com/watch?v=Xc2yT-z0ftE
https://www.youtube.com/watch?v=yBBaqSAegQY
https://www.youtube.com/watch?v=I049jFnOdRA
https://www.youtube.com/watch?v=YIPqpw40bS4&t=110s
https://www.youtube.com/watch?v=h5DK0JzICdM
https://www.youtube.com/watch?v=qp-IsugaTkM
https://www.youtube.com/watch?v=tQzaDi2_6J8
https://www.youtube.com/watch?v=IuRlQ4QEaZY
https://www.youtube.com/watch?v=RWUxbn3mKzM
https://www.youtube.com/watch?v=Qv1cW_9lN-k
https://www.youtube.com/watch?v=JgceeHP3zdA
https://www.w3schools.com/html/html_examples.asp
butan
https://www.w3schools.com/bootstrap/bootstrap_button_groups.asp
https://www.w3schools.com/html/html_basic.asp
chart color
https://htmlcolor-codes.com/html-color-chart
Ingin Tahun Color Pakai Kod berapa/semak
https://htmlcolor-codes.com/color-from-image
============================================================================================ALAMAT WEBSITE
https://www.tutorialspoint.com/html/index.htm
ALAMAT JAVASCRIPT
https://www.tutorialspoint.com/javascript/index.htm
==========================================================
ALAMAT DAKWAH
https://jomkitadakwah.blogspot.com/2018/03/30-malaikat-berebut-mencatat-jika-kita.html
==========================================================
Alamat Youtube Tentang Solat
https://www.facebook.com/
Sahabat...
Di senja ini engkau akan pergi beratus ratus senja lamanya
Tinggalkan aku disini
Demi cita demi asa
- Sahabat...
Aku hanya mampu mengiring kepergianmu dengan doa
Serta untaian airmata
Sahabat...
Aku disini
Tanpa hadirmu
Aku laksana patung yang tak tahu cara tersenyum
...the rest of the document...
Backgraund Tamplet
1 Bordeaux
2.Dubai
3.Dublin
4.Helsinki
PRA U 1
https://1drv.ms/x/s!Asj6ezCcARfmgR1UVU3YgPvz9TLf
This site was created with Jimdo Creator! Sign up for free now at https://www.jimdo.com