Connect Your Signature

Diposkan oleh yusron | 18:04 | 0 komentar »
Pengen not? At the end of each section of our articles automatically terbubuhi our signatures? Stuff not sob tu?

1. Creating your signature. Please try to make the MyLiveSignature.
2. Let's just making've done it sob
3. Upload your signature image. Try it in Picasa, ImageShack, or the other ... When you're done uploading pictures, get the URL ....
4. Login to blogger, click the Layout / Layout and select Edit HTML
5. Tick the Expand Widget Templates
6. Search codes <data:post.body/>
7. Add this code at the bottom:

<b:if cond='data:blog.pageType == "item"'>
<br/><br/><img src='URLtandatangankamu'/>
</b:if>

8. Note: Replace the red text with your signature URLs



»»  read more
Ubuntu Karmic Alpha 6 was released with a small delay and the most important new feature is the new Ubuntu Software Store (which a lot of people are saying should be renamed, actually). Ubuntu Software Store is temporarily located under System, with a plan to replace Add\Remove in the Beta release (screen-shots below).

karmic koala ubuntu software storekarmic koala ubuntu software storekarmic koala ubuntu alpha 6 screenshot


ubuntu karmic koala alpha 6


Another change in Karmic Alpha 6 is that the boot splash screen (Usplash) has been removed for improving the startup time. Ubuntu will now have an X-based splash screen (Xsplash - you can install it in Alpha 6 by using the following command: sudo apt-get install ubuntu-xsplash-artwork && sudo apt-get install xsplash ). Here is a video with the new Xsplash:



Also, the Indicator Applet can now open the Empathy Instant Messenger and/or the Evolution Mail client:


ubuntu karmic alpha 6 indicator applet


This week, the User Interface Freeze for Ubuntu Karmic Koala took place meaning no major changes will be made from the appearance point of view.

Download Ubuntu 9.10 Karmic Koala Alpha 6:

»»  read more
It's not a new thing about the facility Smile Detection and Face Detection in a digital camera. Smile detection helps a person to take pictures when people are to be photographed smiling. The Face Detection will automatically find and retrieve the object faces in focus.

For the first time, face detection technology allows to choose between the children or adults as a primary option in the picture. Exposure, focus and color photographs on the subject will automatically be adjusted to obtain images with a more even exposure and natural.

As the leader of the digital camera market, Sony kept trying to combine style and art functions today. With innovative features like face detection technology that can recognize the faces of children and adults, the ranks of the Cyber-shot camera has become the latest new standard in digital camera market today.

Interestingly, this technology is also applied by Sony video camera (video camera). Sony HDR-CX12 is the first video camera that has Smile Detection function. The same facilities as the one on a digital camera, but this time in the form of video formats. Such facilities would be useful to take a movie a child or infant who immortalized her smile like that.

Besides Sony, the famous mobile phone maker Nokia also includes a pioneer in applying technology dalm Face Detection camera phone. Lord of the global handset market was releasing the latest update to improve the ability to capture an image in the camera in Nokia N86 8MP. Additional features referred to are, face detection or detect faces. Through these features, users can maximize your N86 camera on their mobile phones has reached 8MP resolution, by detecting a smile on each picture to be taken.
»»  read more

Follower Old vs Follower New

Diposkan oleh yusron | 17:51 | 0 komentar »
Er it turns out we are missing follower yesterday it happened because a blogger work with google to change the look of our old follower to be new, which is replaced by a follower google friends connect (to see an example can be seen below, if any buddy know bloggers yg blm). Actually when we lost follower I also suspect that the bloggers would have a change in the widget display, etc., when viewed seh cuman bloggers have increasingly looked neat with widget2nya. I just want to make a question to the bloggers and gentlemen of the new-blogger widget is, agree follower widget guns if we replaced with a new follower (google friends connect)?

So how did my own about this widget!

I seh was fine if the follower is replaced with a new one, would look a little blog we have seen the changes and wrote fresh new-follower. But ....???

At first glance when loading page fine but we will be growing again nich, because google friends connect requires a query to display the first data2 follower of our blog in their database. The result is not as light follower of our old follower, which looks simple but has a great effect for the development progress of our own blog follower of us can connect with other bloggers to get our latest posts are at their blogs or dashboard. The point to be a follower of our bloggers, bloggers they will be able to see the latest developments on our blog and of course can directly see our latest postings.

But we are a new follower is also no less wonderful, because its function is still as good long-follower. That new-follower has a view that is less fresh and look neat, if I own guns because it would give a damn follower still sama2 aja cuman different looks.

Well what about your own, if the follower agree long guns replaced with a new follower!!
»»  read more
Assalamualaikum.wr.wb

Making scroll effect on the blog archives, well it looks cool, but save this place looks more efficient, too.

Get to the how:

First we must first create Blog Archive

• Log in to blogger
• Click on Layout
• Click on Page Elements
• Add an element pages => Add the element Blog Archive
• But you have to select the style hierarchy


On the menu was not there over the scroll function, to make a scroll function follow the steps again!

