Skip to main content

Posts

How to make Short URL for your Google Plus page - Url Shortner

Google Plus page Url Shortner Google pages are one of the best ways to promote your website or blogs. How to make Short URL for your Google Plus page Google page urls may look like: https://plus.google.com/113821410904543826237/posts to make this short and more cute by using a Short URL function which is available online. Applying Short url function will generate a the following url for the above mentioned Googl page http://www.gplus.to/vacanciesonline To do this simply do the following steps: Step1 : Visit http://gplus.to/ Step2 : Enter the Nick Name. from the above mention pages, the nick name is "vacanciesonline" Note : Your username could be 3 to 25 characters,Should not contain special characters,. Only Latin characters and numbers can be used. Step3: Enter Google plus page ID. from the above mention pages, the Page ID is "113821410904543826237" Step4: Click on Add button and this will generate the short url for you google page. You ...

How to interchange the rows and columns in a Open Office spreadsheet or Calc document - Transposing data in a spreadsheet

How to interchange the rows and columns in a Open Office spreadsheet document - Transposing data in a spreadsheet How to interchange the rows and columns in a Open Office spreadsheet document Suppose you have spreadsheet data like this: A B 1 LANGUAGE DATABASE 2 PHP MYSQL 3 JAVA SQLSERVER 4 DOTNET MSACCESS and You want to interchange rows and column data or transponsing the data like this: A B C D 1 LANGUAGE PHP JAVA DOTNET 2 DATABASE MYSQL SQLSERVER MSACCESS Transposing data in a spreadsheet For this ...What you have to do is copy the content from the first spread sheet and then open the next spread sheet then click on the " Edit " option and click one the " Paste Special " , then an option box will appear, in that " tick " on the " Transpose " option and click " Okay " Now your Open Office Spreadsheet data is transposed :) Possible Error if you are getting an error like the one given below: " Ther...

How to read RSS feed using Javascript and Diplay it on Web page?

Use the following script to read and display the RSS feed content on your web-page using Javascript <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=YOU_RSS_FEED_URL&chan=y&date=y&utf=y&html=a" charset="UTF-8" type="text/javascript"></script> <noscript> <a href="http://feed2js.org//feed2js.php?src=YOU_RSS_FEED_URL&chan=y&date=y&utf=y&html=y">View RSS feed</a> </noscript> > Substitute  YOUR_RSS_FEED_URL    with the Source URL of your rss feed There is a  tool that will help you to format a feed's display with the information you want to use on your web site. All you need to enter is the URL for the RSS source, and select the desired options . Read More about RSS Feed reader using JSfrom following site: http://feed2js.org/index.php?s=build

How to add labels on top of blogger posts

How to add labels or tags on top of blogger posts To add label on top of Your blogger posts do the following steps: Step1: Click on the edit template option Step2: Go to edit HTML and check the expand widget option Step3: find for the following code in the template source code <b:include data='post' name='post'/> Step4: copy and paste the following code snippet just above the above mentioned code <!--tag code start--> <font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOpC8yOrY21T1lRens7ILlz1_rgSM6H6qBDqDYVQIJPfRkyv1Vd77I6zPBYK1b1jKPdU5C58N1MZloYBe3FiR_4mxMBPoSTQtrVT0mRTNjbS3bqq82VyvKdNaxkDI_8NfttrU2jJ8qNs0/s1600/icon_tags.png) no-repeat scroll top left;padding-left:25px;font-size:14px;font-weight:bold'> <b:if cond='data:post.labels'> <b:loop values='data:post.labels' var='label'><a expr:href='data:label.url + "?max-results=8...

Php script for Listing files based on last modified time

Php script for Listing files based on last modified time Here is the php script to list the files in a folder based on the modified date Using the below script you can list files from older to latest or latest to oldest <?php // list from a given folder $folder="test/"; $files = glob ( $folder."*.*" ); // to avoid hidden files // Sort files by modified time, latest to oldest array_multisort (array_map( 'filemtime', $files ),SORT_NUMERIC,SORT_DESC,$files); // Use SORT_ASC in place of SORT_DESC for oldest to latest //array_multisort( array_map ( 'filemtime', $files ),SORT_NUMERIC,SORT_ASC,$files); // display the file names if(count($files)){ for( $i=0 ; $i < count($files) ; $i++ ){ echo(basename($files[$i])."   <a href='".$folder.$files[$i]."'>Link to the file</a><br>"); } } ?>

Simple Slider show using Javascript - JS Slide show script

Simple Slider show using Javascript The following script will populate the slider container control with the contents in the slider content js array in regular interval of time. Here You can pause the slider on mouse over and later resume the slider on mouseout events. Sample Javascript code is given below: Save the following script as  slider.js //--------- CODE STARTS ------- var mbSlider=new Array(); arrSlide[0]= 'HTML Content in Slide1'; arrSlide[1]= 'HTML Content in Slide2'; var slide_count=arrSlide.length; var slide_ind=0; var slide_speed=5000; var slide_int; //function to fill slide content to the slider ctrl function displaySlide( ){  if( slide_ind == slide_count || slide_ind < 0 )   slide_ind=0; document.getElementById('slide_contents').innerHTML=arrSlide[slide_ind]; slide_ind ++; } //function to pause slide show function pauseSlide(){ clearInterval(slide_int); } //function to continue slide show function runSl...


Urgent Openings for PHP trainees, Andriod / IOS developers and PHP developers in Kochi Trivandrum Calicut and Bangalore. Please Send Your updated resumes to recruit.vo@gmail.com   Read more »
Member
Search This Blog