Search

How to Enable C$ Share in Windows 7

0 comments

By default, Windows Vista and newer versions of Windows prevent local accounts from accessing administrative shares through the network.
To enable administrative shares you have to make a registry change. Click on Start Menu and in the search box type ‘regedit’ and press ENTER. Add this registry item:
Hive: HKEY_LOCAL_MACHINE
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: LocalAccountTokenFilterPolicy
Data Type: REG_DWORD
Value: 1
After rebooting, the hidden share is accessible from other computers.

Uneversal Dashboard Update 16.001.06.01.500 Plus Modem Unlocker Tools

0 comments

Dashboard Update
Download here

Download Speed Between GPRS, EDGE, UMTS HSDPA Aand HSUPA/WCDMA

0 comments

GPRS 850, 900, 1800, 1900 MHz  
2G EDGE 850, 900, 1800, 1900 MHz  
3G UMTS 850, 1900, 2100 MHz  
3.5G HSDPA 850, 1900, 2100 MHz  
3.75G HSUPA 2100 MHz 
GPRS DownlinkUp to 156.3 Kbps  
EDGE Downlink Up to 236.8 Kbps  
UMTS Downlink Up to 384 Kbps  
HSDPA Downlink Up to 3.6 Mpbs  
HSUPA/WCDMA DownlinkUp to 7.2 Mpbs  


Kumpulan RapidLeech

0 comments

 

  1. http://rsdad.com
  2. http://rapid8.com
  3. http://osleech.com/
  4. http://rapidrar.com/
  5. http://www.megauploaddescargas.com/
  6. http://leech.dl2all.info/
  7. http://www.leechking.com/
  8. http://www.gigaleecher.com/
  9. http://itleech.us.to/

 

Sumber Kaskus

How to add comment avatars Blogger templates

0 comments

If your template not display avatar in comment you can adding it, here what to do

  • Go to Layout>Edit HTML in your Blogger dashboard, and ensure you check the "Expand widget templates" box.
  • Using your browser's search function, locate the following line of code (or similar):
<dl id='comments-block'>

Depending on your particular template, you may discover this is <div id='comments-block'> instead.

  • Replace this line of code with the following:

<dl expr:class='data:post.avatarIndentClass' id='comments-block'>

Note: if your template included div instead of dl, leave this intact and replace all other elements of the line instead.

  • Now, locate this line of code (usually a few lines further down, depending on your particular template):

<a expr:name='data:comment.anchorName'/>

Immediately before this line, paste the following section of code:


<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='35px' style='margin-bottom:-2px;' width='35px'/>
</b:if>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>

  • Save your template.

 

Thanks to bloggerbuster

How to Display Comments Form

2 comments

If your template does not have the form there or not display correctly, you may need to manually add it or activate it.
To add it manually:

  • Enter in the code of your template (Dashboard → Layout → Edit HTML) and search for:
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  • Replace that code with the following:
<b:if cond='data:post.embedCommentForm'> <b:include data='post' name='comment-form'/> <b:else/> <b:if cond='data:post.allowComments'> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a> </b:if> </b:if>
To activate it:
  1. Enter the options panel comments (Dashboard → Settings → Comments).
  2. And in the "Comment Form Placement" section, select: Embedded below post.

Creating Read More or 'After the jump' summaries

0 comments

Read More or After the Jump is a feature which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More

Creating jump breaks in your blog posts can be easily done right from the post editor, without the need for any HTML changes. First, decide where in the post you want to create the jump break, and place your cursor in that position:

Once your mouse cursor is placed at the jump point, simply click theInsert Jump Break toolbar icon:

undefined

Clicking the icon will insert a grey bar at the cursor point, illustrating where in the post your break will appear. The bar can be dragged though, so you can always re-position it after insertion.

If you don't use the new post editor, you can still insert a jump break in Edit HTML mode by adding where you want to position the jump break.

undefined

Once you are set on the jump break's location within the post, you are ready to publish your post. After publishing, you will notice that theRead More link is placed where you set the jump break:

undefined

Clicking on the Read More link will then display the full text of the post:

If you feel like changing the Read More text to your own custom phrase, you can easily do this from the Layout | Page Elements tab. Click Edit on the Blog Post widget, and then change the Post page link text to whatever you'd like.

undefined

One more note, the Jump Break feature does not change how your post appears in your feed. You can configure post feed options by going to Settings | Basic | Site Feed, and editing Allow Blog Feeds.

Note:For those using a customized third-party template, you will have to add a snippet of code to make Jump Breaks work.

To do this, access your blog's Layout | Edit HTML tab, and first backup your template by clicking the Download Full Template link at the top of the page. This will download an XML version of your template which you can upload later at any time if you need to.

After backing up your template, then click the Expand Widget Templates checkbox, and scan your HTML for the following snippet:

<data:post.body/>

Once you've located that code, paste the following snippet directly below it:

<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >

After you've pasted in the code, click Save and then you're done!

From : Blogger Help