Latest knowledge of computer field

In today life we have to keep in touch with the latest knowledge of computer. Computer is becoming part of our daily life. All kind of people use computers like children, student, teachers, doctors, receptionist, and professional people. With the invention of internet it is now easy to get knowledge of different fields of computer. For example if you are programmer then you aim is to search for [...]

By |2024-03-27T13:03:59+00:00May 31, 2011|computer beginners|0 Comments

Tips to finish project on time

In the initial days most programmers face difficulty in completing their projects on time. May be they felt that it is so difficult for them to complete. Mostly programmers pick the project without paying attention to the description of the project. So they complete 60-80% of the project and then face huge problem to proceed. So 60-80% completion has no value until you complete the project 100%. If [...]

By |2024-03-27T13:03:59+00:00May 30, 2011|computer beginners|0 Comments

Computer education for beginners

Computer is used all over the world nowadays. With the invention of internet it is now easy to learn online. At the beginning of 1990 the start of education through computer increases and the sale of apple computer increased. In the current days the computer is used in all the fields in our life. For example we use computers in scientific field, medical field, education, hospitals, [...]

By |2024-03-27T13:04:00+00:00May 30, 2011|computer beginners|0 Comments

Self employment opportunities for computer professionals

According to Wikipedia the self-employment is working for one’s self. That mean you work independently without any employer. There are different works that can be done by the people who has some computer skills. For example here are some works that can be done:- Article writing Game development Software development like making ordering, inventory, billing, payroll record keeping software Debugging Testing video games before launching to [...]

By |2024-03-27T13:04:00+00:00May 28, 2011|Freelancing|0 Comments

sample wordpress plugin file

In this post i will give you code of sample plugin file. The sample plugin file should contain plugin header in which you put plugin name and plugin url atleast. You can put GNU license in it also. The sample plugin file looks like this:- <?php /* Plugin Name: My Plugin Plugin URI: http://example.com/wordpress-plugins/my-plugin Description: A brief description of my plugin Version: 1.0 Author: Your [...]

By |2024-03-27T13:04:01+00:00May 27, 2011|Wordpress|0 Comments

wordpress url functions

There are many url functions in wordpress which will tell you what is the address of different directories in wordpress. Let me discuss each of these:- plugins_url() gives you address of plugins directory. For example http://www.yoursite.com/wp-content/plugins includes_url() gives you address of wp-includes directory. For example http://www.yoursite.com/wp-includes content_url() gives you address of wp-content directory. For example http://www.yoursite.com/wp-content admin_url() gives you address of wp-admin directory. For example http://www.yoursite.com/wp-admin [...]

By |2024-03-27T13:04:01+00:00May 27, 2011|Wordpress|0 Comments

vcf enabled mobiles and sms marketing without any software

vcf is the format for which the contacts are saved in the mobiles. By this format we can easily edit the contacts on our computer and also generate dynamically vcf contacts by little programming. First i give the list of nokia sets which are vcf enabled and then i give you code by which you can dynamically create vcf contacts for sms marketing. The vcf enabled [...]

By |2024-03-27T13:04:02+00:00May 27, 2011|Mobiles|0 Comments

Order posts randomly by query_vars[‘suppress_filters’] in wordpress

First of all i want to tell you why we use query_vars['suppress_filters']. suppress_filters is optional argument. When its value is set to false that means you disable the function from not using any filters on it's query. That mean any filter if applying to the query will be disabled and it gives you result in normal form. In the code below i want to display the [...]

By |2024-03-27T13:04:02+00:00May 25, 2011|Wordpress|0 Comments

Steps to improve alexa ranking

Alexa is most widely used website to determine the ranking of website. The value of website is better counted with alexa. Alexa also gives toolbar that you can install in your browser e.g in IE and Firefox to get the ranking of websites. These are few steps you can improve your alexa ranking:- Place alexa widget on your blog. Use alexa redirect url for example http://redirect.alexa.com/redirect?itrelease.com [...]

By |2024-03-27T13:04:03+00:00May 18, 2011|Programming|0 Comments
Go to Top