Hot Todays

Windows 7 Keyboard Shortcuts

  • Alt + P
In Windows Explorer, activate an additional file preview pane to the right side of the window with this new shortcut. This panel is great for previewing images in your photos directory. 

  • Windows + + (plus key)
  • Windows + - (minus key)
Pressing the Windows and plus or minus keys activates the Magnifier, which lets you zoom in on the entire desktop or open a rectangular magnifying lens to zoom in and out of parts of your screen. You can customize the Magnifier options to follow your mouse pointer or keyboard cursor. Keep in mind that so far, the Magnifier only works when Aero desktop is enabled. 
  • Windows + Up 
  • Windows + Down
If a window is not maximized, pressing Windows + Up will fill it to your screen. Windows + Down will minimize that active window. Unfortunately, pressing Windows + Up again while a window is minimized won’t return it to its former state. 
  • Windows + Shift + Up 
Similar to the shortcut above, hitting these three keys while a window is active will stretch it vertically to the maximum desktop height. The width of the window will however stay the same. Pressing Windows + Down will restore it to its previous size.
  • Windows + Left
  •  Windows + Right
One of the new features of Windows 7 is the ability to automatically make a window fill up half of your screen by dragging to the left or right. This pair of shortcuts performs the same function without your mouse. Once a window is fixed to one side of the screen, you can repeat the shortcut to flip it to the other side. This is useful if you’re extending a desktop across multiple monitors, which prevents you from executing this trick with a mouse.
  • Windows + Home
This shortcut performs a similar function to hovering over a window’s peek menu thumbnail in the Taskbar. The active window will stay on your desktop while every other open application is minimized. Pressing this shortcut again will restore all the other windows.
  • Windows + E
 Automatically opens up a new Explorer window to show your Libraries folder.
  • Windows + P
Manage your multiple-monitor more efficiently with this handy shortcut. Windows + P opens up a small overlay that lets you configure a second display or projector. You can switch from a single monitor to dual-display in either mirror or extend desktop mode.
  • Windows + Shift + Left 
  • Windows + Shift + Right
If you are using two or more displays (and who isn’t, these days?), memorize this shortcut to easily move a window from one screen to the other. The window retains its size and relative position on the new screen, which his useful when working with multiple documents. Utilize that real estate!
  • Windows + [Number]
Programs (and new instances) pinned to your Taskbar can be launched by hitting Windows and the number corresponding to its placement on the Taskbar. Windows + 1, for example, launches the first application, while Windows + 4 will launch the fourth. We realize that this is actually one key-press more than just clicking the icon with your mouse, but it saves your hand the trouble of leaving the comfort of the keyboard.
  • Windows + T
Like Alt + Tab (still our all time favorite Windows specific shortcut), Windows + T cycles through your open programs via the Taskbar’s peek menu.
  • Windows + Space
 This combo performs the same function as moving your mouse to the bottom right of the Taskbar. It makes every active window transparent so you can view your desktop. The windows only remain transparent as long as you’re holding down the Windows key.
  • Ctrl + Shift + Click
 Hold down Ctrl and Shift while launching an application from the Taskbar or start menu to launch it with full administrative rights.
  • Ctrl + Click
 Hold down Ctrl while repeatedly clicking a program icon in the Taskbar will toggle between the instances of that application, like multiple Firefox windows (though not browser tabs).

shortcut for locking your computer

Creating a desktop shortcut for locking your comp!

If you use your computer in an area where others may have access to it, and there are things on your system you would rather have kept confidential, locking your desktop when you leave the computer is an essential task. Here’s a recipe for a desktop shortcut that will lock your computer in two easy clicks:

Right click on an empty area of the desktop and choose ‘new’ then ’shortcut.’ The create shortcut wizard will open; in the first text box, type ‘%windir%\System32\rundll32.exe user32.dll,LockWorkStation’ and then give your shortcut an appropriate name on the next page, and hit ‘finish.’

You will notice that the shortcut you created has a blank icon. To select a more appropriate one, right click on the shortcut and hit ‘properties.’ In the ’shortcut’ tab, click the ‘change icon’ button.

In the ‘look for icons in this file’ box, type ‘%SystemRoot%\system32\SHELL32.dll’ then click ‘ok’ to see a range of icons for your new shortcut. Choose an appropriate icon. Your desktop locking shortcut is now ready for use. Test it out.

membuat related article

Salam blogger, tahukan related article sangat bermanfaat buat blog sobat, karena dengan related article pengunjung blog kita akan lebih mudah dalam mencari artikel yang berkaitan dengan article yang dibaca, sehingga pengunjung bisa berlama - lama di blog kita, langsung saja sobat.

Seperti biasa langkah - langkahnya :
  • Login ke dashboard, 
  • klik Layout, Edit HTML (jangan lupa backup template dengan Download Full Template), 
  • cari code dibawah ini untuk memudahkan guhakan (Ctrl + F) :
<data:post.body/>

Setelah itu copy-kan code dibawah ini tepat dibawahnya  <data:post.body/> :

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='similiar'>
<div class='widget-content'>
<h3>Related Artikel</h3>
<div id='data2007'/><br/><br/>
<script type='text/javascript'>

var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
var maxNumberOfPostsPerLabel = 4;
var maxNumberOfLabels = 10;

maxNumberOfPostsPerLabel = 100;
maxNumberOfLabels = 3;


