Showing posts with label News. Show all posts
Showing posts with label News. Show all posts

Thursday, January 4, 2018

Bagaimana Memasang Halaman statis Blogger Di Form CSS Manifier

Assalamualaikumm..

CSS Minifier adalah merupakan salah satu Website Tools yang digunakan untuk Compress kode CSS, Dengan meng-compressed kode CSS yang ada di Template anda, secara otomatis bisa mempercepat loading blog anda. Untuk meng-compressed kode CSS anda harus memasang Form CSS Manifier. Cara penggunaanya juga mudah, anda tinggal copy&paste kode CSS dan masukan kode Form CSS Manifier dan Centang salah satu, maka akan muncul kode yang sudah di Compressed. Setelah kode CSS sudah di Compressed, anda tinggal meletakannya di ]]></b:skin> atau </style> . Bila anda ingin memasang nya, ikuti langkah-langkah berikut ini.

Screenshoot : 


Bagaimana Memasang Halaman statis Blogger Di Form CSS Manifier

Cara Pertama : 

1. Buka Blogger- Kemudian login
2. Dashboard - Laman
3. Buat Laman Kosong

Proses Pembuatan :

1. Buka Laman Kosong
2. Pilih HTML jangan Compose, - kemudian.
3. Copy&paste kode berikut ini, dan letakkan di Laman Kosong <HTML Don't COMPOSE>
<div id="cssminifier">
<style scoped="" type="text/css">
#cssminifier{background:#ecf0f1;position:relative;display:block;clear:both;border-radius:5px;padding:20px;border:1px solid rgba(0,0,0,0.05)}
#cssminifier textarea{width:94%;height:300px;margin:0 auto;display:block;background-color:#fff;padding:20px;font:normal 13px 'Courier New',Monospace;border:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05);border-radius:5px 5px 0 0;resize:none}
textarea:focus{background-color:#FFF;color:#303030}
#cssminifier .box{margin:10px auto 30px;color:rgba(255,2255,255,.6);}
#cssminifier .box p{margin:0 0 2px}
#cssminifier button{cursor:pointer;}
#cssminifier .col{width:48%;margin:0 auto 30px}
#cssminifier .left{float:left;margin-left:1%}
#cssminifier .right{float:right;margin-right:1%}
#cssminifier .button-group{background:#2980b9;text-align:center;padding:20px 20px 40px 20px;margin:5px 100px;border-radius:0 0 5px 5px}
#cssminifier button,#cssminifier button[disabled]:active{background:rgba(255,255,255,0.2);text-align:center;color:#fefefe;display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.471;border-radius:4px;margin:0 5px;border:0;transition:all .1s}
#cssminifier button:hover,#cssminifier button:active{background:#fff;color:#2980b9}
#cssminifier button[disabled],#cssminifier button[disabled]:active{background:#fff;}
#cssminifier .opt1,#cssminifier .opt2,#cssminifier .opt3,#cssminifier .opt4,#cssminifier .opt5{display:inline-block;margin:0 0 0 10px;vertical-align:middle;border:none;outline:none}
#cssminifier br{display:none}
</style>
<span class="clear"></span>
<textarea autofocus="" id="cssField" placeholder="Paste your CSS code here..." spellcheck="false"></textarea>
<br />
<div class="button-group">
<div class="box">
<input class="opt1" id="stripAllComment" type="checkbox" /> 
<label for="stripAllComment">Strip all comments</label>
<input class="opt2" id="superCompact" type="checkbox" /> 
<label for="superCompact">Super compact</label>
<input class="opt3" id="betterIndentation" type="checkbox" /> 
<label for="betterIndentation">Keep indentation</label>
<input checked="" class="opt4" id="keepLastComma" type="checkbox" /> 
<label for="keepLastComma">Remove the last semicolon</label>
</div>
<button onclick="compressCSS(&quot;cssField&quot;);">Compress CSS</button>
<button onclick="clearField(&quot;cssField&quot;);">Clear Field</button> 
<button onclick="selectAll(&quot;cssField&quot;);">Select All</button>
</div>
<div class="clear">
</div>
<script type="text/javascript">
function get(e){return document.getElementById(e)}function highlightCode(e){if(hc.checked){var a=e.innerHTML;a=a.replace(/\{([\s\S]+?)\}/g,function(e){return e.replace(/\'(.*?)\'/g,"<span class='st'>'$1'</span>").replace(/\"(.*?)\"/g,"<span class='st'>\"$1\"</span>").replace(/(\{|\n|;)?(.[^\{]*?):(.[^\{]*?)(;|\})/g,"$1<span class='pr'>$2</span>:<span class='vl'>$3</span>$4").replace(/<span class='pr'>\{/g,"{<span class='pr'>")}),a=a.replace(/&lt;(.*?)('|")(.*?)('|")&gt;/g,function(e){return e.replace(/'(.*?)'/g,"<span class='vl'>'$1'</span>").replace(/"(.*?)"/g,"<span class='vl'>\"$1\"</span>")}),a=a.replace(/\{([\s\S]+?)\}/g,function(e){return e.replace(/([\(\)\{\}\[\]\:\;\,]+)/g,"<span class='pn'>$1</span>").replace(/\!important/gi,"<span class='im'>!important</span>")}),a=a.replace(/\/\*([\w\W]+?)\*\//gm,"<span class='cm'>/*$1*/</span>"),e.innerHTML="<code>"+a+"</code>",hr.style.display="block",rt.style.display="block"}else hr.style.display="none",rt.style.display="none"}function compressCSS(e){var a=get(e),c=/@(media|-w|-m|-o|keyframes|page)(.*?)\{([\s\S]+?)?\}\}/gi,n=a.value,t=n.length;n=sa.checked||sc.checked?n.replace(/\/\*[\w\W]*?\*\//gm,""):n.replace(/(\n+)?(\/\*[\w\W]*?\*\/)(\n+)?/gm,"\n$2\n"),n=n.replace(/([\n\r\t\s ]+)?([\,\:\;\{\}]+?)([\n\r\t\s ]+)?/g,"$2"),n=sc.checked?n:n.replace(/\}(?!\})/g,"}\n"),n=bi.checked?n.replace(c,function(e){return e.replace(/\n+/g,"\n  ")}):n.replace(c,function(e){return e.replace(/\n+/g,"")}),n=bi.checked&&!sc.checked?n.replace(/\}\}/g,"}\n}"):n,n=bi.checked&&!sc.checked?n.replace(/@(media|-w|-m|-o|keyframes)(.*?)\{/g,"@$1$2{\n  "):n,n=cm.checked?n.replace(/;\}/g,"}"):n.replace(/\}/g,";}").replace(/;+\}/g,";}").replace(/\};\}/g,"}}"),n=n.replace(/\:0(px|em|pt)/gi,":0"),n=n.replace(/ 0(px|em|pt)/gi," 0"),n=n.replace(/\s+\!important/gi,"!important"),n=n.replace(/(^\n+|\n+$)/,""),a.value=n,hr.innerHTML="/* "+(t-n.length)+" of "+t+" unused characters has been removed. */\n"+n.replace(/</g,"&lt;").replace(/>/g,"&gt;"),highlightCode(hr)}function clearField(e){var a=get(e);a.value="",a.focus()}function selectAll(e){get(e).focus(),get(e).select()}var hc=get("highlightCode"),sa=get("stripAllComment"),sc=get("superCompact"),cm=get("keepLastComma"),bi=get("betterIndentation"),bs=get("breakSelector"),tt=get("toTab"),to=get("tabOpt").getElementsByTagName("input"),sb=get("spaceBetween"),ip=get("inlineSingleProp"),rs=get("removeLastSemicolon"),il=get("inlineLayout"),si=get("singleBreak"),hr=get("highlightedResult"),rt=document.getElementsByTagName("h2")[1];
</script>
</div>
</div>
4. Simpan Halaman
5. Publikasikan

Demikianlah Tutorial Blogger kali ini, bila ada yang ingin ditanyakan, silakan jangan sungkan untuk berkomentar dibawah ini. Terakhir, silakan anda lihat halaman statis tersebut. Sekian dari saya, Semoga Bermanfaat! Thanks for Reading & Sharing : Bagaimana Memasang Halaman statis Blogger Di Form CSS Manifier

Wassalam..

Wednesday, October 20, 2010

Introducing OnIslam.net

It has been a while since I posted anything about the crisis at IslamOnline.net (IOL). Nearly seven months after IOL was suddenly taken over by a new Qatar-based administration bent on changing the site's mission and vision, the English-language portion of the site no longer exists.

Let that sink in for a moment.

Anyone familiar with IOL knows what a huge resource IOL was to English-speaking Muslims around the world. The site contained thousands of pages of content on every conceivable topic and was a great source for news, scholarly opinions and inspiration. It was one of the few Islamic websites to do real reporting in the fields of health and science and cover important topics like Gaza that were being ignored by major media outlets. It was also a reliable source of information for non-Muslims wanting to learn more about Islam. IOL employed more than 250 people and worked with freelancers everywhere. Losing IOL has been a bit like losing a very good friend.

There is some good news to report, however. The whole time this crisis has been going on, the editorial team that founded IOL ten years ago has been working hard behind the scenes to create a new site that is very similar to the old one.

OnIslam.net was officially launched on October 9, 2010 and looks like it is off to a very good start. This time around, the editorial work will be separate from the funding, allowing the site to flourish as intended.

Many of IOL's old articles (no longer available at the old site) can be found at OnIslam.

As of now, I do not know if OnIslam is a paying market and how the rates will compare to those previously offered by IOL. Let's pray that the site receives the funding and support needed to continue this beneficial project.

Tuesday, March 30, 2010

IOL - More Analysis

Thursday, March 25, 2010

Situation at IOL Still Unclear

Despite this statement from IOL workers, the situation at IslamOnline.net remains unclear. Reports published yesterday indicated that Qatar's Minister of Social Affairs had ousted Sheikh Youssef el-Qaradawi from his position as head of the Qatari Al-Balagh Soceity, which owns the website, and that the Cairo office is already making plans for a new site.

Meanwhile, Nadia El-Awady, who used to work with IOL as a journalist and editor, invited journalists throughout Egypt to show solidarity with IOL strikers by visiting IOL's office on Thursday afternoon in 6th of October City.

More on the crisis at IOL

Tuesday, March 23, 2010

IslamOnline - What's Happening Online

This article highlights some of the effects the IOL takeover has had on the website itself:
  • Many old reports have been re-published, while newer reports have disappeared. 
  • Entire sections and links have been removed from the Arabic-language portal including the "News and Analysis" section and the "Islamyioun" website link. A special page on Al-Quds (Jerusalem) has also disappeared. 
  • No articles have been published in English since the crisis erupted last week. 
  • In addition, all the English-language content Cairo editors published during the first two weeks of March has disappeared.
  • "Gaza Holocaust," a special page dedicated to revealing the Israeli army’s crimes in the Gaza war, has also vanished. 
  • Pageviews are estimated at 60 percent down, from 200,000 pageviews per day to just 86,000.
More on the crisis at IOL

IOL: The Waiting Game

Things are still uncertain at IslamOnline.net (IOL), with two possible outcomes:

1. A severance agreement that results in almost all employees of the site’s Cairo newsroom resigning and the 10-year-old website starting over, or:

2. The issues between Qatar and Cairo are resolved, and the site returns to normal.

According to Al-Masry Al-Youm, Sheikh Youssef el-Qaradawi, who helped found the site, "recently broke a week-long silence on the issue, seemingly siding with the employees. On a Sunday broadcast of his Al Jazeera Channel show Sharia and Life, Qarawai said, the site may be temporarily 'kidnapped,' but ultimately, 'the site must return to its family.'"

An IOL editor whom I occasionally work with says that the mood is still hopeful, and that patience from the site's freelancers is appreciated while the situation is resolved.

More on the crisis at IOL

Monday, March 22, 2010

The Latest on IOL

While an article published on March 17 by Al-Masry Al-Youm contained hopeful news about the crisis at IslamOnline.net (IOL), a new article published yesterday indicated that striking workers were still in limbo.

It seems that two board members in Qatar have been suspended for their role in shutting down the Cairo office but are refusing to relinquish the passwords needed to access the website's servers.

More on the crisis at IOL