• After that, click on Edit Html
• Tick the Expand Widget Templates writing
• Then you find code like this

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

You will find the complete code like this:

<b:widget id='BlogArchive2' locked='false' title='Arsip Blog' type='BlogArchive'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<div style='overflow:auto; width:ancho; height:100px;'>
<div id='ArchiveList'>
<div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
<b:if cond='data:style == &quot;HIERARCHY&quot;'>
<b:include data='data' name='interval'/>
</b:if>
<b:if cond='data:style == &quot;FLAT&quot;'>
<b:include data='data' name='flat'/>
</b:if>
<b:if cond='data:style == &quot;MENU&quot;'>
<b:include data='data' name='menu'/>
</b:if>
</div>
</div></div>
<b:include name='quickedit'/>
</div>
</b:includable>
<b:includable id='flat' var='data'>
<ul>
<b:loop values='data:data' var='i'>
<li class='archivedate'>
<a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
</li>
</b:loop>
</ul>
</b:includable>
<b:includable id='menu' var='data'>
<select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
<option value=''><data:title/></option>
<b:loop values='data:data' var='i'>
<option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
</b:loop>
</select>
</b:includable>
<b:includable id='interval' var='intervalData'>
<b:loop values='data:intervalData' var='i'>
<ul>
<li expr:class='&quot;archivedate &quot; + data:i.expclass'>
<b:include data='i' name='toggle'/>
<a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
<span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>
<b:if cond='data:i.data'>
<b:include data='i.data' name='interval'/>
</b:if>
<b:if cond='data:i.posts'>
<b:include data='i.posts' name='posts'/>
</b:if>
</li>
</ul>
</b:loop>
</b:includable>
<b:includable id='toggle' var='interval'>
<b:if cond='data:interval.toggleId'>
<b:if cond='data:interval.expclass == &quot;expanded&quot;'>
<a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; + &quot;&amp;dir=close&amp;toggle=&quot; + data:interval.toggleId + &quot;&amp;toggleopen=&quot; + data:toggleopen'>
<span class='zippy toggle-open'>&#9660; </span>
</a>
<b:else/>
<a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; + &quot;&amp;dir=open&amp;toggle=&quot; + data:interval.toggleId + &quot;&amp;toggleopen=&quot; + data:toggleopen'>
<span class='zippy'>
<b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>
&#9668;
<b:else/>
&#9658;
</b:if>
</span>
</a>
</b:if>
</b:if>
</b:includable>
<b:includable id='posts' var='posts'>
<ul class='posts'>
<b:loop values='data:posts' var='i'>
<li><a expr:href='data:i.url'><data:i.title/></a></li>
</b:loop>
</ul>
</b:includable>
</b:widget>
Code red and green color is added into the code of the script
Green color code in bold is the height of this element, please friend change to fit the blog friends

wassalamualaikum.wr.wb
»»  read more

Giving Information to Link

Diposkan oleh yusron | 18:08 | 0 komentar »
Surely all gimana udah know how to make a link, but try to highlight this link:

Who am I???

How easy
Hmmm, if usually we make a link, then it's HTML code so gini:
<a href="http://www.masdoyok.co.cc/2008/07/siapa-saya.html" target="new"> Who I am </ a>

Now, in order to provide information for the link as a link in the spotlight, add the code to be like this

<a href = "http://www.masdoyok.co.cc/2008/07/siapa-saya.html" target = "new" title = "Who I sebenernya? hesitate or do not want to know?" > Who I am </ a>

Well, the blue color enhancements .... you just change the following title = "....
»»  read more
I have long post not about tricks blog. Well, took time in between the bustle, I finally blog post about tricks. If we are diligent blogwalking, mlai from domestic up to various parts of the world you will surely find many things interesting. One of the interesting in my opinion, is selected in the sidebar widget. This time I'm posting about the only modification widgets appear on the front page (FrontPage), whereas when the visitor enters into your post, the widget will disappear. How? It's easy ... Please follow the following tutors:

1. Find Code Widget

- Login into blogger
- Layout
- Edit HTML
- Check Expand Widget Templates

Suppose my widget code my recent post was:

id='HTML1' <b:widget locked='false' title='' type='HTML'>
<b:includable id='main'>
<! - Only display title if it's a non-empty ->
cond='data:title <b:if != ""'>
<h2 class='title'> <data:title/> </ h2>
</ b: if>
<div class='widget-content'>
<data:content/>
</ div>

<b:include name='quickedit'/>
</ b: includable>
</ b: widget>

2. Add the code to be like this ...

Now, change the code to be like this ...

id='HTML1' <b:widget locked='false' title='' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<! - Only display title if it's a non-empty ->
cond='data:title <b:if != ""'>
<h2 class='title'> <data:title/> </ h2>
</ b: if>
<div class='widget-content'>
<data:content/>
</ div>

<b:include name='quickedit'/>
</ b: if>
</ b: includable>
</ b: widget>

Note that red is the added ....
Good luck ...
»»  read more