How to create photo slideshow

Posted December 17th, 2010 in Tips & Tricks by Paran

Suppose you are beginners of designing section. Or you would like to develop a website but in this site need to add photo slide show. But you are a  coder or programmer, you have no technical knowledge to create a photo slide show. Now what r u do? oh! don’t worry I will help you to solve your problem. Just click to the slideshow link and add your require photo.

Also click to settings button and setup your desired.

Ok just now click to the save button and download your file. After download this file extract it and place it on your desired place.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: +1 (from 1 vote)

How to create website slideshow?

Posted December 17th, 2010 in Tips & Tricks by Paran

Many times we need to create a slide-show of our specific website specific page. But how to do it? Don’t worry about this.

Just now click the following link to create slide-show.

For testing write something on the title bar. Then copy the http://www.shahporan.com and paste it on the bottom field.

Then click to Create Link button. Fine then you will get a two url. One of them url copy and paste on your browser address bar and see the your website slide-show.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: +2 (from 2 votes)

cPanel Folder and File Permission

Posted December 9th, 2010 in Tips & Tricks by Paran

cPanel does not allow permissions 666 and 777.

It allow the following permission:

Folder : 755

File : 644

Suppose your file permission may be exist on  777 or 666 , Now you need create folder permission 755 and file 644.

Just now you open your terminal and write the bellow code:

Folder: find top/directory -type d -exec chmod 755 ‘{}’ \;

File: find top/directory -type f -exec chmod 644 ‘{}’ \;

Yes, now your folder and file proper for cPanel.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: 0 (from 0 votes)

How to create a custom search engine

Posted October 2nd, 2010 in Tips & Tricks by Paran
Paste this code in the page where you’d like the Custom Search element to appear.

<!– Google Custom Search Element –>
<div id=”cse” style=”width:100%;”>Loading</div>
<script src=”http://www.google.com/jsapi” type=”text/javascript”></script>
<script type=”text/javascript”>
google.load(‘search’, ’1′, {style: google.loader.themes.GREENSKY});
google.setOnLoadCallback(function(){
new google.search.CustomSearchControl().draw(‘cse’);
}, true);
</script>

Want to do more with your Custom Search element? Go this page for details information.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: +1 (from 1 vote)