Complete WordPress Essentials Training Course By RankYa



Learn how to use Worlds Most Popular CMS "WordPress" with this Complete WordPress Essentials Training Course by RankYa.


SHARE BY GK
Computer Knowledge
Read More..

Don Jones Month of Lunches Day 2

Day 2 can be located at http://powershell.com/cs/blogs/donjones/archive/2012/03/02/will-day-2.aspx
I guess Ive been running Powershell long enough that many of the cmdlets come fairly naturally.  Before Powershell I was pretty heavy into cmd.exe, so, several of the commands outlined in section 2.3 - Managing files and folders - you know this! were familiar. When I started getting into Powershell I had to learn the syntactical difference Don points out. For example, dir /s is not a valid command in a default install of Powershell.  As noted in the chapter, you can still run regular command line executables as you would since Powershell passes the command down the cmd.exe, but, doing so would more than likely leave someone missing the real power of this tool.  Also, Dons trick with passing commands (and parameterized arguments) to regular executables (on page 17) is a great way to bypass funky parameterization issues that you may run into with Powershell. If youre in a hurry and getting weird argument issues, do this and save yourself some headaches.On thing Chapter 2 got me focused on is the best use of PSDrives.  Having a little bit of development experience, PSDrives remind me of LINQ, a Microsoft initiative that cannot be found in Powershell.  Both allow you to access a variety of data stores with little to no effort.  Only in Powershell there virtually nothing required to access the stores other than use the provider names.  Most of the Providers (not mentioned yet) make this happen almost seemlessly.  What I got out of this chapter was an improvement I can make on some tricks I use.  In the course of projects I work on I am regularly creating functions for quick access in Powershell.  For instance, if I am working on a project whose files are on a drive pathed D:webfiles est I can create a new PSDrive called webtest: instead of having to point to this path any time I want to work on the data. Normally I create a function doing a cd (old cmd terminology or Set-Location in Powershell) to the path. Then, I alias the path.  Instead of several lines of commands, I can just do a New-PSDrive to accomplish the same thing.Another thing Don emphasizes-which I wish I would have learned about earlier-was the Verb-Noun cmdlet naming pattern. The first time I started playing with Powershell (way back in 2006) I didnt get it at all.  Having come from a cmd.exe/batch file background nothing made sense.  A while later, when I revisited Powershell, realizing the action-on-object concept underlying the naming conventions got me over a big hurdle.  As outlined on page 18, using basic commands (such as Get and Set) became more obvious and intuitive.  If I want to act (get contents) on an object (directory) using Get-ChildItem I can have a clear idea of what will happen when I run that cmdlet.  The further I have gotten into Powershell the more I have appreciate this self-describing characteristic of the language itself.  Just by knowing what I want to do, thanks to the Verb-Noun patterning, I can guess what options (cmdlets) I might have available.  To use Dons phrase, this is in and of itself an aspect of Powershell that I view as a discoverability feature.  And a great one at that.While doing the exercises one thing that can be confusing is how to reference files in the current directory. The syntax goes back to UNIX in that all files have to have a path reference.  In cmd.exe you can reference a file in the current directory without a directory reference.  However, in Powershell, you cannot do this.  A file must either have an absolute or a relative path. When I started doing the lab at the end of Chapter 2 I noticed this and recalled having trouble with it for a while.  If you come from a background where this has been used it just a habit to get back into.  If you have been a VBScript or cmd.exe person all along, this is good to pick up on early. Its true that a bit of dev background can make PowerShell a bit easier to pick up; its one reason I invited Will to join this little experiment. Looks like his Unix experience is serving him well, too. Not that you need any of that to learn PowerShell, but it does emphasize the shells philosophical consistency with whats come before. Microsoft didnt try to re-invent the wheel, here - just make a better one.
Read More..

Installing and Updating PiAUISuite and voicecommand

Here are some in depth demo videos on how to install and update PiAUISuite and voicecommand.

If something goes wrong, get the newest code and reinstall. Make sure you read the README file and regularly update to fix errors and get new features.

Install instructions:

sudo apt-get install git-core
git clone git://github.com/StevenHickson/PiAUISuite.git
cd PiAUISuite/Install/
./InstallAUISuite.sh



Voicecommand setup instructions:

voicecommand -s





Update instructions:



cd PiAUISuite
git pull
cd Install
sudo ./UpdateAUISuite.sh





If youve watched the videos and read the posts and read the README and something still doesnt work, feel free to contact me and ask questions.

Thanks!



Consider donating to further my tinkering since I do all this and help people out for free.


Places you can find me
Read More..

Classic album covers in Google Street View

Were seeing some increasingly creative ideas for using Google Street View and The Guardian has recently shown us another one - Classic album covers in Street View. This features the album cover superimposed over its location; from the obvious Beatles Abbey Road to more modern covers, this is another creative use of Street View.

from The Universal Machine http://universal-machine.blogspot.com/

IFTTT

Put the internet to work for you.

Edit or turn off Personal Recipe 895909

Read More..

Screen Resolution for Computer

If You are Regular or often User of Computer you will have Heard or see about Resolution about Desktop Screen or laptop Screen. This screens Resolutions Real meaning is as below.

Resolution Size and Full-Form

VGA- Video Graphic Array (640 X 480)

SVGA - Super Video Graphic Array (800 X 600)

XGA - eXtended Graphic Array (1024 X 768)

SXGA - Super eXtended Graphic Array (1280 X 1024)

UXGA - Ultra eXtended Graphic Array (1600 X 1200)

Now after reading the above Secrets you can choose your own resolution without any Experts help.

patelsanjit.blogspot.com  (Sanjit Patel)
Please leave Your Precious Comment here...
For help Click Here..

Read More..

Add Your Name or Application to right click Of My Computer

Caution ..
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk


To write your name on right click application
please follow the steps.

1.Copy/Paste the following code in Notepad And then Save it as .reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellRegistry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellRegistry Editorcommand]
@="Location Of The Application"

2.
Now edit it and then Type your name In

Eg:

[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellRegistry Editor]
@="Rajesh"

3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:

[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellRegistry Editorcommand]
@="Location Of The Application"

For eg.C:Program FilesYahoo!Messengermessenger.exe
Thats It finally save it And then Run it .


------------------------------------------------------------
To add Application Control Panel

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellControl Panelcommand]
@="rundll32.exe shell32.dll,Control_RunDLL"

To add Application Add/Remove

[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellAdd/Removecommand]
@="control appwiz.cpl"

To add Application Reboot

[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell[Reboot]command]
@="shutdown -r -f -t 5"

To add Application Shutdown

[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shell[Shutdown]command]
@="shutdown -s -f -t 5"

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....-......----..--.-...--.-..-

Read More..

Fix Bugs in Windows Media Player using Fix WMP Utility

Windows Media Player is a default media player in windows and is used by most of the windows users. Its look and feel are good so even i prefer using WMP. But over a period of time, some bugs are created. A great utility is available to fix these bugs. "Fix WMP Utility v 1.0"

Its a free utility developed by The Windows Club. It re-registers all the concerned Windows Media dll files required for the smooth functioning of Windows Media Player.If you experience any problem or you get error messages while playing any audio or video in WMP you can run this utility to fix the issues. It re-registers over 40 dlls required for smooth functioning of Windows Media Player.

Please create a System Restore point before using this utility for safety. However this utility is tested and works fine in Windows Vista and Windows 7 and should work for

all versions of Windows and Windows Media Player.

Below are some screenshots of the software:




Download Fix WMP Utility v 1.0 here
Read More..