Video Downloader Toolbar

hmm,, this is about my experiment which use toolbar to downloader movie..
when i want to download movie from a site,, i can't download that movie..
and when i use keepvid or youtube downloader, it still not work..
after that i surf in network,, and i find toolbar to downloader movie..
and that toolbar also can to download in youtube..
so,, i want to share to all of you about this toolbar..

this toolbar is ant toolbar..
in that toolbar also have download button..
so we can easy to download movie..

with this toolbar i can download movie in some movie/tube site..
to download this toolbar tou can click this
Selengkapnya ..

Adding Coloumn at blog

Hmm.. all my friend..
Now i will shared to all of you how to adding new coloumn at blog...
Generally coloumn at blog only two, but any other people want to add new coloumn in their blog..
To adding new coloumn can do with some methode..
first, with use new template whit have three coloumn..
and the second, with edit html your blog...
Now i will share how to adding newcoloumn at blog
the first we must doing is calculate wide of new coloumn..
example,, we want make new coloumn wide is 200px..
so we must widening all of the layout/page of blog, wide of main widget, sidebar, and new sidebar must same with wide of layout/page..
if you dont know how to widening the layout/page, click here
after that,, you must entrance to your blog and goto edit html..
click centang Expand Widget Templates..
after then find this script..
#sidebar-wrapper {
width: 220px;
float: right;

word-wrap: break-word; /* fix for long text breaking sidebar float in IE */

overflow: hidden; /* fix for long non-text content breaking IE sidebar float */

}

after that write this code in under that code..
#sidebar2-wrapper {
width: 180px;

float: right;

padding-left:10px;

word-wrap: break-word;

overflow: hidden;

}

after that goto body
find this script..
<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>

<b:widget id='Profile1' locked='false' title='Mengenai Saya' type='Profile'/>

<b:widget id='BlogArchive1' locked='false' title='Arsip Blog' type='BlogArchive'/>

</b:section>

</div&gt

Write this script under that code
<div id='sidebar2-wrapper'>
<b:section class='sidebar' id='sidebar2' preferred='yes'/>

</div>

after that save and look your blog..

Selengkapnya ..

Fashing about CAD..

Before we use the autocad software, there is godness to know "What is CAD"??
CAD is Computerized Aided Design or Computerized Aided Drafting...
CAD is drafting/ drawing constructively computer, in here CAD isn't also drafting or drawing, but including wide meaning such as Design..

The benefit of using CAD..
  • Constant Picture quality, not pursuant to Skill drafter..
  • More accurate and faster..
  • The picture can be edited if happened mistake
  • Can become data base..
  • Can maked Library..
  • Can be made library to form picture which often used, so that can be used multiply without having to draw to repeat..
  • easy to documentasion, duplicate, and depository..
  • Can making Layer which is can disjoined and joined..
There are some software to making CAD, suc as..
  • AutoCad.
  • Catia.
  • SurfCam.
  • dll..
Because no i only know how to use Autocad, so in my blog i will share about Autocad...
If me can use other software, i will shared to all of you..
tonks to all,,

**Sorry if my english language is bad..

Selengkapnya ..

Hiding the text "Showing posts with label "Label Name". Show all posts"

Maybe all of you is not understand about my title on this post..
This post is about text or picture to emerge if you clikc a label of post..
the text is "Showing posts with label "Label Name". Show all posts"
this is the picture
To hiding that, the methode is
1. log in to your blog....
2. go to edit html..
3. Clikc Expand Template Widget..
4. find this code

]]></b:skin>

Write this code above that code

.status-msg-wrap{

display:none;

}

Or if not success..(because any template cannot success..)
you write this code..

.status-msg-wrap{
display:none;
}

.status-msg-body{

display:none;

}

.status-msg-border{

display:none;

}


above this code

]]></b:skin>

so the text or picture is hidded...
Selengkapnya ..

Flashing about Photoshop n Coreldraw

Hmm,, all of you always know what is Photoshop and Coreldraw..
or all of you is expert using photoshop and coreldraw..
this is flashing about Photoshop and Coreldraw..

Adobe Photoshop is Bitmap image editing software..
and this software same with other bitmap image editing such as Macromedia firework, corel photopaint, etc...
and Coreldraw is Vektor image editing..
Treatment of use software bitmap is different with software vektor..

Adobe Photoshop more compatible using to:
- Photo rethouching
- Compositing Image
- Teks Efek
- Painting, dll
But not sugested to
- Layout
- Drafting
- Dekstop Publishing
- Logo
- Drawing dll
The mentioned is not can to using that software,, but if we want to making the big poster or baliho..
if we making big poster/baliho with photoshop 100%, so we must have the big processors n big RAM computer, because if we want tho zoomin the picture is bad or break..
So we must using other software such as coreldraw to making it..
with Coreldraw the picture nothing to break because that is vektor image..
Software photoshop and Coreldraw fill insuffiency..
so use that software sccording to your requirement..

**i am sorry if my english language is bad..
Selengkapnya ..

Making read more posting in blogspot

this posting is to hide a part of posting..
so your posting is not seen all,, your posting is seen just share of initially..
therefore your home blog,, is not full and long..

To making read more, you must open your blog..
goto edit html,, and find this script/code..

