Sunday, May 31, 2009

Welcome Alert Script For Blogger

Alert Script for Blogger,when anybody will visit your website or blog he will get an welcome message before loading your page completely.You can have anything in the message what you want.It can be helpful for you whenever you want to display to your welcoming visitor some message or alert which you can be important for him to get to your blog reading further.

I had before shared you with two scripts:-
1)Disable Right Click For Blogger
2)Making Image Reflections




Just login to blogger > Layout > Edit Html

Find <head> tag and add the below script just after it.


<script language='JavaScript'>alert(&quot;Your Message Here&quot;);</script>


Just change text in red with your welcoming message.

And now save your template.And visit your blog you will get an welcome message.

Welcome Alert Script For Blogger

Alert Script for Blogger,when anybody will visit your website or blog he will get an welcome message before loading your page completely.You can have anything in the message what you want.It can be helpful for you whenever you want to display to your welcoming visitor some message or alert which you can be important for him to get to your blog reading further.

I had before shared you with two scripts:-
1)Disable Right Click For Blogger
2)Making Image Reflections




Just login to blogger > Layout > Edit Html

Find <head> tag and add the below script just after it.


<script language='JavaScript'>alert(&quot;Your Message Here&quot;);</script>


Just change text in red with your welcoming message.

And now save your template.And visit your blog you will get an welcome message.

Welcome Alert Script For Blogger

Alert Script for Blogger,when anybody will visit your website or blog he will get an welcome message before loading your page completely.You can have anything in the message what you want.It can be helpful for you whenever you want to display to your welcoming visitor some message or alert which you can be important for him to get to your blog reading further.

I had before shared you with two scripts:-
1)Disable Right Click For Blogger
2)Making Image Reflections




Just login to blogger > Layout > Edit Html

Find <head> tag and add the below script just after it.


<script language='JavaScript'>alert(&quot;Your Message Here&quot;);</script>


Just change text in red with your welcoming message.

And now save your template.And visit your blog you will get an welcome message.

Saturday, May 30, 2009

Recent Posts Widget With Thumbnails Preview Blogger

Recent Posts Widget With Thumbnails Preview for blogspot blog is another hack made avaialble to use by blogosphere,which has made a blogging look really beautiful and proffesional.With the help of these we make blogging look proffessional.Now something about hack as you would be using recent post widget for sure showing post titles but now this widget will be showing images with or without title from your posts or you defined manually.

I have before posted on Recent Posts and recent comments widget also,you can check them too if you want them.

Now let see how to install this hack and thanx to marianne to make this hack look very simple and show it in many ways to adjust the blogger template.

Now how to install it.

Just not waste time,first download these file from here which contains scripts to make your widget work.

Goto Blogger Layout > Page Elements > Add A gadget > Html/Javascript

And add the below codes:-


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";

</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


You have to change the bold links above in codes to make it work.

Now i will explain all the parameters in the script what it does.

- Lines
imgr [0] = "http://YOURIMAGEURL.jpg";

contains link to the default image, you can replace this link with your photos, you can also add many others by creating additional lines imgr [5 ]=..., imgr [6] = ..... Try to select the image size small to have such severe widget.If you will not use image here the widget will automatically extract first image from your post and show up the thumbnail and if it doesn't contain any image it will not show up any image so you can define your image url in this line.

- The showRandomImg = true; that is enabled does the random image default image if you want existing order, please change true to false.

- 4 lines

tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";


in turn is the width of the widget (pixels) between cells, border color of widget and widget's background color.

- 2 lines

imgwidth = 118;
imgheight = 100;


is the width and height of the image thumbnail.

- 4 lines

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";


turn is: Font Size of title, title color, turn the bowl bold title (if you want the shortcut to the true false), the icon before the title (if you do not want the icon for the empty value).

- Line

text = "comments";

text of the report you want to comment now (for example: text = "reviews"). If you do not want the number of comments for each post, set text value = "no".

- Line

showPostDate = false;

say that the current date was off. Please replace false with true if you want the date.

- 4 lines

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

in turn is the number of characters like the description for each post (if you want to disable, set the value is 0), Size of the Font described, description and color icon of the previous description.

- Line

numposts = 5;

ask you to report the number of items will appear on the widget, for example above is 5.

- Line

home_page = "http://www.anshuldudeja.com/";

ask you to report address blog currently use.Do not forget it is important to seal against your url with (/) at the end of the url.

Now this was all customization part if you not happy with looks of it and can do it yourself.

Now the thing just important is the script to use in codes as i have made that place red color bold in codes so as to tell where to add the script.

As i have told you at the beggining to download the scripts,if you haven't downloaded,download it from here.

After downloading you will get zip file,extract it and you will be given nine .js files or 9 scripts.
All nine script does different work.What type of work they will do i am writing below and how to know which script you have to use for which purpose,you just need to read the name of the file,you will come to know for which purpose it is after reading the below functions of nine scripts.

