Showing posts with label Templates. Show all posts
Showing posts with label Templates. Show all posts

LinkedIn show your resume online

March 10, 2013 Add Comment

LinkedIn show your resume online


With 130 million profiles on professional networking website LinkedIn, there’s great potential for you to increase your professional visibility among those in your industry and beyond. It would be almost silly not to consider the benefits of actively participating in LinkedIn's social networking as well as maintaining an up-to-date resume. But despite the fact that social media networks are fast becoming a primary form of communication for millions of users, some people aren’t quite convinced that a social network for professionals is worth their time.

There’s evidence, however, that social networks are useful for the job market: more hiring managers are turning to social networks like LinkedIn to find and screen potential job candidates. And since many recruiters use LinkedIn, you should ensure that you know everything that they know about the online resource. LinkedIn can create visibility for prospective employees and employers. LinkedIn helps to link each industry in a small web-based community, and when you seek to become a part of that community, you may find your options broadening at the same time.

While your resume is a unique document that can make you stand out, LinkedIn is essential in today's job market.  That means it’s important that your resume and your LinkedIn profile work together in your job search. There should be similarities between your LinkedIn profile and your resume, but the two should complement each other, and serve to give HR professionals a more complete picture of you as a potential employee.

LinkedIn vs. resume

Although your LinkedIn profile and resume should be somewhat similar, one of the fundamental differences between your LinkedIn presence and your resume should be the tone. Your resume should serve as a "just the facts" report of your work, skills and educational background. It should also provide a recruiter an organized copy of your quantifiable success and career history. Often, companies require that a cover letter accompany your resume when applying for jobs. A cover letter gives you a chance to stand apart from candidates with similar professional backgrounds. Similarly, LinkedIn combines the uses of a cover letter and resume. Using a LinkedIn profile can be a real asset during your job search.

But although your resume should be somewhat cut-and-dried, your LinkedIn profile should be more detailed and provide more information about yourself. LinkedIn allows you to expand on your skills, education and experience in a much friendlier and congenial tone than a formal resume. LinkedIn also encourages you to combine the two purposes of your profile and resume, giving hiring managers a good idea of your personality as well as what you can bring to the table in terms of your professional background.

Leveraging social media

The modern workforce has become increasingly more reliant on social networking. From high school to post-secondary learning, students and workers alike are integrating technology into their everyday lives. Since LinkedIn’s features include the opportunity to write recommendations of your peers, colleagues and managers, it creates a platform on which you can give a full presentation of professional objectives and your personality to your target industry. Don’t be afraid to add multimedia to your LinkedIn profile: slideshow presentations you’ve done for school or other jobs, video, and other media can show a side of you and your professional experience that hiring managers almost never see in a simple resume.

With the use of smartphones and tablets on the rise, particularly with the younger generation of job seekers, using social networking as an effective job search tool is critical to today's mobile culture. Keep that in mind while you craft your LinkedIn profile: while your profile should be designed to show more of your abilities and strengths, it should still strike a balance between detail and conciseness. Smartphones are becoming as user-friendly and as powerful as computers, but a profile that’s easy to read from a smartphone might make the difference between drawing readers in and readers skipping over a profile.

HTML and Blogger templates

January 09, 2010 Add Comment

HTML and Blogger templates


his text presents basic concepts about the structure and HTML templates blogger, but without getting too by INFORMATIQUES. Serve to support the description of other techniques bloguísticas.

Content:
Structure of an HTML document
Concept of client / server
CSS and DIV
HTML or XML?
Structure of a template blogger
Structure of containers of template
Conclusion
Structure of an HTML document
An HTML document is a plain text document which mingle commands to the browser to interpret this text as you are reading. Generally, the structure of an HTML document is as follows:

<html> 
<head> 
..... 
</ head> 
<body> 
..... 
</ body> 
</ html>


In this example we can see that:



The dots are content and miscellaneous commands, the rest are HTML commands;


HTML commands (called HTML tag or simply tag) are contained between <and> characters.


An HTML command is formed by a part of "opening" command (such as "<html>") and a "closing" command (such as "</ html>"). The opening part of a command begins with "<", followed by him command itself (characters up to the first space or by the ">" sign), continues with parameters specific to the command, and ends with ">". The closure part of the command begins with "</", followed by the same characters you command the opening and ending with ">." Thus, the command lines 1 and 8 form a respective pair of opening and closing.


Although not shown in the example, some commands close themselves, as is the case of the command that inserts an image: <img ..... />. These commands start "<", follows them the command itself (characters up to the first space), continue with specific parameters of the command and end with "/>".


