ad728

Friday, July 29, 2016

Basic On Page SEO Techniques for Your Blog

Basic On Page SEO Techniques for Your Blog



Have you guys ever wondered why that client was not satisfied enough with your write up? Well, maybe it’s not your content that needs more work but the way in which you optimize search engine tips in your writing. Here are some basic on-page SEO tips that you should be aware of if you want to attract more traffic on your client’s blog.

1. Custom Robots Header Tag Optimization
Use custom robots header tags suitably to make your blog posts more SEO welcoming. The Web Crawling Robot of Google is one such search engine bot that requires strategies in order to crawl and index your blog among thousand others. To use custom robots header tags wisely means to avoid incorporating less significant page labels in your article. It does not only help Google from indexing unimportant key words but also avert issues like duplicate content from your blog.

2. Title Optimization
This would not mean much to you in the beginning, but try this simple trick and you will see a great advancement in the traffic rate of your blog. Do not write your post on the blogger's default template. If you have been doing this for all this time, stop immediately! Instead, optimize your titles appropriately by editing your blog template.

3. Image Optimization
Be creative and sensible enough to use relevant and appropriate images in your blog post. Make sure that the images do not only excite the readers but also arouse their curiosity enough to make that click and read your post then and there. The contribution of images to seize additional traffic into a blog should not be underestimated as the saying itself goes “a picture paints a thousand words.”


4. Internal Link Optimization
This is SEO tip is a very basic trick to increase blog page views. Not only does it increase the views but also internal linking enables a blog post to be ranked high in search engines. It also gives a sense of self-sufficiency of a department store, a feeling of all-under-one-roof. This makes your blog reader-friendly and reliable, too.

5. Google Webmaster Tool
Once you are done writing the post, make sure you submit it to the Google Webmaster Tool in order to make it indexed. This will enable your blog post to be searched faster in Google. This tool also makes you aware of bugs like improvements to be made in HTML, broken links, and other issues. All you need to do is verify your blog ownership and submit a sitemap.

6. Load Time Optimization
Last but not least, none of the above tips will matter unless you improve the load time of your blog. If not it will escalate the bounce rate of your blog making you lose all the traffic you have worked so hard to attract for all this time. Fast loading sites are given more prominence by search engines to safeguard their own traffic by ensuring their users a fast and convenient service.



Share:

Thursday, July 28, 2016

AIDE Tutorial - 20 WebView

AIDE Tutorial - 20 WebView



Xml

<WebView
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:id="@+id/web"/>


Java

WebView WebView;
WebView =(WebView)findViewById(R.id.web);
WebSettings WebSettings=WebView.getSettings();
WebSettings.setJavaScriptEnabled(true);
WebView.setWebViewClient(new WebViewClient());
WebView.loadUrl("http://shyamkumarkc.blogspot.com");

Manifest

<uses-permission android:name="android.permission.INTERNET"/>

Watch the video





Share:

Tuesday, July 26, 2016

AIDE Tutorial - 15.1 Old White Rectangular Edit Text

 AIDE Tutorial 15.1 Old White Rectangular EditText

Create new drawable with following "edit_text_back.xml" name in drawable folder with following code for shape:

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
    <solid android:color="#ffffff" />
    <stroke android:width="1dp"
android:color="#2033E3"/>
</shape> Add this in main.xml

<EditText
android:background="@drawable/edit_text_back"
        android:hint="@string/hello_world"
        android:layout_width="wrap_content"
     android:layout_height="wrap_content" />

Watch the video to learn how to do it correctly

Related Videos
1. AIDE Tutorial 15 Edit Text

Share:

Monday, July 18, 2016

AIDE Tutorial - 18 Night mode(Checkable Menu Item)


XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:id="@+id/lll">

    <TextView
        android:text="@string/hello_world"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

</LinearLayout>
Java
package com.kc.nightmode;

import android.app.*;
import android.os.*;
import android.view.*;
import android.widget.*;
import android.graphics.*;


public class MainActivity extends Activity
{
    @Override
    protected void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    }

@Override
public boolean onCreateOptionsMenu(Menu mmm)
{
// TODO: Implement this method
mmm.add("Night Mode").setCheckable(true);
return true;


}

@Override
public boolean onOptionsItemSelected(MenuItem iii)
{
LinearLayout lll=(LinearLayout) findViewById(R.id.lll);
// TODO: Implement this method
if(iii.isChecked()){
iii.setChecked(false);
lll.setBackgroundColor(Color.parseColor("#ffffff"));
}else{
iii.setChecked(true);
lll.setBackgroundColor(Color.parseColor("#333333"));
}
return true;
}

}
Watch video and try it
Share:

Saturday, July 9, 2016

AIDE Tutorial - 16 Grid View Layout

AIDE Tutorial - 16 Grid View Layout


Xml


<GridView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:numColumns="auto_fit"
    android:columnWidth="70dp"
    android:id="@+id/gv">

    </GridView>

Java