<div class='post-body'>

Or if you use minima template,, find this...

<div class='post-header-line-1'/>

After that write this code/script in front of that code..

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p> <!-- satu -->
<b:else/>
<style>.fullpost{display:none;}</style>

After that find again this code in bottom that code..

<p><data:post.body/></p>

or with new or minima tempalte

<data:post.body/>

write this in bottom that code/script..

<a expr:href='data:post.url'>Read more.....</a>
</b:if>

so that become..

<div class='post-body'>
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/></p>
<a expr:href='data:post.url'>Read more.....</a>
</b:if>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>

or with new tempalte..

<div class='post-header-line-1'/>

<div class='post-body entry-content'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>

<data:post.body/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
</b:if>
<a expr:href='data:post.url'>Readmore.. </a>
</b:if>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
yup.. you are finish...


** im sorry if my language is bad..
if you want to see Indonesian languange in here
Selengkapnya ..

Myfamily.com... What it is??

hmm.. to all of you in Indonesia and using broadband 3.5G indosat..
maybe, you have some problem...
that problem is, if you want surfing sites but the site is get into myfamily.com..
this is not a virus,, this is a DNSPOISON...
this attack the server example indosat..
if you see the URL,,,
http://www.ninjacloak.com/isapi.dll?c=home&htx=loginfrontmember

this is the picture of myfamily.com


after i surfing in internet..
to finish this problem is,,
you change the DNS of your connection with openDNS..
dns server addresses input this : prefered dns server = 202.67.222.222 and alternate dns server = 208.67.220.220

after that,, you can trying to surfing the internet..
***
thanks to read my posting..
i am sorry if my english languange is bad..

Selengkapnya ..

Widening the layout/page of blog

When i was maked the blog, i use template in blooger,
and i wasn't like wide of template,
or when we want to enhaching the coloum sidebar of our blog..
and i want to widening my blog..

To widening or blog,, we must know about header, main, sidebar and footer


Before we widening the layout/ page, we must calculating ahead..
we calculate wide of
Outer=Header=footer=main+sidebar+Space*
*Space= generally about 20 to 50

after calculate, we get (example)..
Outer=Header=Footer= 950px
Main= 600px
Sidebar= 300px
spasi= 50 px

hmm,, now we can widening layout/page of blog..
1. entrance to your blog and go to edit HTML..
2. Click expand template widget
3. Find Script #outer-wrapper
4. see this code..
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}

#main-wrapper {
width: 410px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width: 220px;
float: $endSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

5. change red numbers with number we calculated mention..
#outer-wrapper {
width: 950px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}

#main-wrapper {
width: 600px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width: 300px;
float: $endSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

If you are finish change code/script...
you must change the wide of header and footer..
to chaneg wide header and footer, the methode same with the methode to change the sidebar and main..
you find #Header-wrapper and #footer-wrapper, after that you change the number of wide..

hmm, oke,, after all,, you finish to change the widening the layout..
Selengkapnya ..

hide navbar in blogspot

actually, navbar in blogspot is usefully..
we can direct in to blogger.com with navbar, and we can see other blogspot..
but when i see navbar in my blog, i think is not good to my layout blogspot..
hmm, how to hide the navbar??
hmm, oke,, i will explain to all of you how to hiding the navbar..
to hide the navbar, you must write script at edit html on your blog..


#navbar-iframe {
Display: none !important;

}

that script you placed like this..
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Minima Black
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#000" value="#000000">
<Variable name="textcolor" description="Text Color"
type="color" default="#ccc" value="#cccccc">
<Variable name="linkcolor" description="Link Color"
type="color" default="#9ad" value="#99aadd">

after that you save and see your blog..
Selengkapnya ..

Hide Header Title

hmm, i want to share about how to hiding the header title in blogspot..
this is the litle story why i want to hide the header title in my blog..
hmm,, when i want to make the adorable blog..
i think i have the bad layout when i get in the picture to my header blog,
because at there found the title which disturb my layout..
because of that, i want to hide the header title in my blog...

to hide the header title is..
1. Get in to your blog
2. get to edit html..
3. find this code
#header h1 {
margin:50;
padding:5px 0 0 10px;
font-size: 100%;
font-weight:bold;
line-height: 1.2em;
letter-spacing:.0em;
font-style:italic;
color:#FFFFFF;
}


4. after that, write visibility:hidden at the bootom that code..
5. and the code become this,,,

#header h1 {
margin:50;
padding:5px 0 0 10px;
font-size: 100%;
font-weight:bold;
line-height: 1.2em;
letter-spacing:.0em;
font-style:italic;
color:#FFFFFF;
visibility:hidden;
}


yup... your finish hide the header title...
now you can see your blog...
Selengkapnya ..

first entri

dear all...
I am making this blog to have fun in my wasting time.
maybe my activity to make this blog is very late to now.hehehe...
however, this my third blog.
this blog is same with my first blog.
but the different this blog with my firts blog is, this blog with english language, and my first blog with indonesian language.
actually, my english language is not good, but i hope your are can understand what i say...
hmm,,, in this blog, i want to write the content about news which usefull to all of you..
thanks to see and read my blog.. Selengkapnya ..