Combined Post
Mag Posts
Theme images by konradlew. Powered by Blogger.
Labels
Labels
Tags
Blogger templates
Blogger news
Advertising
Blogroll
Popular Posts
-
This is a simple program that has two push buttons and handles action events. for this program I've use a JFrame, two JButtons and a JLa...
-
This is a Simple sketching program that was created using java. Some "awt" and "swing" libraries are used to create ...
-
creating a google account is very simple. Just follow these easy steps to make a google account.
-
Laptops are for the past. Now hybrids are coming on the stage.This is about Dell Latitude 13 7000 2 in 1 device. According to Dell, th...
-
This simple program demonstrate a simple JList, which holds a list of names. Each time a name is selected in the list, a ListSelectionEvent ...
-
Here is a simple swing program that include only JFrame and JLabel. JFrame is the top level container that commonly used for Swing applicati...
-
In the previous blog post i talk about commenting in html5. another very important thing in html is lists and tables. So in here I'...
-
This is a simple program that when we type a word in the Text Field it will give us the reversed word of that word after pressing the button...
-
If you need to create a blog on google blogger. first you need a google account for that. If you don't have a google follow this link t...
Combined Posts 2
Mag Post 2
2 Column Post
Simple Post
Simple Post 2
New Carousel
Video Posts
2015
Creating a responsive website using bootstrap is not a very complex thing. For that you just need bootstrap installed in your computer. You can download bootstrap from getbootstrap.com. After you have installed bootstrap you can start to create the website layout. Here are the steps to creating the website layout.
Alexa Internet
What is Alexa internet? Alexa Internet, Inc. is a California-based subsidiary company of Amazon.com which is provide commercial web traffic data. Founded as an independent company in 1996, Alexa was acquired by Amazon in 1999. Its toolbar collects data in browsing behaviour and transmit it to the Alexa website, where it is stored and analyzed, Forming the basis for the company's web traffic reporting. According to it's website Alexa provides traffic data, Global ranking and other information on 30 million websites, and as of 2015 its website is visited by over 6.5 million people monthly.
What is Alexa internet? Alexa Internet, Inc. is a California-based subsidiary company of Amazon.com which is provide commercial web traffic data. Founded as an independent company in 1996, Alexa was acquired by Amazon in 1999. Its toolbar collects data in browsing behaviour and transmit it to the Alexa website, where it is stored and analyzed, Forming the basis for the company's web traffic reporting. According to it's website Alexa provides traffic data, Global ranking and other information on 30 million websites, and as of 2015 its website is visited by over 6.5 million people monthly.
These People are the top 5 bloggers in India. Here I've considered about their Blog PR, Alexa Rank and Monthly income. So here are the top 5 bloggers in India.
Floating share bar is a great way to promote your content. You can add a floating share bar to your blogger blog by following these easy steps!
In this blog post I'll walk you through the simple installing process of Netbeans in ubuntu. Netbean is a programming platform which is very good, simple and also very advance in making applications specially creating applications using java applications.
This simple program demonstrate a simple JList, which holds a list of names. Each time a name is selected in the list, a ListSelectionEvent is generated, which is handled by the valueChanged() method defined by ListSelectionListener. It responds by obtaining the index of the selected item and displaying the corresponding name.
This is a Simple sketching program that was created using java. Some "awt" and "swing" libraries are used to create this java program. You can copy and paste this code or you can type this code in your IDE and try this code. This is a cool program to try even if this is a very simple basic java program.
This news is to all the people who love to take photos and selfies all the time. This is about a special camera which launched by HTC named as "RE". This camera is easy to handle, not like a samrtphone. so you can focus on the moment instead of your camera. It is fun to use. You will be able to shoot photos and videos without without a viewfinder. And you can stream everything to your phone for easy editing and sharing.
Selecting html elements
So lets look at how to target a specific html element to your style sheet from your html document. Think, you want to style all the <div> elements in your html document. you can select all the <div> elements by simply typing this in your style sheet.This is a related news for contact centres. This Jabra Biz 2300 Microphone device is good for contact centres because it's structure s light-weight and durable with an unobtrusive, professional Scandinavian design aesthetic. This device works hard, and it is designed for easy daily handling. It is a great headset build to be comfortable through out the whole day.
Lenovo has launched the new Lenovo VIBE smartphone named Lenovo VIBE Z2 pro. with this smartphone you can take your photography and videos to the next level. This is a slim and stylish smartphone with pro camera features. You can see your creative result within a 15.24cm (6) 2KHD display. And also powered up by a Qualcomm Snapdragon 801 processor. So it is more powerful too.
Can we me make a web page by only using HTML? no we can not make a web page by only using HTML. What we can do using HTML is make the structure of the web page. Yes, We use HTML only to make the structure of the web page. So how can we make a web page like web pages we can see in our day today life. That is possible using CSS. What is CSS? The term CSS is for Cascade Style Sheet. In order to style our page structure that we built using HTML we have to build a CSS document and link it to out HTML document or otherwise build CSS document inside the HTML document. Normally we build the CSS document outside the HTML document (as a new document) and then link that document to the HTML document. In that way we will be able to use same CSS document for Different web pages. In building style sheet inside the HTML document there are two methods, we can add the style methods directly to the HTML elements or we can Build a Style sheet internally inside the HTML document. And the newest version of CSS is CSS3.
There are certain standards to a html code as i mentioned before, in
the past posts. So to check if our html code valid or not we have to use
a website that take your code and compare it to the specification of
the version of the HTML. So in order to do that we need to use the help
from a special site. So the website that we use to validate html is
called W3C markup validation service (frequently known as W3C
validator). This special site operated by the world wide web consortium
(W3C) You can simple get the service of that validator by going to this
link http://validator.w3.org.
Adding links and images is another important thing in making web pages. We use links to guide the viewer to different pages. And we can use images to make the web page more detail and beautiful.
In the previous blog post i talk about commenting in html5. another very important thing in html is lists and tables. So in here I'll talk about how to make a list using html and how to make a table using html.
Developers use comments to note the behind the scenes information
about the page or about the code. next thing is the comment does not
show in the web page. that's why it is mentioned as behind the scenes
element. so this is how the comment works,
This is a simple code that use line break element (<br>). this
element comes up with a single element that means it has no opening and
closing tags.
If you need to create a blog on google blogger. first you need a
google account for that. If you don't have a google follow this link to
create a google account.
Creating good HTML
All the web pages are structured in a logical order. So if you want to create a good Web page you have to place certain html elements in certain order in the html document. If you create html document according to this order. Any web browser can display your content easily.
All the web pages are structured in a logical order. So if you want to create a good Web page you have to place certain html elements in certain order in the html document. If you create html document according to this order. Any web browser can display your content easily.
This is a simple example that look for and catch an exception. Here In this code I've used ArrayIndexOutOfBoundsException as It will generate an exception if we try to get access of an index out of the array boundary.
This is a simple program that uses Java check boxes. To include java check boxes to the program we need to use JCheckBox component. So this program is a demonstration of check boxes using in java.
This is a simple program that when we type a word in the Text Field it will give us the reversed word of that word after pressing the button. In order to do that I've used JFrame, JButton, JTextField and JLabel in this program.
This is a simple program that has two push buttons and handles action events. for this program I've use a JFrame, two JButtons and a JLabel. When we push a button It'll tell us which button we pressed. "Up" or "Down" button.
Here is a simple swing program that include only JFrame and JLabel. JFrame is the top level container that commonly used for Swing applications in java. And JLabel is the Swing component that creates a label. Which is a component that display information. To add these Swing components we need to import Swing to the java code.
This is a java assignment which has two parts , part A and B. You should have some knowledge of abstract classes, interfaces, inheritance and private, public, protected classes of java.
Hi viewers, by reading this article, you'll be able to get a basic idea about electric circuit and circuit analysis.
This is a simple program of an mouse event java application. In this application the coordinates of the current mouse position is display "Mouse entered " when the mouse enter to the application window and display "Mouse Exits" when the mouse exits from the application window. and when the mouse clicked and released it displays as "Down " and "Up". and when the mouse dragged inside the window it displays "*" sign.
This is the java code of the simple java banner applet.
Get the assignment pdfs and .java files from the links below ---->
Subscribe to:
Posts (Atom)
Popular Posts
-
This is a Simple sketching program that was created using java. Some "awt" and "swing" libraries are used to create ...
-
This is a simple program that has two push buttons and handles action events. for this program I've use a JFrame, two JButtons and a JLa...
-
This is a simple graphical user interface program that display some colourful circles and rectangles as a don not enter sign. Here AWT a...
-
This is a simple program that when we type a word in the Text Field it will give us the reversed word of that word after pressing the button...
-
Here is a simple swing program that include only JFrame and JLabel. JFrame is the top level container that commonly used for Swing applicati...
-
This is a simple program of an mouse event java application. In this application the coordinates of the current mouse position is display &q...
-
Get the assignment pdfs and .java files from the links below ---->
-
creating a google account is very simple. Just follow these easy steps to make a google account.
Translate
Followers
Blog Archive
-
▼
2015
(43)
-
►
April
(37)
- Java code for a GetChange program!
- Java Code for a Capitalizer program
- Create A Simple Sketcher using Java!
- Create a DO NOT ENTER Sign using java!
- New WD Ae HDD
- New HTC Re Camera
- Selecting HTML elements in CSS
- ZTE Blade Vec Pro Smartphone
- Jabra Biz 2300 series
- Globe, Cloudfone and Intel bundle
- Lenovo Vibe Z2 Pro
- Introduction to CSS (Cascade Style Sheet)
- Dell Latitude 13 7000 "2-in-1" Hybrid Laptop
- Checking if your html is valid or not?
- Adding links and images t your web page!
- Today is the Earth Day!
- Lists and Tables in HTML5
- Commenting in HTML5
- Using a break element in HTML 5
- how to create a blog in blogger for the first time.
- How to create a google account?
- Create Your Very First HTML Web Page.
- Introduction to HTML 5
- What Is Google Wallet?
- What is Apple Pay!
- Know about new I phone 6!
- A Simple Java Exception Example!
- Working with check boxes in java!
- Simple Java program that demonstrate the JTextFiel...
- Simple Push button and handle action event example...
- Creating a Simple Swing Program in java
- Java Assignment With the Solution .java files!
- Basic Concepts of Electrical Circuits!
- How to install apache tomcat in linux!
- A Simple java mouse event applet!
- Java code for a SImple Java Banner Applet!
- Lab Assignment No 6 (Java Programming)
-
►
April
(37)
Recent Comment