How to Add Neat CSS3 Dropdown Menu in Blogger Unknown 17.06 Add Comment Unknown Here's another simple yet amazing dropdown menu with pure CSS3 made by Andrew from script-tutorials.com to which I have made some sligh... Read More
Making it easier to manage pages on your blog Unknown 09.15 Add Comment Unknown Adding pages to your blog can be a great way to organize content - like ‘About me’ or ‘Advertise’ sections. To make managing pages easier, w... Read More
Share Blog Posts in Social Media using AddThis Unknown 08.50 Add Comment Unknown In my opinion, AddThis is the most complete social sharing service allowing to share your posts in more than 270 different social networks. ... Read More
Running external programs Unknown 12.42 Add Comment Unknown # This script executes an external program. # In this case, this is the equivalent to either: # * [window key]+[r] and entering "http... Read More
Custom (windows) form Unknown 12.03 Add Comment Unknown #This script creates a form with a button. When the button is clicked, captures the time when it was clicked. import time import clr clr.Add... Read More
CSS3 Transition Property Basics Unknown 15.14 Add Comment Unknown You can see on various blogs an interesting effect on some links. Most of the time, when you hover over a link, something changes in its sty... Read More
Add Author's Profile Picture and Name in Multi Author Blog Unknown 13.41 Add Comment Unknown In this tutorial we will see how to add the author's profile picture and name on a Blogger blog just below the post title. This can make... Read More
PageRank Checker - Check Your Google Page Rank Unknown 08.33 Add Comment Unknown PageRank is an algorithm used by Google Search to rank websites in their search engine results. PageRank was named after Larry Page, one of ... Read More
The difference between white hat SEO and black hat SEO Unknown 14.55 Add Comment Unknown The search engine optimization (SEO) is a good chance to promote your blog on Google search results and other search engines. For those who ... Read More
Loop through marking Unknown 10.48 Add Comment Unknown #dataTable is a DataTable script parameter. m arkedRows = Document.ActiveMarkingSelectionReference.GetSelection(dataTable) print "Sele... Read More
Add floating social media sharing buttons below Blogger post titles Unknown 06.48 Add Comment Unknown It is becoming increasingly important to make our posts appreciated and shared on social networks and one of the best ways to get traffic to... Read More
Call a Web Service Unknown 11.28 Add Comment Unknown #This script calls a webservice that parses and populates a Spotfire Document property from the returned JSON format. from System.Net import... Read More
Set a Document Property Unknown 11.25 Add Comment Unknown #set a Document Property Document.Properties["myProperty"] = "myValue" Read More