1)Recent posts in horizontal Position showing only Thumbnails.
2)Recent posts in Vertical Position showing only Thumbnails.
3)Recent posts in Vertical Position showing Thumbnails With Tilte And Description With Comments.
4)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description With Comments.
5)Recent posts in Vertical Position showing Thumbnails With Tilte And Description without Comments.
6)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description without comments.
7)Recent posts in Vertical Position showing Thumbnails With Tilte And Description from any Particular Label.
8)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description from any Particular Label.
9)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description in between Thumbnails instead of below thumbnail.

These are the only nine ways you can use this script.Just download the scripts and with the name of file you will come to know about its function and can use that script.

Just upload the script you want to use to your server and replace the url in bold red in above codes with your url and dont forget to change your blog name also which is also on bold back in above codes.If you dont know where to upload this script just read on the list from here.

As above i have told you about the label script also,i.e script to extract thumbnails from your any particular category you want.If you using widget for any category of yours.Just use the below codes in place of above i provided.


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";
label = "tagname";
</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


The difference in both code is just of red code as i have added that is label line,just change the tagname with your category name,then it will work for your category and please don't forget to change the blog url and script url in these codes.You can't use only thumbnails for your category as post tile and description will also be shown.

I hope you will love this widget.Have A nice Day !

Recent Posts Widget With Thumbnails Preview Blogger

Recent Posts Widget With Thumbnails Preview for blogspot blog is another hack made avaialble to use by blogosphere,which has made a blogging look really beautiful and proffesional.With the help of these we make blogging look proffessional.Now something about hack as you would be using recent post widget for sure showing post titles but now this widget will be showing images with or without title from your posts or you defined manually.

I have before posted on Recent Posts and recent comments widget also,you can check them too if you want them.

Now let see how to install this hack and thanx to marianne to make this hack look very simple and show it in many ways to adjust the blogger template.

Now how to install it.

Just not waste time,first download these file from here which contains scripts to make your widget work.

Goto Blogger Layout > Page Elements > Add A gadget > Html/Javascript

And add the below codes:-


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";

</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


You have to change the bold links above in codes to make it work.

Now i will explain all the parameters in the script what it does.

- Lines
imgr [0] = "http://YOURIMAGEURL.jpg";

contains link to the default image, you can replace this link with your photos, you can also add many others by creating additional lines imgr [5 ]=..., imgr [6] = ..... Try to select the image size small to have such severe widget.If you will not use image here the widget will automatically extract first image from your post and show up the thumbnail and if it doesn't contain any image it will not show up any image so you can define your image url in this line.

- The showRandomImg = true; that is enabled does the random image default image if you want existing order, please change true to false.

- 4 lines

tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";


in turn is the width of the widget (pixels) between cells, border color of widget and widget's background color.

- 2 lines

imgwidth = 118;
imgheight = 100;


is the width and height of the image thumbnail.

- 4 lines

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";


turn is: Font Size of title, title color, turn the bowl bold title (if you want the shortcut to the true false), the icon before the title (if you do not want the icon for the empty value).

- Line

text = "comments";

text of the report you want to comment now (for example: text = "reviews"). If you do not want the number of comments for each post, set text value = "no".

- Line

showPostDate = false;

say that the current date was off. Please replace false with true if you want the date.

- 4 lines

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

in turn is the number of characters like the description for each post (if you want to disable, set the value is 0), Size of the Font described, description and color icon of the previous description.

- Line

numposts = 5;

ask you to report the number of items will appear on the widget, for example above is 5.

- Line

home_page = "http://www.anshuldudeja.com/";

ask you to report address blog currently use.Do not forget it is important to seal against your url with (/) at the end of the url.

Now this was all customization part if you not happy with looks of it and can do it yourself.

Now the thing just important is the script to use in codes as i have made that place red color bold in codes so as to tell where to add the script.

As i have told you at the beggining to download the scripts,if you haven't downloaded,download it from here.

After downloading you will get zip file,extract it and you will be given nine .js files or 9 scripts.
All nine script does different work.What type of work they will do i am writing below and how to know which script you have to use for which purpose,you just need to read the name of the file,you will come to know for which purpose it is after reading the below functions of nine scripts.

1)Recent posts in horizontal Position showing only Thumbnails.
2)Recent posts in Vertical Position showing only Thumbnails.
3)Recent posts in Vertical Position showing Thumbnails With Tilte And Description With Comments.
4)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description With Comments.
5)Recent posts in Vertical Position showing Thumbnails With Tilte And Description without Comments.
6)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description without comments.
7)Recent posts in Vertical Position showing Thumbnails With Tilte And Description from any Particular Label.
8)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description from any Particular Label.
9)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description in between Thumbnails instead of below thumbnail.

These are the only nine ways you can use this script.Just download the scripts and with the name of file you will come to know about its function and can use that script.

Just upload the script you want to use to your server and replace the url in bold red in above codes with your url and dont forget to change your blog name also which is also on bold back in above codes.If you dont know where to upload this script just read on the list from here.

As above i have told you about the label script also,i.e script to extract thumbnails from your any particular category you want.If you using widget for any category of yours.Just use the below codes in place of above i provided.


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";
label = "tagname";
</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


