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 ..