An HTML document necessarily begins with line 1 and ends with the line 8. Lines 2 to 4 and rows 5 through 7 form two main blocks. The first block contains instructions for the browser and the second block contains the browser will display a page. Before the first line should contain information about which version of the document is being built, which is done with the command "<! DOCTYPE HTML PUBLIC .....>."


There are specific controls for each of these blocks.


Generally, HTML commands that contain the opening and closing can be chained within each other as long as they respect the order "first to open, last to close" (see the commands in lines 5 and 7).



Concept of client / server


Called client device where the HTML document will be shown (the browser, usually) and is called the server software that runs on the computer that can be accessed by a URL (the http://bloger.com, for example).


When entering in the browser the address of a site, the server processes the request and returns a result. Next, the browser receives the request and may perform additional processing until finally the result is shown. Example:


I type in the browser http://comptechdigg.blogspot.com;


Primir to enter, the browser sends the request to the blogger's blog home page;


blogger, containing the texts of posts in a database, read the blog settings, get the posts to show and mix them with a template that is in use. Then returns the result to the browser;


the browser handle the response returned by the blogger and interprets the response received. Besides the content to display, between commands may be formatting commands, positioning and further processing (with javascript). Having javascript to be processed, the browser executes it, can profoundly alter the response returned by the server;


finally the result is presented to the user.



CSS and DIV


The formatting and placement of the contents of an HTML page can be made with CSS, placing the class attribute in the HTML element. The properties defined by the class of an element will be valid for that element, and for those who are in it (unless they are redefined by another class or specific formats).


DIV is a structural element of HTML and mainly serves to define the position of content on a page. A DIV associated with a class allows you to position the contents and assign them to specific formatting.


HTML or XML?


An HTML document is a particularization of an XML document. This area will not go into specifics but who want to know more you can read here: http://pt.wikipedia.org/wiki/Xml


Structure of a template blogger


One blogger template is a special document in XML format, similar to an HTML document but with additional commands. A template can have various structures, and the following blocks an approach quite common:



Header (header);


Area posts (posts area);


Component area (widget area);


Footer (footer).

<? Xml .... ?> 
<! DOCTYPE ... > 
<html .... > 
<head> 
<b:skin> <! [CDATA [/ * 
# outer-wrapper { 
.... 
# header-wrapper { 
.... 
# main-wrapper { 
.... 
# sidebar-wrapper { 
.... 
# footer-wrapper { 
.... 
]]> </ b: skin> 
... other settings ... 
</ head> 
<body> 
<div id='outer-wrapper'> 
<div id='header-wrapper'> 
..... 
</ div> 
<div id = 'main-wrapper' > 
..... 
</ div> 
<div id='sidebar-wrapper'> 
..... 
</ div> 
<div id='footer-wrapper'> 
..... 
</ div> 
</ div> 
</ body> 
</ html>


Lines 1 and 2 classify the template. From an existing template and leave them as they are.


Lines 3-40 are the HTML to send to the browser. Contains commands that are interpreted by the blogger before sending the response to the client.


The block head of the HTML document is between the lines 4-23. This block is where files include javascript, CSS and CSS which defines the structural blog (lines 5-21). The CSS structural blog defines a set of classes (containers), positioning the blocks as the previous figures in specific locations of the HTML page.


Between the Lines 00:39 is contained content of the blog itself (header, posts, sidebar, and footer). In the figure are shown blocks corresponding to the first of the three previous figures. Highlight:



the various blocks of the template are contained between DIV tags;


each DIV has a property "class" that identifies the corresponding CSS class d. This class is defined in the CSS block head.



The structure of the template containers DIV Within each of the containers forming the template, as there are blocks which follow:




<B: section ... > 
<b: widget id = 'HTML1' type = 'HTML' ... > 
<b:includable id='main'> 
   ... content ..... 
</ b: includable> 
</ b: widget> 
</ b: section>


The "section" group blocks such as multiple columns in the sidebar. Within each are a "widget" which is the "gadget" that shows the contents of the section. Finally, within the widget are "includable" which are the actual content: text, images, javascript, etc..


The widget accept specific content based on their "type" and must have an identification (ID) unique throughout the template. This identification has to be formed by the following type of number.


Widgets can be of the following type:



  • BlogArchive
  • Blog
  • Feed
  • Header
  • HTML
  • SingleImage
  • LinkList
  • List
  • Soon
  • BlogProfile
  • Navbar
  • VideoBar
  • NewsBar