The difference in both code is just of red code as i have added that is label line,just change the tagname with your category name,then it will work for your category and please don't forget to change the blog url and script url in these codes.You can't use only thumbnails for your category as post tile and description will also be shown.

I hope you will love this widget.Have A nice Day !

Recent Posts Widget With Thumbnails Preview Blogger

Recent Posts Widget With Thumbnails Preview for blogspot blog is another hack made avaialble to use by blogosphere,which has made a blogging look really beautiful and proffesional.With the help of these we make blogging look proffessional.Now something about hack as you would be using recent post widget for sure showing post titles but now this widget will be showing images with or without title from your posts or you defined manually.

I have before posted on Recent Posts and recent comments widget also,you can check them too if you want them.

Now let see how to install this hack and thanx to marianne to make this hack look very simple and show it in many ways to adjust the blogger template.

Now how to install it.

Just not waste time,first download these file from here which contains scripts to make your widget work.

Goto Blogger Layout > Page Elements > Add A gadget > Html/Javascript

And add the below codes:-


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";

</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


You have to change the bold links above in codes to make it work.

Now i will explain all the parameters in the script what it does.

- Lines
imgr [0] = "http://YOURIMAGEURL.jpg";

contains link to the default image, you can replace this link with your photos, you can also add many others by creating additional lines imgr [5 ]=..., imgr [6] = ..... Try to select the image size small to have such severe widget.If you will not use image here the widget will automatically extract first image from your post and show up the thumbnail and if it doesn't contain any image it will not show up any image so you can define your image url in this line.

- The showRandomImg = true; that is enabled does the random image default image if you want existing order, please change true to false.

- 4 lines

tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";


in turn is the width of the widget (pixels) between cells, border color of widget and widget's background color.

- 2 lines

imgwidth = 118;
imgheight = 100;


is the width and height of the image thumbnail.

- 4 lines

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";


turn is: Font Size of title, title color, turn the bowl bold title (if you want the shortcut to the true false), the icon before the title (if you do not want the icon for the empty value).

- Line

text = "comments";

text of the report you want to comment now (for example: text = "reviews"). If you do not want the number of comments for each post, set text value = "no".

- Line

showPostDate = false;

say that the current date was off. Please replace false with true if you want the date.

- 4 lines

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

in turn is the number of characters like the description for each post (if you want to disable, set the value is 0), Size of the Font described, description and color icon of the previous description.

- Line

numposts = 5;

ask you to report the number of items will appear on the widget, for example above is 5.

- Line

home_page = "http://www.anshuldudeja.com/";

ask you to report address blog currently use.Do not forget it is important to seal against your url with (/) at the end of the url.

Now this was all customization part if you not happy with looks of it and can do it yourself.

Now the thing just important is the script to use in codes as i have made that place red color bold in codes so as to tell where to add the script.

As i have told you at the beggining to download the scripts,if you haven't downloaded,download it from here.

After downloading you will get zip file,extract it and you will be given nine .js files or 9 scripts.
All nine script does different work.What type of work they will do i am writing below and how to know which script you have to use for which purpose,you just need to read the name of the file,you will come to know for which purpose it is after reading the below functions of nine scripts.

1)Recent posts in horizontal Position showing only Thumbnails.
2)Recent posts in Vertical Position showing only Thumbnails.
3)Recent posts in Vertical Position showing Thumbnails With Tilte And Description With Comments.
4)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description With Comments.
5)Recent posts in Vertical Position showing Thumbnails With Tilte And Description without Comments.
6)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description without comments.
7)Recent posts in Vertical Position showing Thumbnails With Tilte And Description from any Particular Label.
8)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description from any Particular Label.
9)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description in between Thumbnails instead of below thumbnail.

These are the only nine ways you can use this script.Just download the scripts and with the name of file you will come to know about its function and can use that script.

Just upload the script you want to use to your server and replace the url in bold red in above codes with your url and dont forget to change your blog name also which is also on bold back in above codes.If you dont know where to upload this script just read on the list from here.

As above i have told you about the label script also,i.e script to extract thumbnails from your any particular category you want.If you using widget for any category of yours.Just use the below codes in place of above i provided.


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";
label = "tagname";
</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


The difference in both code is just of red code as i have added that is label line,just change the tagname with your category name,then it will work for your category and please don't forget to change the blog url and script url in these codes.You can't use only thumbnails for your category as post tile and description will also be shown.

I hope you will love this widget.Have A nice Day !

Thursday, May 28, 2009

Matt Wieters is Coming: The Orioles Will Be Pulling a Switcheroo

The Matt Wieters debut/anointment/coronation happens tonight and has been or will be covered is every way imaginable by then. So I may as well cover yet another facet of Wieters' call up; Wieters will give the Orioles the unusual option of putting four switch hitters in the starting lineup at once.

But first, let's backtrack and take a look at Oriole teams of the past with switch hitting prowess


1984-1986



