Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

How To Auto Arranged Your Blogger Photos Into Full Size


Post design is always the significant key to great viewers, how you add written text, pictures and video clips to your content really issues, their dimension, shades and everything relies on your imagination. So the one factor you can do is to get your pictures in high excellent so that when ever a personal comes to analysis your content he should be meets with you post design so I have posted on how you can create your picture fit to your blog’s dimension using CSS, so using this css technique you can instantly create every picture fir in your blog’s dimension so if the picture is too large than your blog’s dimension it will be still kept in the advantage while keeping its overall measurements.

But many persons asked for me that if I can offer them with some program that can instantly create every picture fit to weblog dimension even if its little dimension and size, well I just discovered a program that can do exactly what you are looking for out. With this program included to your website every newest and mature content pictures will get 100% weblogs dimension that indicates automated picture resizing to the advantage, so if you have some small pictures then they will also get extended to the 100% + every picture will get caption in their bottom with the alt written text you will add in them.

  • Open Blogger > Template > Edit HTML
  • Now press CTRL + F and find for and paste below code above it.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>//<![CDATA[ $(document).ready(function(){ var areawidth = $('#Blog1').width();

//$('.sidebar').find('.clear').each(function(n, layer){ //var layer = $(layer);
//if (layer.css('clear') == "both") layer.css('clear','none');
//});
$('#Blog1').find('div').each(function(n, layer){ var layer = $(layer);
if (layer.css('clear') == "both") layer.css('clear','none');
});

$('.post-body').find('img').each(function(n, image){ var image = $(image);
alt = image.attr('alt');
id = image.index();
imageAltId = 'imagealt'+n;
var originalWidth = image.width();
var originalHeight = image.height();
image.attr({src : image.attr('src').replace(/s\B\d{3,4}/,'s' + 1200)});
image.attr('width',areawidth);
//var newHeight = (originalHeight/originalWidth * areawidth).toFixed(0);
image.attr('height','auto');
image.css('height','auto').css('float','none').css('margin','0');
image.parent().css('margin-left',0).css('margin-right',0).css('margin-top',0).css('margin-bottom',0);
image.parent().addClass('postImage');
image.parent().parent().css('clear','none');
if (alt) {
image.after($('<div>').css('padding','5px 5px 8px 5px').css('background-color','#ffffff').css('opacity','0.6').css('filter','alpha(opacity=60)').attr('id',imageAltId).text(alt));
var divHeight = $('#'+imageAltId).height() + 13;
$('#'+imageAltId).css('margin-top','-'+divHeight+'px');
}
});

});

// the following values are in milliseconds
var speedOut = 2200;
var speedIn = 2200;
var pauseShow = 6000;

function goSlideshow(imageDestination, captionDestination, picasaEmail, picasaAlbum, picasaResults, picasaDimension){
var url = 'http://picasaweb.google.com/data/feed/api/user/' + picasaEmail + '/album/' + picasaAlbum + '?kind=photo&imgmax=' + picasaDimension + '&max-results=' + picasaResults + '&alt=json';
($.getJSON(url, 'callback=?')).success(function(data){
var slides = new Array();
var captions = new Array();
var heights = new Array();
var widths = new Array();

$(data.feed.entry).each(function(i, entry){
slides[i] = entry.content.src;
captions[i] = entry.summary.$t;
heights[i] = entry.gphoto$height.$t;
widths[i] = entry.gphoto$width.$t;
});

if(slides){
var urlValue = 'url(' + slides[0] + ')';
if (heights[0] > widths[0]){
$(imageDestination).css('background-size','auto 100%');
} else $(imageDestination).css('background-size','100% auto');
$(captionDestination).text(captions[0]);
$(imageDestination).css('background-image',urlValue);
var counter = 1;

window.setInterval(function(){
if (counter >= slides.length) counter = 0;
$(imageDestination).fadeOut(speedOut,function(){
var urlValue = 'url(' + slides[counter] + ')';
$(imageDestination).css('background-image',urlValue);
$(captionDestination).text(captions[counter]);
if (heights[counter] > widths[counter]){
$(imageDestination).css('background-size','auto 100%');
} else $(imageDestination).css('background-size','100% auto');
$(imageDestination).fadeIn(speedIn);
counter++;
}
);
},pauseShow);
}
}).error(function(data){
console.log('error getting feed data');
});
}
//]]></script>


  • Now if you have the red range revealing the jquery already in your website than there is no need to add it again so you can eliminate that range and then Preserve the Design.
  • Now renew your website and see that every picture in your websites will be resized to complete blog’s dimension even if it is little in dimension.

