Showing posts with label Website. Show all posts
Showing posts with label Website. Show all posts

Thursday, April 7, 2016

How to add TEXTBOX to show codes like HTML, Javascript, C,etc. Between Posts in Blogger or Wordpress | Code between Posts | Blog2Life16 Developers

Add Textbox Between posts :

Hi,
In this Post, I am going to tell you about "How to add TextBox between posts in Blogger or Wordpress".
----
Many times, You need to show the HTML, Javascript or any other code between your Posts to Show the users.
But, You don't wish to add the code between your post area but you wish to show the posts in a Textbox or Highlighted box.
Textbox or Textarea will allow the visitors in your Site to select the code properly and efficiently and do their programming or any other things with the help of your website. You will give good Selection Area to the users.

Advantages of adding textbox between your Posts :


  • Allow user to select text efficiently
  • Help users to see the codes Properly
  • Attractive method to show codes between posts

---
How to Show the Textbox or TextArea between posts in Blogger or Wordpress :

While writing the posts in blogger or Wordpress, you will see the Edit HTML option.
or HTML Editor option in the Visual Editor of the Post.

Click on that option of editing post in HTML.

Now go to that Portion where you wish to show the Textbox and Paste the Codes shown Below :

Different Codes for Different Types of Textbox are shown Below :

To show the textbox where visitors can input text :

Add this Code :




<textarea rows="5" cols="40">TEXT</textarea>




Users will see like this if you add TEXT instead :



Text box with Read-only Functionality :



With this textbox, You cannot allow users to change the content in the textbox. The textbox will be read only.

Add this Code :


<textarea rows="6" cols="50" name="Famous Quotes" readonly="readonly">More you Write, More the views You Get, By Rushikesh Thawale</textarea>

What users will see :



Textbox with Word-Wrap Functionality :

Text-Box with Word Wrap functionality allows the users to change the size of the text box and Resize it according to their needs. Actually, It helps in Word Wrapping inside the text box.


Add this Code :

<textarea rows="8" cols="30" wrap="hard">TEXT</textarea>
What users will see :


--------------
Thus, You've learnt " How to Add Textbox between Posts in Blogger or Wordpress ".

See this Image for adding it in HTML editor of posts in your Blog :



Post by Blog2Life16 Developer © 2016
Follow us on Google+ and Facebook.

Friday, March 11, 2016

How to Create a JAVASCRIPT PROMPT box | ALERT BOX | SIMPLE JAVASCRIPT TUTORIAL | blog2life16 programmer

Hello,
In this post,
I will give the code about the PROMPT BOX or we can say ALERT BOX code used in JAVASCRIPT. This is very easy-to-understand and good method to learn JAVASCRIPT.
-----------------------------
The code starts here :
------------------------------

<!DOCTYPE html> 
<html> 
<body> 
<p>Click the button to display an alert box:</p> 
<button onclick="myFunction()">Click it</button> 
<script>function myFunction()
{    
alert("This is an alert box!"); 
} 
</script> 
</body> 
</html>

Screenshots :- 





First Page - Before Clicking
Below Page - After Clicking






This is the simple method to create a PROMPT or ALERT using JAVASCRIPT.
Please comment Below if you want to give new Ideas.
---------
Thank You !
---------

Sunday, February 21, 2016

How to design a Website | Basic Skills

Hello,
This is my second post for this blog. In the last post I've written about the mistakes done by bloggers while blogging. Now, I am going to tell you about the Basic Skills required for website designing. I will also tell you, how to purchase your own domain name for your website.
..........................

Internet is all about website and websites are a collection of web-pages, so, it has become important to design a good website along with good content in it. Every one using the internet wish to make his/her website. It is possible to make a good website and it should be niche.
..................................


What is website ?

A website is a collection of webpages. The first page which we see on a website  is its HomePage. Homepage contains links to the other web-pages of the website. Creating an awesome HomePage for the website has become very important.

What is website domain or domain name?

A Website domain name is a unique address given to the domain holder by various domain host providers like GoDaddy, HostGator,Zoho, etc.  You can purchase domains from  these providers. I myself created a website www.rushikeshthawale.in

What is website designing ?.

Website designing simply  means designing a website using your skills and with the use of languages like HTML, Javascript, CSS, etc.  Website designing is not do hard nor so easy. Website designing can be of two ways according to me :
a) Self Coded.
b) Using a pre-loaded template.

Self Coded websites are those which are totally coded by the owners or workers of the company .

Pre-loaded template is is an already created free template given by the domain providers for your reliability.
...............................


Now,  Let's see how to design a website ! 


1) Purchase a domain name for your website.
For example :- http://www.rushikeshthawale.in

2) You can purchase domains from these providers like godaddy, hostgator, zoho, etc. I recommend to use the zoho site because I myself created a domain from zoho service.

3) Now use the pre loaded templates given by various domain providers for your website. You just have to put your skills and content in that template and your website is ready.

4) Another method is that, you could use your skills to design your website. You can simply create a website by using HTML, Javascript, Asp, etc.

5) Connect your website to your domain and wow, your website is ready..
Share your website to fb, Twitter, Google+,etc.

Thank you.
Please comment below.

website
Image Credits to Flickr


Disqus Shortname

Comments System

Disqus Shortname

Comments system