From 1954 to 1983, the Orioles featured few switch hitters and rarely even trotted out three switch hitters at a time. That changed in the early 1980's. Eddie Murray and Ken Singleton were already switch hitting fixtures in Baltimore and the addition of CF John Shelby as a regular in 1983 gave the O's three guys in the lineup who batted from both sides of the plate.

Enter rookie outfielder Mike Young. Young was a corner outfielder who had a pretty good rookie season in 1984 finishing 5th in the AL ROY voting. He started playing regularly in mid-May and gave the Orioles their first quartet of switch hitters. Singleton, Murray, Young and Shelby appeared together in the starting lineup 22 times in 1984.


Batter AVG OBP SLG R HR SB
Murray .306 .410 .509 97 29 10
Singleton .215 .286 .289 28 6 0
Shelby .209 .248 .313 44 6 12
Young .252 .355 .431 59 17 6





With Ken Singleton's retirement before the 1985 season, it appeared that an Oriole quartet of switch hitters would be a footnote of the '84 season alone. Not so. A mid-season trade for 2B Alan Wiggins and the promotion of rookie catcher Al Pardo gave the Orioles five switch hitters on the roster and injuries to Fred Lynn and Jim Dwyer allowed Shelby and Young more at bats than they would have gotten otherwise. On July 6th, the quartet of Shelby, Young, Wiggins and Murray took to the field for the first time. Adding Pardo, these five players combined to field lineups with at least four switch hitters 42 times during the second half. On 5 occasions, all five switch hitters were in the starting lineup, happening for the first time on July 8th. It was the first time in Oriole history that the starting lineup boasted five switch hitters.



Batter AVG OBP SLG R HR SB
Murray .297 .383 .523 111 31 5
Shelby .283 .307 .434 28 7 5
Young .273 .348 .513 72 28 1
Wiggins .285 .353 .349 43 0 30
Pardo .133 .167 .147 3 0 0




1986 would see the continued combination of the above five players to run out a lineup with at least four switch hitters 27 times including all five of them twice.




Batter AVG OBP SLG R HR SB
Murray .305 .396 .463 61 17 3
Shelby .228 .263 .364 54 11 18
Young .252 .342 .371 43 9 3
Wiggins .251 .309 .272 30 0 21
Pardo .137 .137 .216 3 1 0



The drug problems of Wiggins, the trading of John Shelby to the Dodgers and the demotion of Al Pardo meant the foursome of switch hitters only took the field once in 1987. The Golden Age of Baltimore switch hitters was over.




1995-96

The next quartet of switch hitters wouldn't arrive until 1995 and consisted mostly of part time players. Brett Barberie was a utility infieder. Gregg Zaun was a rookie. Kevin Bass was a fourth outfielder. But when Baltimore traded for swtich hitting slugger Bobby Bonilla, they all made it into the starting lineup just once, August 4th, 1995.


Batter AVG OBP SLG R HR SB
Barberie .241 .351 .325 32 2 3
Bass .244 .303 .336 32 5 8
Bonilla .333 .392 .544 47 10 0
Zaun .260 .358 .394 18 3 1




In 1996, Bass and Barberie were gone but Roberto Alomar came to town and when the O's traded mid-season for aging veteran Eddie Murray, they once again had a four switch hitters on the team. They took the field together three times late in the 1996 season and Baltimore took the AL Wild Card.


Batter AVG OBP SLG R HR SB
Alomar .328 .411 .527 132 22 17
Murray .257 .327 .439 36 10 1
Bonilla .287 .363 .491 107 28 1
Zaun .231 .309 .352 16 1 0





Now, Matt Wieters will join Brian Roberts, Gregg Zaun and Cesar Izturis as the fourth switch hitter on the 2009 Baltimore Orioles. Will they take the field together as often as those mid-80's teams? No. Zaun and Wieters play the same position. But I imagine we'll see Wieters DH on his off days with Zaun at catcher. So I think we'll see that alignment more than the three times we last saw it in 1996.

Now let's hope that Wieters is better than fellow 1st round drafted catcher Al Pardo...

MASN Oriole Blogger Night: The Whirlwind Tour