REMEMBER Using this program on your blogger weblog can create your picture unclear as resizing them looses their overall excellent but still if you need to re-size every picture in your website to 100% that this is the greatest remedy.

How To Create Super Hidden Folder In Windows Using Command Prompt


Almost anyone knows how to create a “hidden” folder in Windows, but then again almost anyone knows how to create explorer show invisible folder. Let us take a look at how to create a folder so invisible, only you will know its there.

Anyone that has used Windows for a while knows that they can right-click on a file or folder and modify its qualities, more so its features to create it a so called “hidden” file or folder. The problem is that just as many individuals know you can show information and information that have the “hidden” feature by simply changing a radio key under the folder view options. The most convenient way to create a real invisible file or folder is to mark it as an important operating system file, that way Windows will never show it even if explorer is set to show invisible file and folder.

To do this we need to launch a command prompt, so press the Win + R key and type cmd then hit the enter key.


Now we are going to use the attrib command, so go ahead and type:


attrib +s +h “C:\Users\Taylor Gibb\Desktop\Top Secret”

You will need to substitute the stuff in the inverted comma’s to an absolute path of a folder or file on your program that you want to create invisible.


Now if I go look for the Top Secret folder on my Pc it is gone, even with explorer set to demonstrate invisible file and folder.


To unhide the file or folder you can run the same control, except this time use “-“ instead of the “+” signs.


attrib -s -h “C:\Users\Taylor Gibb\Desktop\Top Secret”


Like miracle, my folder showed up again.


Warning:


While this method will catch 99% of individuals, if I realized for a fact that there was a invisible folder on a program that I was looking for there are many ways that will present the folder. The most convenient would be to create explorer show operating system files, which can be done through the same user interface as displaying invisible files.


Although any common user who unchecks the box will most probably be terrified off by the caution message that appears.


I thing you might like this. If there is any problem to access comment in below.

How To Create Visual Hard Drive ( VHD )


Virtualization has become an incredibly powerful and versatile way to set up environment. So much in fact that Microsoft has incorporated the ability to connect virtual hard drive (VHD) files as physical drives in the Microsoft windows Drive Management tool. This process is easy enough to do personally but if you connect VHD files often then we have a solution which enables you to install and unmount VHD files with single click.


Simply add our Mount VHD and Unmount VHD programs to your Deliver To selection.


Now whenever you right click a VHD computer file, go to the Deliver To > Mount VHD control. Note: This action will require manager rights, you may receive a UAC elevated authorization instant.


After the program has run, the VHD is available in Disk Managment and Microsoft windows Explorer and can be utilized just like a physical disk drive.



When you are finished using the VHD, basically unmount it by right click the VHD computer file and going Deliver To > Unmount VHD.

Mount VHD Script:


@ECHO OFF
TITLE Mount VHD
ECHO Mount VHD
ECHO Written by: Jason Faulkner
ECHO SysadminGeek.com
ECHO.
ECHO.

SETLOCAL

SET DiskPartScript="%TEMP%DiskpartScript.txt"

ECHO SELECT VDISK FILE="%~1" > %DiskPartScript%
ECHO ATTACH VDISK >> %DiskPartScript%

DiskPart /s %DiskPartScript%

ENDLOCAL

Unmount VHD Script:


@ECHO OFF
TITLE Unmount VHD
ECHO Unmount VHD
ECHO Written by: Jason Faulkner
ECHO SysadminGeek.com
ECHO.
ECHO.

SETLOCAL

