*Manabadi is a great site which provides the latest information of all educational institutes in Andhra Pradesh.
*This site provides all the results of all Universities and of all boards(SSC and INTER) in Andhra Pradesh.
*Now a days manabadi has taken new task for conducting online entrance tests for CAT,AIEEE,DSC-SGT.EAMCET,ICET etc.
*This site also offers career tips for students and also offers online games.
*This site also gives information about scholarships.
http://www.manabadi.co.in/index/index.asp
KCILC SIHT
Monday, 29 April 2013
Sunday, 28 April 2013
WIKIPEDIA SEARCH BOX WIDGET FOR BLOGGER(BLOGGING)
- GO TO BLOGGER DASHBOARD
- CLICK ON "LAYOUT"
- THEN CLICK ON "ADD A WIDGET"
- LOOK ON THE RIGHT SIDE AND CLICK ON "MORE WIDGETS"
- CLICK ON "+" BUTTON
- SAVE IT
BEATIFUL E-MAIL SUBSCRIPTION WIDGET FOR BLOGGER(BLOGGING)
- First of all Go To Blogger Dashboard .
- Then Click On Layout.
- After that Click on Add a widget.
- Now a windows will pops-up , select HTML/JavaScript.
- Paste the below code <style>
.hl-email{ background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_D_ObIrFDSiMXcDwHXjLlyzxk2JrbcT8x7CrjmAyPlnsdpJ7YXyUqZkBwT6uIER0Q81rANQqEThUwJpu54czuhQgBh9m57dm3wNp_36GXftYGB1yTGt89Jqp_eHNdvi9_Lul0BG9IwjA/s1600/mail.png) no-repeat 0px 12px ; width:300px; padding:10px 0 0 55px; float:left; font-size:1.4em; font-weight:bold; margin:0 0 10px 0; color:#686B6C; } .hl-emailsubmit{ background:#9B9895; cursor:pointer; color:#fff; border:none; padding:3px; text-shadow:0 -1px 1px rgba(0,0,0,0.25); -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; font:12px sans-serif; } .hl-emailsubmit:hover{ background:#E98313; } .textarea{ padding:2px; margin:6px 2px 6px 2px; background:#f9f9f9; border:1px solid #ccc; resize:none; box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px; width:130px; color:#666;} </style> <div class="hl-email"> Subscribe via Email <form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=trickkiller', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == "") {this.value = "Enter email address here";}" onfocus="if (this.value == "Enter email address here") {this.value = "";}" value="Enter email address here" type="text" /> <input type="hidden" value="trickkiller" name="uri"/><input type="hidden" name="loc" value="en_US"/> <input class="hl-emailsubmit" value="Submit" type="submit" /> </form>
</div> - Change "trickkiller" in the Script to your Feed Burner username as given beloW
- At last replace "trickkiller"at the end of the script with your feed title
- http://feedburner.google.com/fb/a/mailverify?uri=trickkiller .
- Then save it.
FLOATING VERTICAL BAR WITH SHARE BUTTONS WIDGET FOR BLOGGER (BLOGGING)
Adding Vertical Floating Bar with Social Buttons To Blogger is very easy.You have to Copy a snippet of Code,and then you should have to add it into the HTML/JavaScript Box.However let's take a look on these steps.
- Visit Blogger.com and sign in there.
- Now Visit Blogger Dashboard.
- Click On Layout
- Now Click On Add a Widget/Gadget
- Now a Box will popup
- Select HTML/JavaScript
- Now Copy the Below Script and paste it into HTML/JavaScript Box.
<a href='http://thatsblogging.blogspot.com'><img alt='Floating Vertical Bar With Share Buttons widget by ThatsBlogging' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoHWfCSugFUOvQHMa4sLNSIs5rqYYA8OO5L9fyQK2lCKg0uGZjo6CgnrZwLIU-gq1C7DFozfvXKl2aZGQl-Xn9uYsxqCJ1buz5dSzqwz8GbtrOeZukMJJNPoVkZRMMuHCV1nsd18pLQENm/s1600/best+blogger+tips.png'/></a><div class="addthis_bar addthis_bar_vertical addthis_bar_large" style="background:#98A2A7; border: 1px solid #000000; top:120px;left:50px;"> <div class="addthis_toolbox addthis_default_style"> <span><a class="addthis_button_facebook_like" fb:like:layout="box_count"></a></span> <span><a class="addthis_button_tweet" tw:count="vertical"></a></span> <span><a class="addthis_button_google_plusone" g:plusone:size="tall"></a></span> <span><a class="addthis_counter"></a></span> </div> </div> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js"></script>
- Now save it!!
SIMPLE DROP DOWN MENU BAR FOR BLOGGER (BLOGGING)
How To Add The Drop Down Menu
STEP 1
- Go to your blogger dashboard
- Click on "Design" > "Edit HTML"
- Use ctrl F to find ]]></b:skin> and paste the following code above/before it
/*----- Drop Down Menu BY www.realcombiz.com----*/
#rbnavbar {
background: #2a2626;
width: 100%;
color: #FFF;
margin: 0px;
padding: 0;
position: relative;
border-top:0px solid #7f7777;
height:35px;
}
#rbnav {
margin: 0;
padding: 0;
}
#rbnav ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#rbnav li {
list-style: none;
margin: 0;
padding: 0;
border-left:1px solid #333;
border-right:1px solid #333;
height:35px;
}
#rbnav li a, #rbnav li a:link, #rbnav li a:visited {
color: #FFF;
display: block;
font:normal 12px Helvetica, sans-serif; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}
#rbnav li a:hover, #rbnav li a:active {
background: #6c6464;
color: #FFF;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 12px 10px 12px;
}
#rbnav li {
float: left;
padding: 0;
}
#rbnav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0;
padding: 0;
}
#rbnav li ul a {
width: 140px;
}
#rbnav li ul ul {
margin: -25px 0 0 161px;
}
#rbnav li:hover ul ul, #rbnav li:hover ul ul ul, #rbnav li.sfhover ul ul, #rbnav li.sfhover ul ul ul {
left: -999em;
}
#rbnav li:hover ul, #rbnav li li:hover ul, #rbnav li li li:hover ul, #rbnav li.sfhover ul, #rbnav li li.sfhover ul, #rbnav li li li.sfhover ul {
left: auto;
}
#rbnav li:hover, #rbnav li.sfhover {
position: static;
}
#rbnav li li a, #rbnav li li a:link, #rbnav li li a:visited {
background: #6c6464;
width: 120px;
color: #FFF;
display: block;
font:normal 12px Helvetica, sans-serif;
margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
z-index:9999;
border-bottom:1px dotted #333;
}
#rbnav li li a:hover, #rbnavli li a:active {
background: #2a2626;
color: #FFF;
display: block; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}
#rbnavbar {
background: #2a2626;
width: 100%;
color: #FFF;
margin: 0px;
padding: 0;
position: relative;
border-top:0px solid #7f7777;
height:35px;
}
#rbnav {
margin: 0;
padding: 0;
}
#rbnav ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#rbnav li {
list-style: none;
margin: 0;
padding: 0;
border-left:1px solid #333;
border-right:1px solid #333;
height:35px;
}
#rbnav li a, #rbnav li a:link, #rbnav li a:visited {
color: #FFF;
display: block;
font:normal 12px Helvetica, sans-serif; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}
#rbnav li a:hover, #rbnav li a:active {
background: #6c6464;
color: #FFF;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 12px 10px 12px;
}
#rbnav li {
float: left;
padding: 0;
}
#rbnav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0;
padding: 0;
}
#rbnav li ul a {
width: 140px;
}
#rbnav li ul ul {
margin: -25px 0 0 161px;
}
#rbnav li:hover ul ul, #rbnav li:hover ul ul ul, #rbnav li.sfhover ul ul, #rbnav li.sfhover ul ul ul {
left: -999em;
}
#rbnav li:hover ul, #rbnav li li:hover ul, #rbnav li li li:hover ul, #rbnav li.sfhover ul, #rbnav li li.sfhover ul, #rbnav li li li.sfhover ul {
left: auto;
}
#rbnav li:hover, #rbnav li.sfhover {
position: static;
}
#rbnav li li a, #rbnav li li a:link, #rbnav li li a:visited {
background: #6c6464;
width: 120px;
color: #FFF;
display: block;
font:normal 12px Helvetica, sans-serif;
margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
z-index:9999;
border-bottom:1px dotted #333;
}
#rbnav li li a:hover, #rbnavli li a:active {
background: #2a2626;
color: #FFF;
display: block; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}
- To change the color of your background menu, simply edit #2a2626
- To change the background color of the menu on mouse hover, then edit #6c6464
- To change the background color of the drop down menu, edit #6c6464
- Click "SAVE TEMPLATE" when you are done with your editing
STEP 2
Now we are need to add the html code
- Go to "Page Elements", click "Add a Gadget" below your header
- Choose "HTML/JavaScript" from the list of the options and paste the following code in the content box leaving the title blank
<div id='rbnavbar'>
<ul id='rbnav'>
<li>
<a href='#'>Home</a>
</li>
<li>
<a href='#'>Contact</a>
</li>
<li>
<a href='#'>About</a>
</li>
<li>
<a href='#'>Blogging</a>
</li>
<li>
<a href='#'>Services</a>
<ul>
<li><a href='#'>Sub Page #1</a></li>
<li><a href='#'>Sub Page #2</a></li>
<li><a href='#'>Sub Page #3</a></li>
<li><a href='#'>Sub Page #4</a></li>
<li><a href='#'>Sub Page #5</a></li>
</ul>
</li>
<li>
<a href='#'>Create This ></a>
</li>
</ul>
</div>
<ul id='rbnav'>
<li>
<a href='#'>Home</a>
</li>
<li>
<a href='#'>Contact</a>
</li>
<li>
<a href='#'>About</a>
</li>
<li>
<a href='#'>Blogging</a>
</li>
<li>
<a href='#'>Services</a>
<ul>
<li><a href='#'>Sub Page #1</a></li>
<li><a href='#'>Sub Page #2</a></li>
<li><a href='#'>Sub Page #3</a></li>
<li><a href='#'>Sub Page #4</a></li>
<li><a href='#'>Sub Page #5</a></li>
</ul>
</li>
<li>
<a href='#'>Create This ></a>
</li>
</ul>
</div>
- Replace all occurrence of # with the link/url of each page you want to point the menu to
- Replace all text highlighted in green with the title of each menu
- Click "Save" and if you need any further help, please feel free to ask using the comment box, and we will get back to you asap.
Friday, 26 April 2013
SHADOW REVIEW (MOVIES)
Rating: 1.5/5 Banner: United Movies Cast: Venkatesh, Taapsee, Srikanth, Madhhurima, Aditya Pancholi, M S Narayana, Geeta, Naga Babu, Jayaprakash Reddy, Rahul Dev and others Music: Thaman Editor: Marthand K Venkatesh Cinematographer: Prasad Murella Screenplay, direction: Meher Ramesh Producer: Paruchuri Kireeti Release date: 26/04/2013 Despite various debacles that he has scored, yet another producerhas fallen into the ‘creative’ hands of Meher Ramesh and thistime he chose Venkatesh to sendto the gallows. Let us see what this is all about. Story Rajaram (Venkatesh) in his childhood sees his father Raghuram (Nagababu) killed by the dreaded don Nana Bhai (Aditya Pancholi) and his gang (Rahul Dev, Supreeth and others). He also gets separated from his mother (Geetha) and sister (Madhhurima). Rajaram grows with only one goal, to takerevenge on Nana Bhai and he takes the name of Shadow. He also gets a girlfriend in the form of Madhubala (Taapsee). Meanwhile, inspector Pratap (Srikanth) is brought in to track Nana Bhai. But Shadow killing Nana Bhai’s men creates confusion to Pratap. What happens after that forms the restof the story.
Wednesday, 24 April 2013
TOP 10 FASTEST CENTURIES IN T20 CRICKET (SPORTS)
NAME BALLS TEAM
1)C.GAYLE 30 RCB
2)A.SYMONDS 34 KENT
3)VANDER WESTHUIZEN 35 NAMIBIA
4)Y.PATHAN 37 RR
5)S.STYRIS 37 SUSSEX
6)DAVID MILLER 38 KINGS XI PUNJAB
7)AHMED SHEHZAD 40 BARISAL BURNERS
8)LL BOSMAN 41 CAPECOBRAS
9)BF SMITH 42 WORCESTERSHIRE
10)A.GILCHRIST 42 DC
11)R.LEVI 45 SA
1)C.GAYLE 30 RCB
2)A.SYMONDS 34 KENT
3)VANDER WESTHUIZEN 35 NAMIBIA
4)Y.PATHAN 37 RR
5)S.STYRIS 37 SUSSEX
6)DAVID MILLER 38 KINGS XI PUNJAB
7)AHMED SHEHZAD 40 BARISAL BURNERS
8)LL BOSMAN 41 CAPECOBRAS
9)BF SMITH 42 WORCESTERSHIRE
10)A.GILCHRIST 42 DC
11)R.LEVI 45 SA
Saturday, 20 April 2013
SURVEY SAVVY:LEGEND OF ALL PAYING ONLINE SURVEY SITES(TRICKS)
SURVEY SAVVY: SurveySavvy is one of the best survey sites which is a legitimate online panel
that worth joining because of its quality online surveys, new market research surveys
available on a weekly basis with great incentives ($10-$20), minimal technical errors,
and good customer service and support. You can make $40 a month with its paid
surveys if you follow our recommendations below, or even more with its unique
referral system!
Minimum Age to Join: 18Membership: WorldwideSignup Bonus: NonePoints System: None
Payments: Cash via Check (no PayPal)Cash out threshold: $1
Referral Program:Incentive for each completed survey of your referral and
their referrals
JOIN NOW USING BELOW LINK ITS EASY!!!
http://www.surveysavvy.com/?m=5447994
that worth joining because of its quality online surveys, new market research surveys
available on a weekly basis with great incentives ($10-$20), minimal technical errors,
and good customer service and support. You can make $40 a month with its paid
surveys if you follow our recommendations below, or even more with its unique
referral system!
Minimum Age to Join: 18Membership: WorldwideSignup Bonus: NonePoints System: None
Payments: Cash via Check (no PayPal)Cash out threshold: $1
Referral Program:Incentive for each completed survey of your referral and
their referrals
JOIN NOW USING BELOW LINK ITS EASY!!!
http://www.surveysavvy.com/?m=5447994
Initially, you will fill out 4 easy information forms including name, address, email | ||
address, phone number, gender, employment status, household income, education level, marital status, household status, ethnicity and type of computer you use. After you sign-up, you will receive an email to activate your online panel account, verify your email address, and become part of Survey Savvy market research. Keep in mind that the verification email may be considered by your email provider filter as a SPAM and it may be getting to your Bulk or Junk e-mail folders instead of your Inbox. Unfortunately, there is no signup bonus for joining SurveySavvy. |
Fill in your portraits, which is the key to get future invitations. There is no | ||
incentive for any of the 10 portrait surveys and you do not have to complete them in one sitting. Survey Savvy portrait topics are shown in the capture below along with the estimated time to complete that ranges from 5 to 20 minutes. SurveySavvy uses your portraits to match your demographics and current interests with various online surveys. You will have a better chance to qualify, complete more paid surveys, and earn extra cash in your account. |
Your personal information will remain confidential and used purely for research | ||
purposes as Luth Research and Survey Savvy are legitimate and active members of the Council of American Survey Research Organizations, CASRO, which requires members to adhere to the CASRO Code of Standards and Ethics for Survey Research. This code is a tough, internationally-cited set of standards, which has long been the benchmark for the industry. The online panel also adheres to the European Society of Opinion and Marketing Research (ESOMAR) Codes and Guidelines for Survey Research, complies with the principles set forth in the Safe Harbor framework as outlined by the USDepartment of Commerce regarding the collection, use and retention of data from the European Union, and participates in the Council of Better Business Bureaus’ BBBOnLine Privacy Program to meet its strict requirements regardinghow to treat the information of survey takers. |
Update your portraits upon major purchases such as a new vehicle, large | ||
appliances (e.g. refrigerator, washer, dryer, etc), consumer electronics (e.g. HDTV, Internet TV, 3D LED TV, Smartphone, iPad, etc), or video games consoles (e.g. Xbox 360, Microsoft Kinect, Nintendo Wii, Nintendo 3DS, PS3, PSP Go, Nintendo DSi XL, etc), or upon being diagnosed with a health condition (e.g. high cholesterol, diabetes, depression, etc). This will increase your chances to qualify for more paid surveys. |
Subscribe to:
Posts (Atom)