Thanks to MASN, especially the PR team of Todd Webster and Kristen Hudak, for including me among several Oriole bloggers invited up the Camden Yards on Tuesday for Oriole Blogger Night. Coming up from Atlanta, I am pretty sure I took the long distance award but I wouldn't have missed this for anything. Drove up to my Dad's place in southern Virginia Monday night, drove to Baltimore Tuesday morning, back to southern Virginia after the game and all the way home yesterday. It was my own personal version of The Cannonball Run. (I even brought beer back...the boys are thirsty in Atlanta...(OK, I'm mixing my Burt Reynolds movies a bit)...but that's a story for another blog...) Thank God it wasn't rained out!

We assembled outside the stadium with Todd before the game and then headed up to the booth to see Gary Thorne and Buck Martinez. Below are three soundless, "Blair Witch Project" quality video snippets of the booth. Try not to get nauseous.

First, the Oriole Blogosphere pours into the booth. You'll see Amber Theoharis off to the right and Gary Thorne as we enter:




Second, Amber comes in to say a quick hello.




Here comes Buck Martinez! Since there's no sound, I'll just tell you that Gary Thorne's voice is not the product of a bunch of perfectly aligned settings on a studio soundboard; the guy has some serious pipes and delivered his answers to our questions in those same dulcet tones you hear on TV. Buck and Gary fielded questions and, as it turns out, they read none of the collective bloggers work. I could have sworn that Gary said he only has time to read "reputable sources". Ouch! That's OK Gary, we like you anyway. Thanks to those guys for taking a few minutes out of their work day to speak with us.





Anyway, after that is was outside to watch a bit of the O's Xtra Pregame Show:


And then back upstairs to enjoy the game from the MASN suite. I have been to the luxury suites at Turner Field a couple of times before. These suites were nicer. Good crab cakes too.

Many people showed up in the suite during the game. Rick Dempsey came up for nearly the whole game, keeping very detailed score throughout the game. I chatted with Rick for a second, shook his hand, thanked him for being nice to my son at Spring Training a few years back. Class act, this Dempsey. Glad I named the blog for him!

Rick hard at work...

...on his painstakingly detailed, color coded score cards.

Al Bumbry made a brief appearance although I did not talk to him. Jim Hunter was rather personable and talked with some of us for awhile. I met MASN's Steve Melewski, again really nice guy. Roch Kubatko came down to chat. I inadvertently caught this mildly uncomfortable exchange between Roch and Duck from Camden Chat...more on that over here. (Roch was actually really cool to everybody...that comment is tongue-in-cheek... ;-) )

Andy MacPhail announced the impending arrival of Matt Wieters which sent the MASN reporters scrambling out of the suite...

Todd took a few of us down to the bowels of Camden Yards to see the MASN production truck. Very impressive.




Did I mention it was Jason Berken's major league debut and the Orioles won 7-2? Really, it could not have gotten much better.

It was really great meeting so many in the Oriole blogosphere whom I have merely e-mailed in the past. There were three people from Camden Chat (Stacey, Duck, Jonny Pops) , Anthony Amobi from Oriole Post and Oriole Magic, James Baker from Oriole Magic, Matt from Roar from 34, Neal Schafer from The Loss Column, The Wayward O (Pete Brush), Zach Wilt from Baltimore Sports Report and Chris Stoner from Baltimore Sports and Life. I'm sure I missed somebody but those are the people I remember meeting.

edit: After reading the full post on Camden Chat, I think that Ken Brotzman form NumerOlogy/Oroles Card "O" the Day was there too. I thought he was a fourth Camden Chatter. Like the work Ken!

All in all, well worth the combined 24 hours on the road over the course of three days.

I'll post some more snapshots and such over the weekend. But there's more! Wayward O recounts his experiences, Stacey from Camden Chat details the event and Anthony Amobi will have a recap up (with expected great photography) soon. Ken recaps the event at Oriole Card "O" the day, Neal has a write up over at The Loss Column and James Baker has his take over at Oriole Magic.

Thanks again to the MASN team for making this happen and for everyone involved with MASN to take time out of their work day (that point was not lost on me) to make a bunch of uber-fans feel at home.


List Of Search Engines To Submit Your Blog

List of Search Engines,you may submit your site URL to these search engines for Free. If you dont have enough time to submit your site or blog thn submit to the top few leading search engines like google and yahoo or msn or your local engines.This is not the complete list of search engines but are enough to give an start to your blog,as you will find countless amount of search engines on web you wouldn't have heard of.


Website Submission Services

There are many websites on the net offering free website submission services to search engines. The list of search engines are by and large the same. Some offer fee to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make.If you still want that you can do that that too.



This is for just begginers i don't think if you have good blogs and receive traffic,search engines will automatically index you and most of the small engines drive traffic from big search engines like google.

If you want more sites get from here too

http://selfpromotion.com/list-of-search-engines.t
http://www.searchenginecolossus.com/

If still want more just search for keyword 'list of search engines to submit websites' on google or yahoo you will get long list.

List Of Search Engines To Submit Your Blog

List of Search Engines,you may submit your site URL to these search engines for Free. If you dont have enough time to submit your site or blog thn submit to the top few leading search engines like google and yahoo or msn or your local engines.This is not the complete list of search engines but are enough to give an start to your blog,as you will find countless amount of search engines on web you wouldn't have heard of.


Website Submission Services

There are many websites on the net offering free website submission services to search engines. The list of search engines are by and large the same. Some offer fee to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make.If you still want that you can do that that too.



This is for just begginers i don't think if you have good blogs and receive traffic,search engines will automatically index you and most of the small engines drive traffic from big search engines like google.

If you want more sites get from here too

http://selfpromotion.com/list-of-search-engines.t
http://www.searchenginecolossus.com/

If still want more just search for keyword 'list of search engines to submit websites' on google or yahoo you will get long list.

List Of Search Engines To Submit Your Blog

List of Search Engines,you may submit your site URL to these search engines for Free. If you dont have enough time to submit your site or blog thn submit to the top few leading search engines like google and yahoo or msn or your local engines.This is not the complete list of search engines but are enough to give an start to your blog,as you will find countless amount of search engines on web you wouldn't have heard of.


Website Submission Services

There are many websites on the net offering free website submission services to search engines. The list of search engines are by and large the same. Some offer fee to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make.If you still want that you can do that that too.



This is for just begginers i don't think if you have good blogs and receive traffic,search engines will automatically index you and most of the small engines drive traffic from big search engines like google.

If you want more sites get from here too

http://selfpromotion.com/list-of-search-engines.t
http://www.searchenginecolossus.com/

If still want more just search for keyword 'list of search engines to submit websites' on google or yahoo you will get long list.

Google Page Rank Update May 2009

Yes Friends today i am so happy to check my pagerank in google toolbar because google has made my pagerank increased from 3 to 4.Its quite a good pagerank.If you haven't checked the page rank of your blog just be fast to check as google has completed the page rank update for for may 2009,the second pr update this year.As one held on 31st dec of 2008 when google gave us the pr of 1 as was beggining of the blog.

Then the next update took after 3 months on 3rd april 2009 and we got the page rank of 3 a page rank that is still considered as low by google but its good enough to rank in search engines.

And now page rank update took too fast by google i.e just after 2 months and we got an pagerank of 4 that comes in medium category by google.

It has all been possible to go high and high always with only all my readers support and all those who like my blog and promote our posts and linking to us.Just help us keep rising this way and i will bring a more better blog to you with full powered blogger resources and make your blogging easy and beautiful.

So just need your supports to make it to pr 5 next time and as it would not be possible without you.

Thanking to all my blog readers,visitors and lovers especially regular readers who made this blog one of the popular blog of blogosphere.And dont forget just to check your blog pagerank from here.

And help us more by subscribing to our blog.

Regards Anshul.

Google Page Rank Update May 2009

Yes Friends today i am so happy to check my pagerank in google toolbar because google has made my pagerank increased from 3 to 4.Its quite a good pagerank.If you haven't checked the page rank of your blog just be fast to check as google has completed the page rank update for for may 2009,the second pr update this year.As one held on 31st dec of 2008 when google gave us the pr of 1 as was beggining of the blog.

Then the next update took after 3 months on 3rd april 2009 and we got the page rank of 3 a page rank that is still considered as low by google but its good enough to rank in search engines.

And now page rank update took too fast by google i.e just after 2 months and we got an pagerank of 4 that comes in medium category by google.

It has all been possible to go high and high always with only all my readers support and all those who like my blog and promote our posts and linking to us.Just help us keep rising this way and i will bring a more better blog to you with full powered blogger resources and make your blogging easy and beautiful.

So just need your supports to make it to pr 5 next time and as it would not be possible without you.

Thanking to all my blog readers,visitors and lovers especially regular readers who made this blog one of the popular blog of blogosphere.And dont forget just to check your blog pagerank from here.

And help us more by subscribing to our blog.

Regards Anshul.

Google Page Rank Update May 2009

Yes Friends today i am so happy to check my pagerank in google toolbar because google has made my pagerank increased from 3 to 4.Its quite a good pagerank.If you haven't checked the page rank of your blog just be fast to check as google has completed the page rank update for for may 2009,the second pr update this year.As one held on 31st dec of 2008 when google gave us the pr of 1 as was beggining of the blog.

Then the next update took after 3 months on 3rd april 2009 and we got the page rank of 3 a page rank that is still considered as low by google but its good enough to rank in search engines.

And now page rank update took too fast by google i.e just after 2 months and we got an pagerank of 4 that comes in medium category by google.

It has all been possible to go high and high always with only all my readers support and all those who like my blog and promote our posts and linking to us.Just help us keep rising this way and i will bring a more better blog to you with full powered blogger resources and make your blogging easy and beautiful.

So just need your supports to make it to pr 5 next time and as it would not be possible without you.

Thanking to all my blog readers,visitors and lovers especially regular readers who made this blog one of the popular blog of blogosphere.And dont forget just to check your blog pagerank from here.

And help us more by subscribing to our blog.

Regards Anshul.

Wednesday, May 27, 2009

Recent Comments Widget For Blogger

How to show more than 5 or 10 Recent Comments in your sidebar to show up.Its just very simple to show up your latest comments as we use to show up our recent posts,but the only difference is the difference of feeds url for both.As we have different feed url for posts and different for comments but the method to use the widget is same.

We have two ways to add recent posts widget in your blog and i have explained both the ways before but for the recent comments widget you can add up in following way.

Now i will tell you both ways to make it run for blogger comments.

First One,Just download this script and save to your desktop.Now upload it to your server and get its url.If you dont know where to upload this script get on list of sites from here.

Now go to blogger Layout > Add a Gadget > Html/Javascript and add the below codes.

<script style='text/javascript' src='http://blogergadgets.googlecode.com/files/recentpostswidgetv1.js'></script><script style='text/javascript'>var numposts = 5;var showpostdate = true;var showpostsummary = true;var numchars = 100;</script><script src='http://yourblogname.blogspot.com/feeds/comments/default?orderby=published&alt=json-in-script&callback=showrecentposts'></script>



As now just replace red codes in above codes with your script url and the number 5 is the no of posts to be displayed and last red is your blog url.nuchars=100 is for post desription.If you want to show recent posts you can have that too,just need to change the feed from

http://yourblogname.blogspot.com/feeds/comments/default

To

http://yourblogname.blogspot.com/feeds/posts/default

If you want recent pots from feedburner account follow this post on How Show more than 5 feeds from feedburner account.

Now use of this above recent comment script doesn't show up the date of comment and name of author who commented and to which post he commented.If you want that kind of script i have got it for you.

Just visit corpseofatic Blog and fill on the fields to get your recent comments widget displaying post date,author name,post url and comment as well.As it gives all necessary details.

I hope you will love this widget.

Recent Comments Widget For Blogger

How to show more than 5 or 10 Recent Comments in your sidebar to show up.Its just very simple to show up your latest comments as we use to show up our recent posts,but the only difference is the difference of feeds url for both.As we have different feed url for posts and different for comments but the method to use the widget is same.

We have two ways to add recent posts widget in your blog and i have explained both the ways before but for the recent comments widget you can add up in following way.

Now i will tell you both ways to make it run for blogger comments.

First One,Just download this script and save to your desktop.Now upload it to your server and get its url.If you dont know where to upload this script get on list of sites from here.

Now go to blogger Layout > Add a Gadget > Html/Javascript and add the below codes.

<script style='text/javascript' src='http://blogergadgets.googlecode.com/files/recentpostswidgetv1.js'></script><script style='text/javascript'>var numposts = 5;var showpostdate = true;var showpostsummary = true;var numchars = 100;</script><script src='http://yourblogname.blogspot.com/feeds/comments/default?orderby=published&alt=json-in-script&callback=showrecentposts'></script>



As now just replace red codes in above codes with your script url and the number 5 is the no of posts to be displayed and last red is your blog url.nuchars=100 is for post desription.If you want to show recent posts you can have that too,just need to change the feed from

http://yourblogname.blogspot.com/feeds/comments/default

To

http://yourblogname.blogspot.com/feeds/posts/default

If you want recent pots from feedburner account follow this post on How Show more than 5 feeds from feedburner account.

Now use of this above recent comment script doesn't show up the date of comment and name of author who commented and to which post he commented.If you want that kind of script i have got it for you.

Just visit corpseofatic Blog and fill on the fields to get your recent comments widget displaying post date,author name,post url and comment as well.As it gives all necessary details.

I hope you will love this widget.

Recent Comments Widget For Blogger

How to show more than 5 or 10 Recent Comments in your sidebar to show up.Its just very simple to show up your latest comments as we use to show up our recent posts,but the only difference is the difference of feeds url for both.As we have different feed url for posts and different for comments but the method to use the widget is same.

We have two ways to add recent posts widget in your blog and i have explained both the ways before but for the recent comments widget you can add up in following way.

Now i will tell you both ways to make it run for blogger comments.

First One,Just download this script and save to your desktop.Now upload it to your server and get its url.If you dont know where to upload this script get on list of sites from here.

Now go to blogger Layout > Add a Gadget > Html/Javascript and add the below codes.

<script style='text/javascript' src='http://blogergadgets.googlecode.com/files/recentpostswidgetv1.js'></script><script style='text/javascript'>var numposts = 5;var showpostdate = true;var showpostsummary = true;var numchars = 100;</script><script src='http://yourblogname.blogspot.com/feeds/comments/default?orderby=published&alt=json-in-script&callback=showrecentposts'></script>



As now just replace red codes in above codes with your script url and the number 5 is the no of posts to be displayed and last red is your blog url.nuchars=100 is for post desription.If you want to show recent posts you can have that too,just need to change the feed from

http://yourblogname.blogspot.com/feeds/comments/default

To

http://yourblogname.blogspot.com/feeds/posts/default

If you want recent pots from feedburner account follow this post on How Show more than 5 feeds from feedburner account.

Now use of this above recent comment script doesn't show up the date of comment and name of author who commented and to which post he commented.If you want that kind of script i have got it for you.

Just visit corpseofatic Blog and fill on the fields to get your recent comments widget displaying post date,author name,post url and comment as well.As it gives all necessary details.

I hope you will love this widget.

WPA: O's vs. Jays, 5/27/09

What a game! Welcome back, Luke! WPA graph, as usual, courtesy of FanGraphs.com:

Snatching victory from the jaws of defeat not once but twice. A roller coaster of a game.

Nolan Reimold has pretty much made the Pie vs. Montanez question moot. Those guys are battling it out for a fourth outfielder spot at this point. (At least, they would be if Montanez hadn't gotten hurt...) Reimold's not going anywhere.

Hey, there's this guy named Wieters coming to Baltimore on Friday. Supposed to be some big deal catcher or something. I guess we'll see.

Show Page Rank of Your Blogger-Page Rank Widget

You would have seen many blogs showing there page rank in there blogger,as you would be thinking how its possible.Yes friends its simple widget with small piece of codes which we just need to add to our blogger and it will start showing you the pagerank of your blog in your blogger.i hope everybody will be knowing how to add this,and will be thinking why i am posting about it.

If you have read my previous post on how to increase your visitors from search engines,you will get the answer.As i use to see a lot visitors coming to by blog via search engines finding for page rank widget,then thought of holding a simple tutorial on it so that atleast i can convert my that visitors into my readers.

Ok lets move on to our topic on how to add page rank widget to my blog.

1)Visit this prchecker site.
2)Write your blog adress there.
3)Fill the captcha Value there.
4)Hit the generate Button Now.

