Template Name : Techtive | |
Original Designer : Ngejunk | |
Bloggerize by : Free Blogger Template | |
Demo Url : CLICK HERE | |
Download : Release Page |
Best Templates
Saturday 1 October 2011
Techtive Free Premium Blogger Template
Hybrid News Blogger Template
Template Name : Hybrid News | |
Original Designer : Hybrid | |
Bloggerize by : Free Blogger Template | |
Demo Url : CLICK HERE | |
Download : Hybridnews.zip |
Instalations Guide :
Because of most user of my template have a same problem with file hosting, so I places all javasript code in this template. No need to use file hosting anymore. But, be careful when editing this template, use CTRL+F to find the code for the right search.
Open Edit HTML, and lets begin.....
1. Top Navigations
Search this code
blue/# = link anchor
red = text anchor
bold code = adding new menu
<ul class='menu sf-menu'>
<li class='current_page_item'><a href='/'>Home</a></li>
<li class='page_item'><a href='#' title='About'>About</a></li>
<li class='page_item'><a href='#' title='Archives'>Archives</a></li>
<li class='page_item'><a href='#' title='Blog'>Blog</a></li>
<li class='page_item'><a href='#' title='Elements'>Elements</a></li>
<li class='page_item'><a href='#' title='New menu'>New Menu</a></li>
</ul>
<li class='current_page_item'><a href='/'>Home</a></li>
<li class='page_item'><a href='#' title='About'>About</a></li>
<li class='page_item'><a href='#' title='Archives'>Archives</a></li>
<li class='page_item'><a href='#' title='Blog'>Blog</a></li>
<li class='page_item'><a href='#' title='Elements'>Elements</a></li>
<li class='page_item'><a href='#' title='New menu'>New Menu</a></li>
</ul>
2. Second Navigations
Search this code
<ul class='menu sf-menu'>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
</ul>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
</ul>
3. Slide Feature [Automatic update for post summary and image thumbnail]
NOTE : SLIDE FEATURE OF HYBRID NEWS BLOGGER TEMPLATE USING LIMITED ATOM FEEDS SCRIPT AND IT'S STATIC MODE. IN THE XML OF THIS TEMPLATE, INCLUDING 2 ATOM SCRIPT FOR 2 PAGE OF SLIDE SHOW. SO, FOR TESTING THIS TEMPLATE/FOR NEW BLOG, YOU NEED MINIMUM 2 BLOG POST. YOU CAN TRY WITH 1 BLOG POST AND SEE THE EFFECT.
PLEASE FOLLOW THE INSTRUCTIONS CAREFULLY.
Find this code
Change red text with your blog feeds or blog feed by category/label like this
http://yourblogname.blogspot.com/feeds/posts/default/-/yourbloglabel
=> In Script 1
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
=> In Script 2
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
How to add more slide page?
Full code of slide feature for 2 page is like this
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
To add more page for slide feature, just copy the code from <div class='feature'> until </div>, paste it under previous code, then change the "startposts" and "numposts", example like below.
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 2;
numposts = 3;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 2;
numposts = 3;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
4. Change default image
Search this url : http://i584.photobucket.com/albums/ss289/hemingways-studio/Have_Images_TEXT.png
Replace with your own image url.
Sunday 25 September 2011
Wireless Network Watcher v1.30 Portable
Wireless Network Watcher v1.30 Portable | 1.02 MB
Wireless Network Watcher is a small utility that scans your wireless (or small wired) network and displays the list of all computers and devices that are currently connected to your network.
For every computer or device that is connected to your network, IP & MAC addresses, the company that manufactured the network card, and optionally the computer name are all listed.
System Requirements: WinXP / Vista / Win7
http://www.filesonic.com/file/2144232324
Or:
http://www.wupload.com/file/204925904
Second Copy 8.0.5.3 Portable
Second Copy 8.0.5.3 Portable | 9.8 MB
Second Copy- is the perfect backup product designed for all versions of Windows, including 9x/Me/NT4/2000/XP/2003/Vista, you have been looking for. It makes a backup of your data files to another directory, disk or computer across the network. It then monitors the source files and keeps the backup updated with new or changed files. It runs in the background with no user interaction. So, once it is set up you always have a backup of your data somewhere else.
Highlights:
- Windows Vista compatible
- Windows Vista/XP style user interface
- Up to 256-bit AES encryption
- Two-way Synchronization
- FTP support
- Automatic detection/deletion during synchronization
- Enhanced compression
- Automatic scheduled copies
- E-mail notification
- Multi-threaded background processing
- Run as a service
- Universal Naming Convention (UNC) support
- Preview profile activity before running
- Password protect profiles
- Run profile when files change
- Archival of up to 25 old versions
- Disk spanning Run profiles at Windows shutdown
Major features in Second Copy:
Program Options:
- Password protect profiles
- Organize profiles in groups
- Limit the log to only errors and summaries
- Copy files locally, to a network drive, external drive, optical or zip disk
- Copy files using FTP to or from a remote computer
- Restore files back to the source location with ease
- Encrypt files during copy
Copy Options:
- Detect file deletions during synchronization
- Copy files based on the archive bit instead of time stamp
- Span copies across multiple disks
- Ignore files older than or newer than a certain date or number of days
- Select directories in a graphical tree view
- Skip profiles based on Windows Hardware profiles
- Auto log-in to remote system with Dial-up networking
- Run a program before and after running the profile
Scheduling Options :
- Skip profile on designated days of the week
- View scheduling options more conveniently
- Easily toggle profiles between periodic and manual schedule
- Run profiles at shut down without the Windows 20-second time limit
- Run profiles when the source files on the local hard disk change
Compression Library :
- Set compression ratio for Zip files
- Use built-in Zip viewer to view, compress and extract any Zip files
- Supports PKWare's latest industry standard PKZip v4.5 zip file format as well as the traditional PKZip v2.04g format
- No limitations on Zip file size and the number of files in a zip file
User Interface:
- Tip of the day
- Hide icon
- Show balloon hints
- Internet update to the software versions
- Quicker editing of custom profiles
- Show source and destination in details view
- Display Progress bar
- Display Preview of the profile activity before running
Home Page - http://www.secondcopy.com
- Windows Vista compatible
- Windows Vista/XP style user interface
- Up to 256-bit AES encryption
- Two-way Synchronization
- FTP support
- Automatic detection/deletion during synchronization
- Enhanced compression
- Automatic scheduled copies
- E-mail notification
- Multi-threaded background processing
- Run as a service
- Universal Naming Convention (UNC) support
- Preview profile activity before running
- Password protect profiles
- Run profile when files change
- Archival of up to 25 old versions
- Disk spanning Run profiles at Windows shutdown
Major features in Second Copy:
Program Options:
- Password protect profiles
- Organize profiles in groups
- Limit the log to only errors and summaries
- Copy files locally, to a network drive, external drive, optical or zip disk
- Copy files using FTP to or from a remote computer
- Restore files back to the source location with ease
- Encrypt files during copy
Copy Options:
- Detect file deletions during synchronization
- Copy files based on the archive bit instead of time stamp
- Span copies across multiple disks
- Ignore files older than or newer than a certain date or number of days
- Select directories in a graphical tree view
- Skip profiles based on Windows Hardware profiles
- Auto log-in to remote system with Dial-up networking
- Run a program before and after running the profile
Scheduling Options :
- Skip profile on designated days of the week
- View scheduling options more conveniently
- Easily toggle profiles between periodic and manual schedule
- Run profiles at shut down without the Windows 20-second time limit
- Run profiles when the source files on the local hard disk change
Compression Library :
- Set compression ratio for Zip files
- Use built-in Zip viewer to view, compress and extract any Zip files
- Supports PKWare's latest industry standard PKZip v4.5 zip file format as well as the traditional PKZip v2.04g format
- No limitations on Zip file size and the number of files in a zip file
User Interface:
- Tip of the day
- Hide icon
- Show balloon hints
- Internet update to the software versions
- Quicker editing of custom profiles
- Show source and destination in details view
- Display Progress bar
- Display Preview of the profile activity before running
Home Page - http://www.secondcopy.com
http://www.filesonic.com/file/2144545081/Second_Copy_8.0.5.3_Portable.rar
or
http://shareflare.net/download/10997.139424d561eb46fab962c3c4ea56/Second_Copy_8.0.5.3_Portable.rar.html
or
http://www.wupload.com/file/204945632/Second_Copy_8.0.5.3_Portable.rar
or
http://ul.to/xh49td1v/Second_Copy_8.0.5.3_Portable.rar
or
http://shareflare.net/download/10997.139424d561eb46fab962c3c4ea56/Second_Copy_8.0.5.3_Portable.rar.html
or
http://www.wupload.com/file/204945632/Second_Copy_8.0.5.3_Portable.rar
or
http://ul.to/xh49td1v/Second_Copy_8.0.5.3_Portable.rar
Photoshop Brush Pack 21 Sets
Photoshop Brush Pack 21 Sets | 542 MB
Another large brush pack consisting of 21 sets in total.Awesome sets for sig makers with grunge,tech,abstract etc..
Hope you find these useful.
Download Links:
http://www.wupload.com/file/11658350/rbc_aps.part1.rar
http://www.wupload.com/file/11657149/rbc_aps.part2.rar
Mirror Links1:
http://www.uploadstation.com/file/CMcSKUP/rbc_aps.part1.rar
http://www.uploadstation.com/file/rnZeUVZ/rbc_aps.part2.rar
Mirror Links 2:
http://www.fileserve.com/file/Sz2dp2y/rbc_aps.part1.rar
http://www.fileserve.com/file/mATuQSm/rbc_aps.part2.rar
http://www.fileserve.com/file/mATuQSm/rbc_aps.part2.rar
Subscribe to:
Posts (Atom)