package com.kc.gv;
import android.app.*;
import android.os.*;
import android.widget.*;
public class MainActivity extends Activity
{
static final String [] letter= new String[]{
"A", "B", "C", "D", "E",
"F", "G", "H", "I", "J",
"K", "L", "M", "N", "O",
"P", "Q", "R", "S", "T",
"U", "V", "W", "X", "Y",
"Z",

};
    @Override
    protected void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);

GridView gv=(GridView)findViewById(R.id.gv);
ArrayAdapter<String> show=new ArrayAdapter<String>(
this,
android.R.layout.simple_list_item_1,
letter
);
gv.setAdapter(show);

}
}


Share:

Thursday, July 7, 2016

What is filing?

What is filing?

Filing

Filing is the important function of an office. For the fulfillments of predetermined objectives, an office performs so many functions in its daily life. One of them is filing which is done by all types of organizations. Filing means storing paper, data, documents, and records for the future reference. Without filing system, office cannot give past information to planner, decision maker, visitors, etc.
According to J. C. Denyer, "Filing is a process of arranging and storing records so that they can be located when required."
In conclusion, Filing is a systematic and scientific process of classifying, storing and preserving written documents, records, papers, files for future reference. Filing provides safe storage and quick location of records. It is the most important part of record management.


Share:

Tuesday, July 5, 2016

SLC Model Questions for Optional Population

First MidTerm Exam
Class:-10.                                                                                                                     F:M:-50
Sub:- Opt. Population.                                  Time:-1:30.Hrs.                                           P:M:-20

Short Question-Answer         6×5=30
1. What do you mean by family life education? In how many types is family divided? Explain. पारिवारीक जिवन                                                              शिछा भन्नाले के बुझिन्छ ? परिवारलाई कति प्रकारमा विभाजर गरिएको छ ? ब्याख्या गर्नुहोस ।
2. Prepare a model table of your family's expenses of any month.तपाईको परिवारको कुनै महिनाको पारिवारीक खर्च विवरणको तालिकाको नमुना तयार गर्नुहोस ।
3. Mention five roles that the male and female can play for happy family life. महिला र पुरुषले शुखी पारिवारीक जिवनका लाsगि खेल्न सक्ने कुनै पॉच भुमिकाहरु वुदागत रुपमा लेख्नुहोस ।
4. Write any five importances of family life education. पारिवारिक जिवन शिछाका कुनै पॉच महत्वहरु लेख्नुहोस ।
5. What is the present situation of status and participation of men and women in Nepal? नेपालमा हाल महिला र पुरुषको सहभागिता र अवस्था कस्तो रहेको छ ? ब्याख्या गर्नुहोस ।
6. Write short note on the following:  छोटकरीमा लख्नुहोस:
a. Schooling stage विद्धालय अवस्था                            b.  Small family सानो परिवार

Long Question-Answer लामो प्रस्न-उतर 2×10=20
7. Explain the cycle of family life. पारिवारीक जिवन चक्रको अवस्थाहरु वर्णन गर्नुहोस ।
8. Explain the family income and expenditures with importance. पारिवारीक खर्च र आम्दनीको महत्वसहित ब्याख्या गर्नुहोस ।
 Good Luck !!!











Share:

Model Questions of Optional Population

First MidTerm Exam
Class:-9.                                                                                                                      F:M:-50
Sub:- Opt. Population.                                  Time:-1:30.Hrs.                                     P:M:-20

Very short question-answer 10×1=10
1. Define demography.जनसांखिकीयको परिभाषा दिनुहोस ।
2. What is the present population of Nepal according to current census? हालैको जनगणना अनुसार नेपालको जनसंख्या कति रहेको छ?
3. When was the 'Seven Billion's Day' celebrated? Write full date. 'सात अर्बको दिन' कहिले मनाइएको थियो?
3. Write one reason of unequal distribution of population. जनसंख्याको असमान वितरण हुनूको एउटा कारण सेख्नुहोस ।
4. Write an importance of studying the composition of population. जनसंख्याको बनावटको अध्य्यन गर्नुको एक महत्व लेख्नुहोस ।
5. What is population pyramid? जनसंख्या को पिरामिड भनेको के हो?
6. What is the present density of the hilly region? पहाडी  If]त्रको वर्तमान जनघनत्व कति छ?
7. What is active population? सक्रिय जनसंख्या भनेको के हो?
8. What is the formula of calculating age-specific fertility rate? उमेर अनुसारको प्रजनन दर निकाल्ने सुत्र लेख्नुहोस ।
9. Write any one method of census. जनगणनाको कुनै एक तरिका लेख्नुहोस ।
10.  Write an effect in economic aspect of the life due to migration. बसाईसराईले मानिसको जीवनको आर्थिक पछमा पर्ने एक असर लेख्नुहोस ।
Short question-answer छोटो उतर लेख्नुहोस  6×5=30
11. What is population? Write briefly about situation of the world's population. जनसंख्या भनेको के हो? विस्वको जनसंख्याको अवस्थाबारे छोटकरीमा प्रकाश पार्नुहोस ।
12. What are the primary sources of population? Explain of any two. जनसंख्याका प्राथमिक स्रोतहरु के-के हुन् ? कुनै दूईको ब्याख्या गर्नुहोस ।