Now it will show three widgets design with there codes like the picture below:-



Just copy the codes of widget you like.

Now Login To Blogger Then Go to Layout > Page Elements > Add a Gadget > Html/Javascript

and add the codes and save it.Now view your blog it will show up that widget in your blog where you added the codes.

Or if you want more designs just visit toolser.com and select the widget you like,take the codes from front of it and simply add i told above.

Show Page Rank of Your Blogger-Page Rank Widget

You would have seen many blogs showing there page rank in there blogger,as you would be thinking how its possible.Yes friends its simple widget with small piece of codes which we just need to add to our blogger and it will start showing you the pagerank of your blog in your blogger.i hope everybody will be knowing how to add this,and will be thinking why i am posting about it.

If you have read my previous post on how to increase your visitors from search engines,you will get the answer.As i use to see a lot visitors coming to by blog via search engines finding for page rank widget,then thought of holding a simple tutorial on it so that atleast i can convert my that visitors into my readers.

Ok lets move on to our topic on how to add page rank widget to my blog.

1)Visit this prchecker site.
2)Write your blog adress there.
3)Fill the captcha Value there.
4)Hit the generate Button Now.

Now it will show three widgets design with there codes like the picture below:-



Just copy the codes of widget you like.

Now Login To Blogger Then Go to Layout > Page Elements > Add a Gadget > Html/Javascript