SET DiskPartScript="%TEMP%DiskpartScript.txt"

ECHO SELECT VDISK FILE="%~1" > %DiskPartScript%
ECHO DETACH VDISK >> %DiskPartScript%

DiskPart /s %DiskPartScript%

ENDLOCAL


Download Link Of  VHD Script

How To Fox Windows Explorer Window Opening On Startup


I recently ran into a really frustrating issue on my Windows seven 64-bit PC: whenever I restart it and booted into Windows, the Windows Explorer Libraries windows would pop up. It never happened before and I could not determine any particular application or upgrade that I had install that would cause it to begin occurring.

Anyway, after playing around and doing some research, I was able to fix the issue. In this post, I’ll explain to you a number of techniques to hopefully take care of the issue.


1 – Check up Folder:

If the Explorer Libraries directory is pooping up on every boot up, then the first position you want to evaluate is the startup directory. Go to Start, All Programs and click Startup. If there is a quick way to the Libraries directory, go forward and eliminate it.


2 – Userinit Computer Registry Key:

The second way is to evaluate the registry for a particular key and modify it to a different value. First, start the registry editor by clicking Start and entering regedit. Then look at the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\

Find the Userinit key and substitute the value with the following:

C:\Windows\system32\userinit.exe,

Now go ahead and restart your computer and see what happens. Hopefully, you should not have the Windows Explorer screen started out to the Collections directory pop up.

3 – Shell Computer registry Key:

In the same position that you have Userinit above, there is another key known as Shell. Create sure that is set to only explorer.exe and nothing else.



4 – Restore Previous Folders:

Windows Explorer has this choice known as Restore Previous Folders, which will do exactly that when you logon. You can turn off it by starting Explorer, Organize and then Folder and Search Options.


Make sure that Restore Previous Folders windows at logon is not examined.


5 – Delete Computer registry Key:

For some customers, if you have Internet Explorer v5 installed (for some insane reason), then you have to remove a key in the registry. Get around to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

Go ahead and delete the DesktopProcess value from the registry key.

6 – Acer SmartStart:

Some Acer pcs have an frustrating application known as SmartStart that will take anything you start after running Windows and have it begin instantly when you sign in. You can either remove the system or start it and set or remove the programs you want to have at startup.

If you are still having this issue, post a comment here with the facts and we’ll try to help.

How To Clean PC Using CCleaner


Before about CCleaner, I would like like to introduced a little more details and explain how its used CCcleaner. CCleaner is mainly used for removing temporary files and cleaning history details in Windows. Its customizability and many features make it one of the best tool to perform these maintenance projects. There are four main functions showed by control buttons on the left side, these control buttons are:
  1. Cleaner: - allows you to remove files or objects from Windows and other installed programs. These include temporary Internet files, cookies and the history of several web browsers, system files such as the Recycle Bin and log files and Windows Explorer information such as recent documents or thumbnail cache. Also, third party programs such Adobe Reader, Quicktime and Javas well as Windows related programs like Wordpad and paint can be cleaned as well.
  2. Registry: - this area contains all the common items which are normally included in Operating program cleaning solutions, such as missing shared dlls that have stayed on the program after removing software on the computer, rarely used file additions, programs and outdated application. It allows you to back-up records before you remove.
  3. Tools: - contains a application uninstaller, start-up programs manager and a system restore manager. The uninstaller plenty much quicker than Add/Remove Programs which you find out in the Windows Control Panel. In the start-up programs manager you can also change your programs that are set to run when your computer starts.
  4. Options: - this area allows you to tune your CCleaner settings. It’s also where you mark any cookies you want to keep and folders to exclude from cleaning.

Using CCleaner:

It is quite easy to use CCleaner because with only few mouse clicks you can clean your complete computer. The “Analyze” button is used if you just simply want to see what is there to be cleaned before cleaning. To run the better “Analyse” and then simply click the “Run Cleaner” button or just simply click the “Run Cleaner” button if you want to run straight through it. The outcome window above will display a complete list of the analysis or washing procedure.


