Skip to main content

Posts

Showing posts with the label HTML

Modules: Tunes

<div class="h1">Tunes</div> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODE1NjQ5ODIyMjYmcHQ9MTI4MTU2NTAxMjQ*MSZwPTE4MDMxJmQ9Jmc9MSZvPWUwOWViNWU*YTVlNTQ2MDE4MTJm/NGQ1Njc4YzNmY2Zh.gif" /><center><p style="visibility:visible;"><img src="http://img2.blogblog.com/img/video_object.png" style="background-color: #b2b2b2; height: 35px; width: 219px; " class="BLOGGER-object-element tr_noresize tr_placeholder" id="BLOGGER_object_0" data-original-id="BLOGGER_object_0" /> <br><br><br>

Mis-looked

Scripting teaches me to be punctual in everything. Look, what happened when i just missed a {/gt}. { and } stands for code brackts. Eventually, I've learnt from my mistakes and corrected it.   (= No more careless.

Recent Post 2.0

<div id="newPosts"> <noscript>failed!<br/>Javascript not supported here!</noscript> <br /> </div><br /> <script> var nPostStartIndex = 6; var nPostShow = 5; function showRecentPosts(nIndex) { if (!nIndex) nIndex = nPostStartIndex; var sFeedURL = 'http://www.jejaktrend.com/feeds/posts/summary?orderby=published&start-index='+nIndex+'&max-results='+(nPostShow+1)+'&alt=json-in-script&callback=generatePosts'; var script = document.createElement('script'); document.getElementById('newPosts').innerHTML = 'Loading..'; script.setAttribute('src', sFeedURL); script.setAttribute('type', 'text/javascript'); document.documentElement.firstChild.appendChild(script); } function generatePosts(json) { function compareentry(a,b) { order= Date.parse(a.published.$t.replace(/^(\d{4})-(\d{2})-(\d{2})T([0-9:]*)([.0-9]*)(.)(.*)$...

All I need is just a notepad

As I know, most of the outsides wonder how HTML is edited and (not created) fixed. Have a look, zoom by clicking on the image above. All I need is just notepad. Then, the HTML, and PHP scripts are all edited from that notepad. With few times of trials, for sure the works are done, but believe me it is such a complex, complicated, misrable and 10 times harder than add maths homeworks. As people say, practice makes perfect . As people say, if there is a will, there is a way . As Adnan Sempit says, if there is a will, there is a HIGHWAY .

Hyperlink open in a new window or tab

In response to a blogger request, here is the HTML for a hyperlink that opens in new window and tag (that is, visitor will not lose your site): URL " target="_blank">anchor text or URL " target="new">anchor text NOTE: 1. target="....." has been deprecated and is not XHTML compliant and will give errors when you try to validate your website with http://validator.w3.org/ This is because the people drafting the new standard feels that this should not be forced upon visitors but left to visitors to make a link open in the same or new window or tab (you can make a hyperlink open new window or new tab by right-clicking on a link and choosing either). But how many surfers know how to do that? target="...." is still effective in many current browsers. Don't know about the future. 2. anchor text is the text that will be displayed by the browser. For example this is the HTML to the father of this blog which will...

Start on HTML code editing.

INTRO: What is HTML code? HTML (hyper-text markup language) code is the markup language for web pages . It provides a means to describe the structure of text-based information in a document (by denoting certain text as links, headings, paragraphs, lists, etc.) and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of " tags " that are surrounded by angle brackets . HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript ) that can affect the behavior of Web browsers and other HTML processors. Simple ways to use it: If you start typing a html with , end it with (you have to end it by adding '/' symbol). It is the way how the computer regonize the starting or ending of a HTML code. The same concept is used for the other HTML codes. 1. Bolding texts: Eg; text ... text HTML: text 2....


Free Educational Website For All