and add the codes and save it.Now view your blog it will show up that widget in your blog where you added the codes.

Or if you want more designs just visit toolser.com and select the widget you like,take the codes from front of it and simply add i told above.

Show Page Rank of Your Blogger-Page Rank Widget

You would have seen many blogs showing there page rank in there blogger,as you would be thinking how its possible.Yes friends its simple widget with small piece of codes which we just need to add to our blogger and it will start showing you the pagerank of your blog in your blogger.i hope everybody will be knowing how to add this,and will be thinking why i am posting about it.

If you have read my previous post on how to increase your visitors from search engines,you will get the answer.As i use to see a lot visitors coming to by blog via search engines finding for page rank widget,then thought of holding a simple tutorial on it so that atleast i can convert my that visitors into my readers.

Ok lets move on to our topic on how to add page rank widget to my blog.

1)Visit this prchecker site.
2)Write your blog adress there.
3)Fill the captcha Value there.
4)Hit the generate Button Now.

Now it will show three widgets design with there codes like the picture below:-



Just copy the codes of widget you like.

Now Login To Blogger Then Go to Layout > Page Elements > Add a Gadget > Html/Javascript

and add the codes and save it.Now view your blog it will show up that widget in your blog where you added the codes.

Or if you want more designs just visit toolser.com and select the widget you like,take the codes from front of it and simply add i told above.

