August 2011
9 posts
5 tags
Blog Roll / Tumblr Roll Page
The page will show all blog you are following.
Go to customize » pages » add a page (how to make a page)
1. Put your page title for url
2. Choose “Custom Layout”
3. Copy and paste the code in the box
<p>
{block:Following}{block:Followed}
<a target="_blank" href="{FollowedURL}"><img border: "0" src="{FollowedPortraitURL-96}"...
1 tag
Tutorials comes ahead
update popup ask box (add popup links/faq/etc)
how to make blogroll page
update redirect the old url to new url
4 tags
Shaking Image
1. Copy and paste the code BEFORE </head> tags
<style>
.shakeimage{
position:relative
}
</style>
<script language="JavaScript1.2">
/*
Shake image script (onMouseover)-
� Dynamic Drive (www.dynamicdrive.com)
For full source code, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
//configure shake degree (where larger # equals greater...
5 tags
Pop Up Ask Box on Your Main Page II
( when the box pop up, the background turn fade/black and just click anywhere to close the pop up box )
1. Copy and paste the code below between <head> & </head> tags.
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
//...
4 tags
Follow Checker and Unfollower no longer available!
The Follow Checker and Unfollower features, though much-loved by many users, will no longer be a part of Missing e. These features were the most significant perpetrators of a technique called “page scraping”, an arguably bad web practice that can strain a website’s server infrastructure.
Neither of these features is likely to return in any form. Please understand that, though useful, these...
5 tags
Rainbow Link Hover
1. Copy this code BEFORE </head> tags
<script type='text/javascript'>
//<![CDATA[
var rate = 50;
if (document.getElementById)
window.onerror=new Function("return true")
var objActive; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the...
4 tags
Sparkle Hover
Put the code between <head> and </head> tags
Change the image url to image url you want.
You can find another glitter at here
<style type="text/css">a:hover{background:url('http://dl9.glitter-graphics.net/pub/80/80039njfma9svnd.gif');}hr{background-image:url('http://dl9.glitter-graphics.net/pub/80/80039njfma9svnd.gif'); </style>
4 tags
Pop Up Ask Box on Your Main Page
1. Copy and paste the code below right after <head> tags.
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
//
$('a.poplight[href^=#]').click(function() {
var popID = $(this).attr('rel'); //Get Popup Name
var popURL = $(this).attr('href'); //Get Popup href to define...
3 tags
suggest tutorial pls?