13. What is composition of population? Describe on any one element of composition. जनसंख्या बनावट भनेको के हो? यसको कुनै एक तत्वको वर्णन गर्नुहोस ।
14. What is distribution of population? Draw clear figure of population pyramid. जनसंख्याको वितरण भन्नाले के बुझिन्छ? जनसंख्या पिरामिडको सफा चित्र बनाउनुहोस ।
15. Differentiate between Di-jure and Di-facto methods of census. जनगणनाका विधिवत र वास्तविक विधिविचको भिन्नता छुट्याउनुहोस।
16. List out biological factors affecting birth. Describe about any two. जन्मलाई प्रभाव पार्ने जैविक तत्वहरुको सूचि बनाई कुनै दूईको ब्चाख्या गर्नुर्होस ।
Long question-answer लामो प्रश्न-उत्तर 1×10=10
17. What is infant mortally rate? If the midyear population of place 'A' is 100,000. Same year 15,000 infants died, 20,000 alive horned. Find infant mortality rate. Write it's advantages and disadvantages .शिशु मृत्युदर भनेको के हो? यदि 'ए' भन्ने स्थानको कुनै वर्षको मध्यतिरको जनसंख्या १,००,००० थियो  सोहि वर्ष १५,००० शिशुहरु मरे, २०,००० शिशुहरु जिवित जन्मिए भने उक्त ठॉउ र समयको शिशु मृत्युदर निकाल्नुहोस। साथै यसका फइदा बेफाइदा पनि लेख्नुहोस ।
Good Luck!
सफलता मिलोस !











Share:

SLC Model Questions of Social studies

First Midterm Exam
Class:-10.                                                                                                        F:M:-50
Sub:- Social Studies.                                  Time:-1:30.Hrs.                                P:M:-20
Very Short Question-Answer  अति छोटो प्रश्न-उतर               8×1=8
1. Write one difference between administration and natural region. प्रशासनिक र प्राकृतिक  If]त्रविच कुनै एक भिन्नता लेख्नुहोस ।
2. What are cash crops grown in the hilly region of EDR? Write any two of them. पूर्वाञ्चल विकास   If]त्रको पहाडी भेगमा उमारिने दूई नगदे बालीको नाम लेख्नुहोस ।
3. What is skilled man power? दIf जनशक्ति भनेको के हो ?
4 Write any one step taken by government to produce skilled man power.सरकारले दIf जनशक्ति उत्पादनका लागि गरेको कुनै दूई प्रयत्नहरु लेख्नुहोस ।
5. When was Changu Narayan temple enlisted in UNESCO? चॉगु नारायणको मन्दिर यूनेस्कोको विस्व सम्पदा सूचिमा कहिले पर्यो? 
6.  Which community uses 'sarangi' ? कुन समूदायले सारंगीको प्रयोग गर्छन ?
7. Write the full form of AATWIN? AATWIN को पुरा रुप लेख्नुहोस ।
8 What is Jhuma System (Pravha) ? झुमा प्रथा भनेको के हो ?
Short question-answer छोटो प्रश्न-उतर   6×4=24
9. What is federalism? Write any three advantages of this system संघियता भनेको के हो? यस शासन प्रणालीका कुनै ३ फाइदाहरु लेख्नुहोस ।
10. Why are many industries established in Easter Development Region? Write any 4 reasons. पूर्वाञ्चल विकास छेत्रमा किन धेरैजसो उद्ध्योग कलकारखाना स्थापना भएका छन्?
11. What do you mean by heritage? Write 3 measures to preserve national property. सम्पदा भन्नाले तपाई के बुझ्नुहुन्छ? यसका संरछ्णका कुनै ३ तरिकाहरु लेख्नुहोस ।
12. Write a folk song that is sung in your society with two ways of preservation. तपाईको समूदायमा गाइने कुनै लोक-परम्परांको गीत लेखि यसका संरछणको कुनै  २ उपायहरु लेख्नुहोस ।
13. Draw a figure of a folk musical instrument. Why are Panche Baja replaced by modern band music? एउटा कुनै लोक बाजाको चित्र कोर्नुहोस ।  यस्ता लोक बाजाहरु किन आधुनिक ब्यण्ड बाजाद्वारा बिस्तापितहुँदै गइरहेकाछन् ।
14. Why does a country need skilled man power? Mention four importance of it. देशलाई दछ जनशक्ति किन आवश्यक छ? यसका ४ महत्वहरु लेख।
Long question-answer लामो प्रश्न-उतर  2×9=18
15. Explain the bad customs practiced in Nepalese society. Mention four measures to eradicate them. नेपाली समाजमा प्रचलित कूप्रथाहरुको ब्याख्या गर्नुहोस ायसको उम्मुलमका चार उपायहरु लेख्नुहोस ।
16. What is legislature? Explain it's formation and functions. ब्यवस्थापिका भनेको के हो? यसको गठन र कार्य वर्णन गर्नुहोस ।
                 Good Luck! सफलता मिलोस।












Share:

Total Pageviews

Sponsor

Sponsor

ad300

Blog Archive