Friday, July 3, 2009

Tables

0 comments
Table which is very common in the site's HTML. Table to help organize and display information over the net than without it. People who do not know CSS depending on the table to create the layout of their web page. The table also notorious for using lots of tags and attributes, the HTML pages is quite easy to look perplexed and complicated.
To define a table we use <table> </ table> tags. All things that will be included in the table you should be in this tag. If not, open your text editor and web browser, and make sure your HTML coding such as this.


<html>
<head>
<title> My Web </ title>
</ head>
<body>

<table>
</ table>

</ body>
</ html>

Result


My Web Page









With the coding you can see that we have told the browser that we have a table we will be given. However, we need to add a little more, our coding. Work table in HTML to work accordingly. So, for each row in the table, you should use <tr> >/ tr> tags. This defines the line. Even now, you can not remove a few lines of code in the text and insert into it. Now you must add a pair of tags, <td> </ td>, to determine what is running in every cell in the table. 'Td' means that the data table. So let's add two rows and two columns to our site. Your table will look like this.
<table>
<tr> <th colspan="2"> This is my table! </ th> </ tr>
<tr> <td> Cell 1 </ td> <td> Cell 2 </ td></ tr>
<tr> <td> Cell 3 </ td> <td> Cell 4 </ td> </ tr>
</ table>

Result:


This is my table!
Cell 1 Cell 2
Cell 3 Cell 4





Read more...

Looping

0 comments
let's learn looping in c + +.

syntac / form of public:

for (initialisation; terms / conditions iterance; adding census)
(
command 1;
command 2;
command 3;
command n;

}

this example C + + tutorial below:

for(i=1;1<=10;i++)
{
printf("example");
}

layout:

example
example
example
example
example
example
example
example
example
example

a program in C + +, continue typing the above ...

so hopefully useful tutorial ...
telusuri

Read more...

Create Content in Dreamweaver

0 comments
Now it's time to enter the Dreamweaver template editable region. Since the content will vary from page to page, we will make this region an editable region.
Select and delete the 'Content for id "content" Goes Here' from 'content' div.
When the cursor is still in the 'content' div:

* Insert> Template Objects> editable Region

* click oke
* a name such as content

the picture below:

* save template

content is content you ..... good se



Read more...

create a table in Dreamweaver

0 comments
let's learn how the act table ..

steps

1.open Dreamweaver
like the image below:


2.Click php
like the image below:


3.Click insert> table
like the image below:
Put the following details and click ok.

You now have a center to your desk to your template, it's easy to go to
at the bottom of the page and the "Align Center".

Click on 8 of the table and then go down to properties and click on "bg" and
select the color you want, I choose green.


Read more...

Wednesday, July 1, 2009

Creating ADODB Connection in VB

0 comments
Application development in Visual Basic (VB) is quite easy. However,
thinking to connect to the database using the code in May pure hard look.
But no! After understanding the basics and a little coding, it becomes easy.
First we need to get everything ready with the reference, then you will
understand what should I do (I leave this part to you. Google here), and
finally make a connection ... Note that this article related to VB6, but
it can work for flavors.Setting Reference - We will use Microsoft ActiveX Data Objects 2.6 Library. You can find it under "Projects" -> "References". Now,
you have to get all the references that are displayed, scroll down and find "Microsoft ActiveX Data Objects 2.6 Library" and check the box beside it.
You are now ready to connect to your database.


Setting up the Module - What does the following steps, "Project" -> "Add Module" and you will have something like "Module1.bas" appears in the project. Do not panic. : P Just head to the module, and in the "Properties" window, specify the name of "conndb", which means something. : D Now, in the head by double-clicking on the module. Remember, if we want to start our form, (well technically, the object through each module), we must set "Startup Object" as a "Sub Main". Still thinking where to do so? This is found in the project Properties. You "conndb" module, place the following code snippet:

Private Sub main ()
This can be considered as the beginning of the project
here we will start our main form and open a connection to our database
End Sub


Shooting connection - we can open our database connection now.
Please note, this tutorial only uses MS Access database. But! The concept
is still the same when using the other engine data. We continue to create
more new "sub" we "conndb" module. My name as "connect_db", but you can
select the name you want.

Private sub connect_db()
end sub

Go to the top of the module (ie the first line in conndb) type:

option explicit
dim conn as new addb.connection
dim cmdrs as new adodb.command
public rstable as new adodb.recordset

Private sub connect_db()

create the database connection
with conndb

connectionString="Provider=microsoft.jet.oledb.4.0;data source
="& App.parh&"\" &
"database\database.mdb
cursorlocation=aduserclient
open the connection