function listEntries10(json) {
var ul = document.createElement(&#39;ul&#39;);
var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
json.feed.entry.length : maxNumberOfPostsPerLabel;
for (var i = 0; i &lt; maxPosts; i ) {
var entry = json.feed.entry[i];
var alturl;

for (var k = 0; k &lt; entry.link.length; k ) {
if (entry.link[k].rel == &#39;alternate&#39;) {
alturl = entry.link[k].href;
break;
}
}
var li = document.createElement(&#39;li&#39;);
var a = document.createElement(&#39;a&#39;);
a.href = alturl;

if(a.href!=location.href) {
var txt = document.createTextNode(entry.title.$t);
a.appendChild(txt);
li.appendChild(a);
ul.appendChild(li);
}
}
for (var l = 0; l &lt; json.feed.link.length; l ) {
if (json.feed.link[l].rel == &#39;alternate&#39;) {
var raw = json.feed.link[l].href;
var label = raw.substr(homeUrl3.length 13);
var k;
for (k=0; k&lt;20; k ) label = label.replace(&quot;%20&quot;, &quot; &quot;);
var txt = document.createTextNode(label);
var h = document.createElement(&#39;b&#39;);
h.appendChild(txt);
var div1 = document.createElement(&#39;div&#39;);
div1.appendChild(h);
div1.appendChild(ul);
document.getElementById(&#39;data2007&#39;).appendChild(div1);
}
}
}
function search10(query, label) {

var script = document.createElement(&#39;script&#39;);
script.setAttribute(&#39;src&#39;, query &#39;feeds/posts/default/-/&#39;
label
&#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
document.documentElement.firstChild.appendChild(script);
}

var labelArray = new Array();
var numLabel = 0;

<b:loop values='data:posts' var='post'>
<b:loop values='data:post.labels' var='label'>
textLabel = &quot;<data:label.name/>&quot;;

var test = 0;
for (var i = 0; i &lt; labelArray.length; i )
if (labelArray[i] == textLabel) test = 1;
if (test == 0) {
labelArray.push(textLabel);
var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
labelArray.length : maxNumberOfLabels;
if (numLabel &lt; maxLabels) {
search10(homeUrl3, textLabel);
numLabel ;
}
}
</b:loop>
</b:loop>
</script>
</div>
</div>
</b:if>

sekarang save template sobat, lihat di setiap postingan akan ada "Related Article"
selamat mencoba.

Static IP Address Configuration Using Command Line

1. Click "Start" then Click "Run" then type "cmd" and hit Enter.
2. (Please ignore this step if you already logged on as administrator or alike)within the cmd window type "Runas /User:Administrator cmd" where Adminitrator is a user with an administrative privileges(under the administrators group) then it will prompt you for a password. type it and hit Enter.
3. Now you will see a new cmd window with the prompt C:\WINDOWS\system32> , then you are having cmd with administrative privileges.
4. Type "Netsh Interface IP Set Address "local area connection" static 10.10.10.5 255.255.255.0 10.10.10.1 1" this will change your Ip address to 10.10.10.5 with subnet mask 255.255.255.0 and default gateway 10.10.10.1, please note that if you rename the local area connection to something else you need to place it instead of "local area connection" also if you want to change ip of your Wireless connection you would change it to "Wireless Network Connection" unless you renamed it.(you need to type local area connection with quotation mark “ “)
5. Type "Netsh Interface IP Set Dns "local area connection" static 213.54.26.22" this will change your primary dns ip address to 213.54.26.22
6. if you want to go in the opposite direction changing from static to dynamic (DHCP) the you need to type" Netsh Interface IP Set Address "local area connection" DHCP" and wait for some seconds to pass until it says OK and type "Netsh Interface IP Set Dns "local area connection" DHCP" for DNS.

Manual install template joomla

He have learned about how to install automatically Joomla templates. Now, let's try to install Joomla templates manually. This is a small tutorial about how to install templates manually.

Let's begin:
  • Get your zip files from our (or other) website. Unzip the file on your computer.
  • Log on with your ftp client on your site.
  • Find "Templates" folder on your root site and upload unzipped directory. The structure should look like this: /templates/mody_bluelight/index.php.
  • Log on your Joomla administration section. Go to Site --> Template Manager --> Site Templates
  • Select your new template from the list and publish it.
  • Go to Site --> Preview --> In new window
NB. intinya kita upload template yang akan kita pakai dengan login pakai FTP Manager, terus pergi ke directory template, diupload disitu

oke done, have fun friend

Cara mengatur jarak kotak komentar dengan footer

Salam blogger semua, kotak komentar sobat  jaraknya jauh dari footer, pastinya tampilannya jadi kurang bagus tentunya, kali ini mas syaif akan Mengatur/ Merubah Jarak Spasi di Bawah Kotak Komentar, bisa mengikuti langkah mudah nya sebagai berikut :
  • Login Blogger
  • Klik Rancangan atau Design
  • pilih tab Edit HTML
  • centang Expand Widget Templates 
  • Cari kode dibawah ini dengan menekan keypad ctlr+F yang mirip sebagai berikut :

<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  
Ganti jumlah yang berwarna merah sesuai keinginan Anda (aku menggantinya dengan jumlah 200 atau sesuai dengan yang sobat inginkan)
Jika sudah di ganti,
klik tombol Simpan Template, dan lihat hasil nya
Bagaimana bagus bukan...

Advertisements

Advertisements