Tip On How To Increase Your Visitors From Search Engines

Today i am going to share my experience with you or you can take it as trick to increase your visitors.As everybody has been blogging on different niche in which he's good but at one time in a day you would think for sure,today i should blog about which thing,that can give me visitors.Yes friends everybody want to increase the visitors to there blog and try to convert them to there readers as much as possible.

So i will share one trick on how to get increase your visitors from the search engines,if your blog receives a part of traffic from them.

Lets share an trick with you.What i use to do is,i daily use to check my traffic counter for visitors coming to my blog once a day for sure.As its not possible to check the all thousands visitors daily so just i use to check at random a day and at any time.

Now my counter let me know the keywords from which the visitors searched on engines and came to my blog.When i use to check these keywords,i daily use to find some keywords for which the visitors seems to coming to my blog but the content visitor needed based on those keywords was not into my blog.This means the visitors need some content on that topic and content is not easily provided and he's coming to my blog accidentally.So why not i should provide that content on my blog.

So why you miss an opportunity to blog about that particular information on your blog and lets increase your visitors from search engines,if you will do this regularly i promise not only your visitors will increase,your blog will also become so much seo that it will be started loving by engines and will give you high rank in it.

And if you try little bit to target some keywords too on search engines keeping in mind,what keywords people use,to find any particualr content on web and will easily find you with that keyword on top,will also help a lot in beggining.

I hope you would love this trick to make your blog seo and increase your blog visitors.If you have any other questions you ask me in comments.