The Parts of the Ribbon

Posted by Unknown Jumat, 04 Januari 2013 0 komentar

Each class member will be expected to be able to name the parts of the ribbon. 

Baca Selengkapnya ....

Words to Know

Posted by Unknown 0 komentar

Baca Selengkapnya ....

Vocabulary Tutorial

Posted by Unknown 0 komentar

Baca Selengkapnya ....
Posted by Unknown Kamis, 03 Januari 2013 0 komentar
Microsoft Word Vocabulary

Word
The word processing program in Microsoft Office.

Ribbon
Designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups, which are collected together under tabs. Each tab relates to a type of activity, such as writing or laying out a page.

Document
A word processing file that you save in Word or Google Docs.


Text
Words, numbers or symbols that appear in a document.

Character
Any letter, number or symbol typed on the keyboard.


Word Wrap
Letting the computer decide where to end each line (typing text without pushing Enter at the end of each line)


Cursor
The blinking line on the screen that shows where the next character will appear when typed.


Scroll
To move up and down or left and right on the screen.

Tabs
Click on these for related groups of commands that you would use in a Word document.


Groups
A collection of related commands under a tab in Word.


Commands
Specific tasks in Word or Google Docs. Most of these are a button, a box to enter information, or a menu.


.docx
The file extension for files created in Word 2007 and Word 2010.




Baca Selengkapnya ....

How to create Cron Jobs (Scheduled Taks) in Windows Machine ?

Posted by Unknown Rabu, 02 Januari 2013 0 komentar
We are here to setup Cron Job in Window Based machine! For Linux/Unix/Mac.

This can be useful when you hosting provider doesn't support for Cron Jobs and also helpful when you are using Window server to host your Web Application/Site.

Note: I am using Windows 7, But for other version it should be something similar only.

Using Schedule Taks - UI Based

  • Open Control Panel
  • Go to Administrative tools
  • Select Schedule Task
  • General Tab, Give a name to your scheduled task. e.g. Test Cron Job
  • Select Trigger Tab, Click "New", Select timings for executions of Cron Job
  • Select Actions Tab, Click "New", Select Program to execute, in our case we want to run Cron Job. So we will require to run browser. So select Firefox, Chrome, IE etc.
  • Suppose Cron URL is http://example.com/cronjob.php Action should be like "C:\Program Files\Internet Explorer\iexplorer.exe" "http://example.com/cronjob.php"
  • Click Ok! It's Done.

Using Schedule Taks - Command Line

  • Open command prompt
  • Fire below command to setup Cron Job hourly
schtasks /create /tn "Drupal Cron Job" /tr "C:\Program Files\Internet Explorer\iexplorer.exe http://www.example.com/cron.php" /sc hourly


For more options see help of schtasks command. fire schtasks/? to see help of command


For any reason if you don't wish to open Browser you can use Wget or cUrl 

Using Wget
  • Install Wget from SourceForge
  • Follow all the steps to above for Schedule Taks, instead of internet explorer select wget.exe
Using cUrl
  • Install cUrl from SourceForge
  • Follow all the steps to above for Schedule Taks, instead of internet explorer select curl.exe
How to setup Cron Job in Linux/Unix/Mac Machine. 

Thanks for Reading the Article!

Follow me @ Just PHP





Baca Selengkapnya ....

How to make Universal Static library (.a file) in iOs using xCode

Posted by Unknown 0 komentar
Tutorial for Creating Universal Static Lib,

In this tutorial we are creating Static Library for Logger class.

Step 1 : Create a New Project, Named it "Logger"

Step 2 : Create Classes

You can create as many classes you wants, In our tutorial we will create one class named "Logger". 
So, now two files should be in our resource.
1. Logger.h
2. Logger.m

Step 3 : Put some useful code into Classes







Step 4 : Create New Target

Create New Target from File Menu.


New Target
New Target
Select Cocoa Touch Static Library


Select Cocoa Touch Static Lib
Select Cocoa Touch Static Lib
Step 5 : Add files to Compile Resource


  • Select "Logger" Target of Static Library
  • Go to Build Phases
  • In Complied Sources section, Add all the .m and .mm files.
  • In Copy Files section, Add all the .h files and resource files.

Build Phases

Step 6 : Compile Project with Static Library Target


  • Compile Project for iOS Device
  • Compile Project for Simulator
You can find two different .a files generated in build foders.

Find .a file
Find .a file

Step 7: Make Static Library Universal 

You can find two different library now, one is for simulator and one is for iOs devices.

  • Create a New Folder and name it LoggerMerge.
  • Copy libLogger.a file of Debug-iphoneos folder to "LoggerMerge" rename it to libLogger_device.a
  • Copy libLogger.a file of Debug-iphonesimulator folder to "LoggerMerge" rename it to libLogger_simulator.a
  • Open LoggerMerge folder with Terminal
  • Fire below command
lipo -create "libLogger_simulator.a" "libLogger_device.a" -output "libLogger.a"

Now, you can find libLogger.a in LoggerMerge folder, this is Universal static library file.
Now, Just one thing you need is headers, See above screenshot there is folder called include in both build folder. Just copy header file from this folder.

Step 8 : Test Static Library

  • Create New Project, name it TestLogger
  • Import libLogger.a and header files
  • Import header file "Logger.h" anywhere you want to use
  • Now, Use this Logger class as default practice.
  • In our case, [Logger log:@"Test String"];
  • Run Project in Simulator and Device both
Thats's it!! You have your own static Library!!

Thanks for Reading the Article !!

Follow me @ Just iOS

Contact Us @ Solution Analysts Pvt. Ltd.





Baca Selengkapnya ....

MS SQL (sqlsrv) : Problem with closing curly brace ( } )

Posted by Unknown Senin, 31 Desember 2012 0 komentar
Able to logged in using SQL Server management studio to MS SQL  server DB, But not able to logged in using PHP!!!

In these case please check you password. 

If you password contains closing curly brace ( } ) then you need to escape it using another  closing curly bracket.

Simple way if just use,

$password = str_replace($password,"}","}}");

Thanks for reading the Article.

Follow me @ Just PHP


Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of apk zenonia 5.