Last update in Saturday, July 4th 2009
Stay update with this site articles
  • Home
  • About

Basic things to do after creating wordpress blog

Posted by Nitin in Monday, May 11th 2009   
Topics: Blogging    Tags: Blogging, Tricks n Hacks, Wordpress
1 Comment

wordpress

I moved to wordpress after my long time duration experience on blogger. If you are just moved to wordpress then you must have to do following things for getting highly indexed in the search engine. Here are the few steps

Edit web URLs link format Basic web URLs format for any site is like http://tech.funmit.com/?p=123 which is needed to be changed . Main reason behind it is, that Search engine can match the keywords from your URL link . To change that you need to login to Dashboard and now goto Settings panel click on Permalinks and just choose what so ever format you would like to choose. Most popular format is http://tech.funmit.com/2009/05/sample-post/

Select cool wordpress theme Remember my friend first impression is the last impression so select a quality wordpress theme according to your content. I will shortly post the Free wordpress themes for you. Kindly check upcoming posts.

Installing wordpress Plugins Plugins are one of thew most extensive feature of wordpress unlike the blogger.Here you can add HTML code without directly writing it individualy with no chance of eraing of code if you changed the theme. Initially the plugins were to be uploaded manually but thanks to Janis Elsts. He made the task of installing plugin so easy that you can easily do it one step. Just download the One Click Plugin Updater

Join various bookmarking sites How to get initial traffic? this question arises in everybody’s mind but answer is so simple Join Social bookmarking sites . now a days No of sites are providing this stuff. Sites like DIGG, Funmit,Indianpad are famous in this service.

Maintain unique content and do post frequently Adrevenue will be more if one can manage unique content in his blog.One can have the question that what should be the no of post a blogger can? Generally 2-5 post are sufficient to keep your active ness. Regular posting is another name of money generator. Subscribe me for further Blogging related News from me!

[Post to Twitter] . 

LEARN THE BASIC “C” PROGRAMS

Posted by Nitin in Sunday, May 10th 2009   
Topics: "C" language, Compter & Internet    Tags: "C" language, Programming
No Comment

c_language

I am very glad to post this topic on “C” language, as I am big fan of “C” language. Although you might have basic knowledge about “c” but still I am giving you few basic programs who are on a verge to start their carrier in “ C”. Learn the basic “C” in one day! First of all you should have TURBO C SOFTWARE install on your pc.

Tips for beginners:

1.Every program of “C” starts with main() Every instruction ends with semicolon ;

2. main() is nothing but the main program inside which the instruction to execute certain task will be written within curly bracket that is main() { }.

3. scanf instruction is use to read data entered on screen in any variable like s4,f5,j,o… depending upon the prototype defined that is %d for integer %f for float.And the data is scanned by ‘&’ that is address.

4.printf is exactly opposite to scanf, used to display data on screen.

5.getch() is used to hold the screen until any key is pressed.

6.Initially we have to define the variable is integer or float or anything else by int float like default key words. Here is the program to add two nos…

main()

{ int a,b,c;

clrscr();

printf(”enter the number”);

scanf(”%d%d”,&a,&b);

c=a+b;

printf(”addition=%d”,c); getch();

}

Here is the program to subtract two nos…

main()

{ int a,b,c; clrscr();

printf(”enter the number”);

scanf(”%d%d”,&a,&b);

c=a-b;

printf(”subtraction=%d”,c);

getch();

}

Here is the program to multiply two nos…

main()

{ int a,b,c;

clrscr();

printf(”enter the number”);

scanf(”%d%d”,&a,&b);

c=a*b;

printf(”multiplication=%d”,c); getch();

}

Similerly you can do for others. If you want to directly copy these program. Create a new text document copy n paste a program to it. Rename that file as .c extension now go to turbo c open that file n run it!

[Post to Twitter] . 

How to create your own orkut theme

Posted by Nitin in Sunday, May 10th 2009   
Topics: Compter & Internet    Tags: Orkut, Theme
No Comment

Your own orkut theme is just one click away from here. Impress your friend by showing your orkut theme. Its very easy!

You need to follow few steps…

First of all you should have firefox browser in your pc if not just click here to download it.

After downloading firefox, one more task you need to do is that you have to download “Grease monkey” by clicking this link. “Grease monkey”is nothing but the addon for firefox it will be automatically installed in firefox.

Now, upload your any image (which you would like to use as theme) to file sharing web sites like tinypic.com. Get image address from there copy it.

Open one site Orkutplus or nbfun which theme generator sites. Paste your image address in window bar ,after opening the site, just click on generate.

Copy the generated address having extension .js.user. paste it in your browser and press enter.Click on install(Grease monkey installation) and you are done!

[Post to Twitter] . 

THE COUNTDOWN STARTS NOW!

Posted by Nitin in Friday, May 8th 2009   
Topics: Uncategorized    
2 Comments

Yes, I am back now! Its me NITIN. This is the first official post of our blog. From here onwards I will update you about technical knowledge through this blog so, stay with us. We will not only deal with technical materials but also with educational along with internet related news happening around the world.
I am thankful to my friend Rohit for his 24×7 helpline available for me. In addition, I would like to thank funmit.com for providing me sub domain.
The “c” language learner will definitely get lot more from this blog. I will run on line workshop for such kind of users. I have run personal blog before this along with movie n mp3 related blog. I have lot of idea to spread the internet knowledge. “JUST STAY WITH US!”
Once again I thanx funmit.com.

[Post to Twitter] . 

  • Subscribe me

    Enter your email address:

    Delivered by FeedBurner

  • Categories

    • "C" language
    • Blogging
    • Compter & Internet
    • Uncategorized
  • Tags

    "C" language Blogging Orkut Programming Theme Tricks n Hacks Wordpress
  • Recent Posts

    • Basic things to do after creating wordpress blog
    • LEARN THE BASIC “C” PROGRAMS
    • How to create your own orkut theme
    • THE COUNTDOWN STARTS NOW!
©2007-2009 Tech.Funmit
Wired By Dezzain Studio