Tuesday, April 26, 2011

Teen Boys Sent To Masculinity Camp In Malaysia

 

“Malaysian authorities have sent 66 Muslim schoolboys identified by teachers as effeminate to a four-day camp where they will receive counseling on masculine behavior to discourage them from being gay, an official said Tuesday.

Gay rights advocates decried the measure as a symptom of widespread homophobia in this Muslim-majority country where gay sex is illegal.

The boys between 13 and 17 years old reported Monday for what is officially being called a "self-development course" after their schoolteachers in Terengganu state identified them as students who displayed effeminate mannerisms, said Razali Daud, the state's education director.

They will undergo religious and motivational classes and physical guidance, Razali said. He declined to give further details.

The camp is meant "to guide them back to the right path in life before they reach a point of no return," Razali told The Associated Press. "Such effeminate behavior is unnatural and will affect their studies and their future."

It is the first such program in Terengganu, a conservative state. Over the years, Terengganu's officials have held programs aimed at promoting Muslim morality, such as offering free honeymoons to save the marriages of couples considering divorce.”

Source

Friday, April 22, 2011

Well Chosen Keywords For Resume


Keywords are specific words or phrases used to describe an applicant’s skills or experience. They are often specific buzz-words that are used in a particular industry. Most companies use applicant tracking software, which scans resumes for keywords relating to experience, job titles, skills, training, and degrees. Resumes WILL NOT show up in a search unless they contain the exact words or phrases that the employer is searching for. Most Fortune 1000 companies and many smaller companies now use these technologies.

How to Use Resume Keywords

Identify resume keywords. You can find buzz words that appear in job postings from newspapers, job boards, trade publications and employment ads with similar job description. Visit the web sites of professional associations in your field to look for current keywords. Talk to recruiters and human resources professionals. They are looking for resumes that match the key words contained in the job description and most likely the person who posted the job online is the one reviewing resumes for the position.
Add your keywords to the resume. Use your keywords and phrases throughout your resume to stand out in a database search for someone with your experience, skills, background, certifications, location and accomplishments. Focus on such areas as: skills, responsibilities, achievements, degrees, certifications, job-specific phrases, products and services. List your key words near the top so they would be quickly reviewed when looking for a match. Recruiters need to see those key words in first few seconds or you’ll be eliminated from consideration.
Use keywords in your cover letters too. Some employers include them in resume databases.
Keep updating your resume on a regular basis with new keywords. Looking at employment ads will help you get new ideas on what keywords you can add to get your resume even more attention.

Resume Key Words To Avoid:

The words like supported, contributed, and assisted are not very effective. They say that you helped, but do not say how. If you decided to use them follow these words with a more complete description of your role.
Successfully is another key word you should avoid in your resume. It is better to give a specific example of your accomplishments that prove your success at your past jobs.
Responsible for is another unnecessary phrase. It will look much better if you list your accomplishments rather than enumerate your responsibilities.

Few popular keywords: 

Achievement keywords: achieved, completed, increased, improved, accomplished, performed, expanded;
Problem solving keywords: reduced, corrected, evaluated, utilized, simplified, analyzed, investigated;
Leadership keywords: developed, managed, inspired, organized, guided, directed, revitalized;
Initiative keywords: designed, launched, created, established, initiated, started, formulated;
Some popular phrases: oral and written communications, strategic planning, project management, performance and productivity improvement, business development, product positioning, team-building.
Resume keywords take an average resume and turn it into a power-packed marketing piece that cannot be ignored.

Thursday, April 21, 2011

Syntax Highlighter

A kind word is like a Spring day.~ Russian ProverbImage by ZedZaP Syntax Highlighter by Alex Gorbatchev’s



Code in between the source code tags will automatically be encoded for display, you don’t need to worry about HTML entities or anything.

Configuration Parameters

The shortcodes also accept a variety of configuration parameters that you may use to customize the output. All are completely optional.
  • autolinks (true/false) — Makes all URLs in your posted code clickable. Defaults to true.
  • collapse (true/false) — If true, the code box will be collapsed when the page loads, requiring the visitor to click to expand it. Good for large code posts. Defaults to false.
  • firstline (number) — Use this to change what number the line numbering starts at. It defaults to 1.
  • gutter (true/false) — If false, the line numbering on the left side will be hidden. Defaults to true.
  • highlight (comma-seperated list of numbers) — You can list the line numbers you want to be highlighted. For example “4,7,19″.
  • htmlscript (true/false) — If true, any HTML/XML in your code will be highlighted. This is useful when you are mixing code into HTML, such as PHP inside of HTML. Defaults to false and will only work with certain code languages.
  • light (true/false) — If true, the gutter (line numbering) and toolbar (see below) will be hidden. This is helpful when posting only one or two lines of code. Defaults to false.
  • padlinenumbers (true/false/integer) — Allows you to control the line number padding. true will result in automatic padding, false will result in no padding, and entering a number will force a specific amount of padding.
  • toolbar (true/false) — If false, the toolbar containing the helpful buttons that appears when you hover over the code will not be shown. Defaults to true.
  • wraplines (true/false) — If true, line line wrapping will be disabled. This will cause a horizontal scrollbar to appear for long lines of code.
Here’s some examples of the above parameters in action:



[sourcecode language="sql"]
SQL> shutdown abort
ORA-01031: insufficient privileges
[/sourcecode]
     
OUTPUT:
1SQL> shutdown abort
2ORA-01031: insufficient privileges
Below code would start the line number from 10 and highligh line number 14 and 15
[sourcecode language="sql" firstline=10 highlight = 14,15] C:\Users\ACE>sqlplusSQL*Plus: Release 11.2.0.1.0 Production on Sat Mar 5 19:52:01 2011 Enter user-name: sys as sysdba Enter password: Connected. SQL> shutdown immediate ORA-24324: service handle not initialized ORA-24323: value not allowed ORA-01090: shutdown in progress - connection is not permitted [/sourcecode]


OUTPUT:

10C:\Users\ACE>sqlplus
11SQL*Plus: Release 11.2.0.1.0 Production on Sat Mar 5 19:52:01 2011
1213
14Enter user-name: sys as sysdba
15Enter password:
16Connected.
17SQL>  shutdown immediate
18ORA-24324: service handle not initialized
19ORA-24323:  value not allowed
20ORA-01090: shutdown in progress - connection is not  permitted






http://en.support.wordpress.com/code/posting-source-code/
Enhanced by Zemanta