end with

if conndb.state=adtateclosed then
msgbox"connection to database failed"
end
end if
open

with cmdrs
activeconnection=conndb
commandtext="set your SQL query over here"
commandtype=admdtext
end with

with rstable

cursortype=adopenstatic
cursorlocation=aduserclient
locktype=adlockoptimistic
open cmdrs
end with

end sub




Read more...

Button

0 comments
  • FORM tells the computer the form of goods that happen here.
  • METHOD tells the computer how to handle the form of the command. In this case, you will create a link.
  • ACTION indicates a connection that you want to make. Here we connect to something called "page1.htm."

Note: When using this button, a link to the entire URL: http://www.hadena2.blogspot.com.

The second command (command input) place the button. Has two parts, and here's what they mean:

Here is the command I used to put the button above:

<form mthod="link"action="example.html">
<input type="submit"values="clickable Button">
</from>

Layout:





Read more...

Welcome to Upload

0 comments
Now let's talk about <input type = "file"/>, which allows the user to
select a file to upload to the server, which will be sent to server when
submitted. <input Type="file" /> together with the key when given in a browser.
When the user clicks on the browse button a file dialog box and the path name
of the selected files will appear in the field or you can type the path name to
the field.

After type = "file" /> <input to work, you must have a server with a CGI script or some type of scripting languages such as PHP, which will be invoked by the
forms action URL attribute values that will receive entry form file.

Now if the path name exceeds the value of control maxlength attribute specified,
the entire path name of the selected field will still be placed into the field
when selecting a file through the browse button a file selection dialog box, but
you do not need to worry with the maxlength attribute, although because most
browsers ignore attributes currently placed in the /> <input type = "file".

Now if you want to restrict file types that your user's browser that allows
users to choose from, you will need to use attribute tags <form> receive to
complete this. Receive an attribute that can be comma-separated list of MIME
encodings or a number of MIME encodings. User can only choose only the
appropriate type of file that you receive in the value attribute.

Now only accept attributes that are used with the <input type = "file"/> .
If you want to know what MIME stands, which means that the multipurpose Internet
Mail Extensions, I will name only a few MIME encoding since there are many types
of MIME. There are three types of MIME encoding (image / jpeg, text / richtext, and
video / mpeg).

Now is not like other types of form input controls will only work correctly with a specific data encoding and transmission method. Now if you are using type = "file" /> <form> you must set the value tag attribute enctype to multi / form-data and the method attribute value to the post in
tags.

If you do not include the correct values for the method and enctype attributes
are type = "file" /> <input act like a normal text field to its value,
which is the name of the file path to the server, not the content of the file
itself.
Default value for the attribute enctype application / x-www.hadena2.blogspot.com
And the value of the standard method to get attributes.

Now, type = "file" <input /> has one attribute that is required should be
aware of, which is called the attribute name, the name for the type = "file" /> <input> has been sent to the server processing the form.

You can also use the size attribute, which will adjust the size of the text box,
use the numbers for value.
Here is how the code /> <input type = "file" with the necessary attributes.

CODE:

<html>
<head>
Welcome to upload <title> & XHTML </ title>
</Head>
<body>

<form method="post" accept="text/html" enctype="multipart/form-data" action="http://www.ziddu.com/cgi/gdform.cgi">
<input type="file" name="file" />
</Form>

</Body>
</Html>

result under this:




Welcome to upload & XHTML </ title> <br /></ Head> <br /><body> <br /> <br /><form method="post" accept="text/html" enctype="multipart/form-data" action="http://www.yourdomain.com/cgi/gdform.cgi"> <br /><input type="file" name="file" /> <br /></ Form> <br /> <br /></ Body> <br /></ Html> <br /></span> <br/> <a href='http://hadena2.blogspot.com/2009/07/welcome-to-upload.html'>Read more...</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'></div> <div class='post-footer-line post-footer-line-2'></div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://hadena2.blogspot.com/search?updated-max=2009-07-01T07:23:00-07:00&max-results=7' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a> </span> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://hadena2.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> <script type="text/javascript"> function showpageCount(json) { var thisUrl = location.href; var htmlMap = new Array(); var isFirstPage = thisUrl.substring(thisUrl.length-5,thisUrl.length)==".com/"; var isLablePage = thisUrl.indexOf("/search/label/")!=-1; var isPage = thisUrl.indexOf("/search?updated")!=-1; var thisLable = isLablePage ? thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length) : ""; thisLable = thisLable.indexOf("?")!=-1 ? thisLable.substr(0,thisLable.indexOf("?")) : thisLable; var thisNum = 1; var postNum=1; var itemCount = 0; var fFlag = 0; var eFlag = 0; var html= ''; var upPageHtml =''; var downPageHtml =''; var pageCount = 5; var displayPageNum = 5; var upPageWord = 'Previous'; var downPageWord = 'Next'; var labelHtml = '<span class="showpageNum"><a href="/search/label/'+thisLable+'?&max-results='+pageCount+'">'; for(var i=0, post; post = json.feed.entry[i]; i++) { var timestamp = post.published.$t.substr(0,10); var title = post.title.$t; if(isLablePage){ if(title!=''){ if(post.category){ for(var c=0, post_category; post_category = post.category[c]; c++) { if(encodeURIComponent(post_category.term)==thisLable){ if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){ if(thisUrl.indexOf(timestamp)!=-1 ){ thisNum = postNum; } postNum++; htmlMap[htmlMap.length] = '/search/label/'+thisLable+'?updated-max='+timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount; } } } }//end if(post.category){ itemCount++; } }else{ if(title!=''){ if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){ if(thisUrl.indexOf(timestamp)!=-1 ){ thisNum = postNum; } if(title!='') postNum++; htmlMap[htmlMap.length] = '/search?updated-max='+timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount; } } itemCount++; } } for(var p =0;p< htmlMap.length;p++){ if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){ if(fFlag ==0 && p == thisNum-2){ if(thisNum==2){ if(isLablePage){ upPageHtml = labelHtml + upPageWord +'</a></span>'; }else{ upPageHtml = '<span class="showpage"><a href="/">'+ upPageWord +'</a></span>'; } }else{ upPageHtml = '<span class="showpage"><a href="'+htmlMap[p]+'">'+ upPageWord +'</a></span>'; } fFlag++; } if(p==(thisNum-1)){ html += '<span class="showpagePoint">'+thisNum+'</span>'; }else{ if(p==0){ if(isLablePage){ html = labelHtml+'1</a></span>'; }else{ html += '<span class="showpageNum"><a href="/">1</a></span>'; } }else{ html += '<span class="showpageNum"><a href="'+htmlMap[p]+'">'+ (p+1) +'</a></span>'; } } if(eFlag ==0 && p == thisNum){ downPageHtml = '<span class="showpage"> <a href="'+htmlMap[p]+'">'+ downPageWord +'</a></span>'; eFlag++; } }//end if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){ }//end for(var p =0;p< htmlMap.length;p++){ if(thisNum>1){ if(!isLablePage){ html = ''+upPageHtml+' '+html +' '; }else{ html = ''+upPageHtml+' '+html +' '; } } html = '<div class="showpageArea"><span style="COLOR: #000;" class="showpageOf"> Pages ('+(postNum-1)+')</span>'+html; if(thisNum<(postNum-1)){ html += downPageHtml; } if(postNum==1) postNum++; html += '</div>'; if(isPage || isFirstPage || isLablePage){ var pageArea = document.getElementsByName("pageArea"); var blogPager = document.getElementById("blog-pager"); if(postNum <= 2){ html =''; } for(var p =0;p< pageArea.length;p++){ pageArea[p].innerHTML = html; } if(pageArea&&pageArea.length>0){ html =''; } if(blogPager){ blogPager.innerHTML = html; } } } </script> <script src="/feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999"; type="text/javascript"></script> </div> <div id='midsidebar-wrapper'> <div class='sidebar section' id='profilebox'><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/5800677954299948867?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByMwMDAwMDAqByNGRkZGRkYyByMwMDAwMDA6ByMwMDAwMDBCByMwMDAwMDBKByMwMDAwMDBSByNGRkZGRkZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttp://hadena2.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/5800677954299948867?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByMwMDAwMDAqByNGRkZGRkYyByMwMDAwMDA6ByMwMDAwMDBCByMwMDAwMDBKByMwMDAwMDBSByNGRkZGRkZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttp://hadena2.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML4'> <h2 class='title'>About Me</h2> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "pub-2545443334915030"; google_ad_host = "pub-1556223355139109"; google_ad_host_channel="00000"; /* 200x90, dibuat 09/07/07 */ google_ad_slot = "7891740989"; google_ad_width = 200; google_ad_height = 90; //--> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML2'> <h2 class='title'>Advertisement</h2> <div class='widget-content'> <script type="text/javascript"> function pipeCallback(obj) { document.write('<ul style="text-transform: capitalize;">'); var i; for (i = 0; i < obj.count ; i++) { var href = "'" + obj.value.items[i].link + "'"; var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>"; document.write(item); } document.write('</ul>'); } </script> <script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=ac99ebe0691031008a48d750fdbeaa67&url=http%3A%2F%2Fhadena2.blogspot.com&num=10" type="text/javascript"></script> <span style="font-size: 80%">Widget edited by <a href="http://hadena2.blogspot.com">Hadena2 </a></span> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>Recent Posts</h2> <div class='widget-content'> <script type="text/javascript"> function pipeCallback(obj) { document.write('<ul style="text-transform: capitalize;">'); var i; for (i = 0; i < obj.count ; i++) { var href = "'" + obj.value.items[i].link + "'"; var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>"; document.write(item); } document.write('</ul>'); } </script> <script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=ac99ebe0691031008a48d750fdbeaa67&url=http%3A%2F%2Fhadena2.blogspot.com&num=10" type="text/javascript"></script> <span style="font-size: 80%">Widget edited by <a href="http://hadena2.blogspot.com">Hadena2 </a></span> </div> <div class='clear'></div> </div><div class='widget Label' data-version='1' id='Label1'> <h2>Labels</h2> <div class='widget-content'> <ul> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/3DS%20MAX'> 3DS MAX </a> <span dir='ltr'>(5)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/AUTOCAD'> AUTOCAD </a> <span dir='ltr'>(7)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/DREAMWEAVER'> DREAMWEAVER </a> <span dir='ltr'>(2)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/HTML'> HTML </a> <span dir='ltr'>(6)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/JAVA'> JAVA </a> <span dir='ltr'>(10)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/PHP'> PHP </a> <span dir='ltr'>(2)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/REGEDIT'> REGEDIT </a> <span dir='ltr'>(11)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/THEMA%20XP'> THEMA XP </a> <span dir='ltr'>(20)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/VISUAL%20BASIC'> VISUAL BASIC </a> <span dir='ltr'>(2)</span> </li> <li> <a dir='ltr' href='http://hadena2.blogspot.com/search/label/WINDOWS%20XP'> WINDOWS XP </a> <span dir='ltr'>(3)</span> </li> </ul> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Subscription</h2> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "pub-2545443334915030"; google_ad_host = "pub-1556223355139109"; google_ad_host_channel="00000"; /* 200x90, dibuat 09/07/07 */ google_ad_slot = "7891740989"; google_ad_width = 150; google_ad_height = 90; //--> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> </div> <div class='clear'></div> </div></div> </div> <div class='clear'> </div> </div> <!-- end content-wrapper --> <div id='footer-wrapper'> <div class='footer no-items section' id='footer'></div> </div> </div></div> <!-- end outer-wrapper --> <div id='credits'> <p><a href='http://hadena2.blogspot.com/'>Hadena</a> | Copyright © 2009 | Original Design By <a href='http://deluxethemes.com'>Deluxe Themes</a> | Converted To Blogger By <a href='http://technolizard.blogspot.com'>Technolizard</a></p> </div> </div> <!-- Yahoo Smileys For Comments --> <script src='http://bandofgirls.googlepages.com/smiley.js' type='text/javascript'></script><noscript><a href='http://anshuldudeja.blogspot.com' target='_blank'>Blogger Widgets</a></noscript> <!-- end Yahoo Smileys For Comments --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/387437488-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AEUoTZodWb2fW3j2NgvAV4MAsbkU:1780970420822';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d5800677954299948867','//hadena2.blogspot.com/','5800677954299948867'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '5800677954299948867', 'title': 'Hadena', 'url': 'http://hadena2.blogspot.com/', 'canonicalUrl': 'http://hadena2.blogspot.com/', 'homepageUrl': 'http://hadena2.blogspot.com/', 'searchUrl': 'http://hadena2.blogspot.com/search', 'canonicalHomepageUrl': 'http://hadena2.blogspot.com/', 'blogspotFaviconUrl': 'http://hadena2.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Hadena - Atom\x22 href\x3d\x22http://hadena2.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Hadena - RSS\x22 href\x3d\x22http://hadena2.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Hadena - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/5800677954299948867/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/08187427470550095821\x22 /\x3e\n', 'adsenseClientId': 'pub-2545443334915030', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'isGoogleEverywhereLinkTooltipEnabled': true, 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/ff2fc60a7f0d8424', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'index', 'pageName': '', 'pageTitle': 'Hadena'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Hadena', 'description': 'tutorial,module', 'url': 'http://hadena2.blogspot.com/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1053750561-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'profilebox', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'profilebox', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'profilebox', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'profilebox', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'profilebox', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'profilebox', document.getElementById('HTML1'), {}, 'displayModeFull')); </script> </body> </html>