Preloader image
x

Welcome to Learn Like Me™

Ahhh…we’re glad you’ve made it!

 

I know, there’s not much here at the moment but in time, Learn Like Me™ hopes that with your help that this site will grow : )

 

Whether you’re a Professional, Educator, Student, or Anyone needing an online platform to publish your articles, tutorials, portfolio, blogs, artwork, etc. Learn Like Me™ could be the site for you. It’s easy to use and access online using a Computer, iPad, Mobile Device, etc.

 

Share your own knowledge, ideas or experiences, read what others have to say, create a blog, display your portfolio, write a tutorial, write a review, interview someone…the skies the limit!

 

Here is a broad outline of what you can do here at Learn Like Me™ and a few tips to get you started:

There’s bound to be something here that you can use LLM for…

 

If you would like to know how to use a particular feature on Learn Like Me™, go to the Help page for a list of LLM features or use the Find an Article Search panel and enter what you are looking for. Best thing to do is have a play with the Learn Like Me™ site and discover all its features and functions.

 

Learn Like Me™ plans to add more features, functions and make improvements to the LLM site in the future…….this is just the beginning!

 

Feel free to also browse through LLM’s own products, services, tutorials, etc…

 

Learn Like Me™ hopes you enjoy your time here and find the LLM site useful…

 

 

Learn Like Me™

Share your knowledge, ideas and experiences…
Bookmark Us

Latest News

  • January 27, 2014

    Happy New Year for 2014!

     

    Thank you for visiting and for your continual support to Learn Like Me™…

  • April 3, 2013

    Learn Like Me™ would like to Welcome You and Thank You for Your Patience and Support!

     

    We hope you Enjoy your stay here and if you would like to get started, we recommend that you go through the Help pages first.

     

    Note: If you have registered and did not receive an email with your password in your inbox, please check your ‘Junk Mail’ folder. It may have been identified as spam. You may need to unblock the Learn Like Me™ email address in your email application to prevent this from happening again in the future.

Temp Notes

Clear

Log in or Register to Access more features of this site.

More Desk features to come. Why not send us a Suggestion.

How to Embed Code in an Article

Code written directly in an Article will loose it’s formatting. The code will be written all in one line losing its code format structure. In order to maintain the code formatting, you can do the following:

In Visual editor

Select the block of code and press the code wrap button

LLM Help Image 41

 

In Text Editor

Select the block of code and press the ‘code snip’ or ‘code block’ button

LLM Help Image 42

 

or wrap your block of code manually in ‘code’ or ‘pre’ tags in the Text editor.

LLM Help Image 43

 

Code Snip vs Code Block

Using the ‘code snip’ button or adding the ‘code’ tags are used for embedding code that is displayed in one line. Using the ‘code block’ button or adding the ‘pre’ tags are used for embedding blocks of code that are written in more than one line.

 

Example of how the embedded code will appear:

alert('What is your name?');

 Code snip or code wrapped in ‘code’ tags

 

function buttonClick(){
alert('Button has been clicked');
}

Code block or code wrapped in ‘pre’ tags

 

*Please note that executable codes or scripts such as javascript, jQuery, php, java, C+, etc. that are embeded in articles are not executed and are for display purposes only.

 

::: Go back to the Help page

Report Article Button
Report Page