The computer registry area will help you to find out errors and old records in the system registry. To use, basically media the “Scan for Issues” choice and once completed media the “Fix All Selected Issues” option. You will be persuaded to create a back-up, select “Yes” and you will be brought through the procedure, it’s best to save the back-up in your records in case of anything going wrong.



Now after you finished with cleaning you may go to Tools tab where you have the options “Uninstall” and “Startup”. These two functions you already have in Windows and they are not any different to those in CCleaner, but CCleaner is quicker. Remove programs by simply clicking them to emphasize them and then basically click “Run Uninstaller”. Removing programs that are not essential from StartUp” can speed up your computer, but be careful because some programs are necessary and windows cannot work without them. You can just basically select any and then basically click “Disable”.



I usually run Ccleaner and do a complete MalwareBytes and anti-virus check out once a month, its a good addiction to get into for a well kept computer.

Remove Computer Virus Using Command Prompt


The term “Virus” is a risk to prospects of Windows. Users feel nervous to connect others USB or pen drive to their Computer for the inflections made by Malware. Viruses distribute in Computer to Computer through the pen Germs or any removable USB drive. Mainly "Autorun.inf" or many ".exe" information like newfolder.exe, ravmon.exe etc impact the data of your computer. If you try to remove the data from from your computer they come back again and it quickly spread in the computer.

These Autorun or .exe files are published in such a way that when we try to open or rename a drive a particular program begins consequently we cannot do those performs. You can eliminate viruses from Task Manager. You have to quit the impacting procedure from “Task Manager” by selecting that procedure as “End Task” in Task Manager. But virus programmer are much conscious about that so when you want to start “Task Manager” by pushing “Ctrl+alt+del” you will see that the “Task Manager has been disable by your administrator“.

How to make a folder undeletable:

In this scenario there is another procedure to eliminate autorun.inf from Command Prompt. That seems more efficient. You have go through some Command only. But the Command Prompt may be impaired by virus. You can obtain a alternative of the Command Prompt .

However after getting the accessibility of Command Prompt you can implement the following techniques to remove virus from your Computer.

First ClickStart” option and go toRun“. You can also go through key board “Windows+R“. Type “cmd” there.

Type the following command in the Command Prompt
  • Type “Drive_name:” in the command prompt and hit “Enter“. (“Drive_name” is where the issue happens, it may be any USB drive)
  • Type “attrib” and hit “Enter“. (This reveals the information that are existing in the currently operating listing. You can also use the command “dir/w/o/a/p“)
  • If there are any computer file known as autorun.inf then go for next actions else the generate is not impacted with any autorun.inf computer file.
  • Type “attrib -h -r -s -a *.* ” then hit “Enter“. (This command remove the Invisible, Study Only, System and Store features over any file)
  • After unhiding and removing features you can see the information. So you can remove the computer file now.
  • Type “del filename” in the command prompt and hit “Enter“. (As for example del autorun.inf)
Now your Computer is virus free. Enjoy! You can discuss your experiences with us.

How To Change Facebook Language.


Well facebook is a centre for over 900 million people and off-course everyone connected to different areas around the world, and hence they might have their own native language in which they might want to use Facebook for more comfortable experience. Well this is just a simple post but still many people might need to know that how they can quickly change the language in Facebook. Well its really simple and facebook provides a lot of 'languages' you can choose in for much more precise experience.



Steps: 

  1. Visit Facebook.com and Log In to your account.
  2. Now just go down to bottom and you will see Facebook © 2012 English, just click on English and you will a pop-up screen like above containing many different language from which you can select any language you want your Facebook in.

How To Play Windows Games In Linux?


Windows as an os can be frustrating at times, and this is why some people choose to use the Linux program option. The only issue with this is that it can be complicated to get some of the benefits, such as the games, that you want on Linux program. This can be a challenging issue. Do you go returning to Windows? Do you create a personal PC for you just to activity on? Luckily, you are in luck. You can now perform your Windows games on Linux program it just takes a little bit of set-up before you can download.

Getting Started:

You will need to download Wine. Wine works if you are running Linux program or if you simply have a Mac.


Wine is a great solution for being able to run Windows games on the alternative OS, but keep in mind not every method is perfect so there may be programs that you might not be able to get to run or run without issues. The program is not perfect.

Selecting a Wine Configuration:

One of the easiest Wine options is Winetricks. It is simple to use and pretty self-explanatory. You may not be the most omputer savvy person, but you could probably still be able to figure out Winetricks.


You will get a record of programs that are available for download. Some may automatically download, while others will require a manual download. The manual download is much easier than it appears to be. All you have to do is select the program that you are trying to download and then click OK. There are other variations of Winetricks style programs available such as PlayonLinux, Q4wine, and PlayonLinux, but they do not tend to be as simple to use or convenient as Winetricks.

Windows Games:

Many people do not realize the extremely long list of games that are considered to be “Windows Games”. This is a current list of some of the games that you will need Wine in order to play on your Linux program machine:

Mortal Kombat Arcade Kollection- This is a take on one of the most popular arcade games of all-time. Use your special powers to beat your challenger in a fight to the death.


Resident Evil: Operation Raccoon City- Help your favorite heroine, Alice, battle evil Umbrella corporation on this latest installment of the popular games that launched a major movie series.


Street Fighter X Tekken- This is another take on a classic arcade games. Go back to the street and bust some heads in this ong time gaming console classic, but with much better characters, powers, and graphics than the original game.


World of Warcraft- That is right is cult classic is a Windows operated game. WOW has tailored to allow for MAC download, but it is a much better PC run program. You will need the Wine in order to enjoy this preferred on your Linux system operated machine.


All of your preferred time spending games- This includes Solitaire, Minesweeper, Hearts, FreeCell, and Spider Solitaire. It is rather challenging to spend a while putting things off when you do not really have the brainless games to amuse you. These games have been a staple on Windows computers for well over a several years or two. You can now download the whole package for your Linux system operated computer with the Wine app.


Windows games have been enjoyed for many years, and there are new produces all of enough time. It would be challenging to stick with the A linux systemunix if it completely removed the Windows game playing possibility. Not everything will run easily with Wine, but it is a start to getting your game playing back to normal.

How To Spent Your Summer Using Google Maps


In the blink of an eye, summer is coming to an end. It seems like it was just last night that I was planning out all my summer activities as I eagerly awaited the start of long, sunshine and warm night.

Before Google approach the formal end of summer on Sept 21, Google Maps team thought it’d be fun to see how those of us in the North Hemisphere have spent the dog days. To do this, Google analyzed the summer season search activity on maps.google.com in several countries between the end of May and the beginning of Sept. Within each country, a look at some of the top-rising queries and the often-searched attractions on Google Maps gives a sense of how people all over the world spent their summertime.

We’re recognized that people depend on the comprehensive and specific visuals in Google Maps to research, plan, review and digitally experience far away as well as local places across the world. Take a look and click through for a larger image:


North american desired out the best local beaches to help cool off from the summer season heat. In comparison, many more people from The country, Tuscany and Portugal explored for community regularly. In cool areas of the U.K. the raising Google Maps queries included many indoor activities such as squash, bars and going to the gym. And, as expected, travel was a clear choice for the summer season, as indicated by a increase in queries for accommodations in almost every area.

Many people location queries were located outdoors. National parks and Hawaiian islands were the most people issues in the U.S., while local parks, zoos, gardens and playgrounds topped Canada’s and Europe’s list. Major destinations such as the Empire State Building in New York City, Niagara Falls in Canada, the Eiffel Tower in Paris and the Taj Mahal in India also lead the record of often-searched places in Google Maps. And of course, with the Summer Games illustrating in worldwide viewers, Wembley Ground and the Olympic Ground were two of the most explored for places throughout the U.K. this season.

Check out the places that taken people' attention this season and see how your passions compared to others all over the planet. We hope you enjoy this look back to remember the fun places we all went with Google Maps this season, and we cannot wait to help you find your next adventure!