How To Set Up Facebook Like Button in a Blogger?

In this tutorial you can get simple steps for How to set up a Facebook Like Button on your bloggers blog. By adding this on your blog you get more likes for your Facebook Fan Page from the visitors of your blog. It can help to get more likes and to share your post updates to your subscribers. You can pull your Facebook Page subscribers to your blog and can increase your blogs page views, as a result you can be more benefited from your blog.If you want to place Facebook Like Box / Fan Box instead of like button you can visit: How To Set Up Facebook Like Box in a Blog?By adding Facebook Like Button your blog readers canSee how many users already...

How To Set Up Facebook Like Box in a Blog?

In this tutorial you can get know about How to set up a Facebook Like Box or Fan Box on your blog. By adding this on your blog you share your Facebook Fan Page to get more likes and to share your post updates to your subscribers. You can pull your Facebook Page subscribers to your blog and can increase your blogs page views, as a result you can be more benefited from your blog.If you want to set up Facebook like Button instead of like Box you can visit: How To Set Up Facebook Like Button in a Blogger? By adding Facebook Like Box or Fan Box your blog readers canSee how many users already liked your Facebook Page.Directly like your Page without...

MCQ of Management Information System With Answer set-2

1. Which of the following is a computer based system that stores and manipulates data that are viewed from a geographical point or reference?A) Geographical Information System (GIS) B) Database System (DS)C) Geographic System (GS)D) Software System (SS) 2. What are the three general components of IRM?Information Management Framework (Photo credit: Wikipedia)i) Data Processingii) Telecommunicationsiii) Office automationiv) Transaction ProcessingA) Only i, ii, and iiiB) Only ii, iii and ivC) Only i, iii and ivD) All i, ii, iii, and iv 3. The different types of decisions while decision making in MIS arei) Programmed decisionsii) Programmable decisionsiii)...

How to Create Simple JavaScript Fade Effect Animation?

Now a days most of the websites or blogs are using image slideshow or animation on their pages using JavaScript codes. Such image animations make websites more attractive looking and smart. Here I have placed codes for creating a simple JavaScript fade effect animation. It may help you a lot.Code for Creating Simple JavaScript Fade Effect AnimationJust copy and paste the code below where you want to place slideshow and change the location of the images.<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js? load=effects"></script> <script type="text/javascript"> function ShowEffect(element){...

MCQ of JavaScript with Answer set-2

1. You can redirect the webpage in JavaScript by using ..................... method.A) window. reloadB) window.locationC) page.locationD) url.newlocation2. ....................... is a built - in JavaScript function which can be used to execute another function after a given time interval.A) Timeout( )B) TimeInterval( )C) setTimeout ( )D) All of the above3. You can refresh the webpage in JavaScript by using ................ method.A) window.reloadB) location. reloadC) window. refreshD) page.refresh4. The different types of dialog boxes supported by JavaScript are Titel WikiBook JavaScript (Photo credit: Wikipedia)i) Alert dialog boxii) Information...

Solved MCQ of Management Information System set-1

1. Which of the following is NOT an objective of MIS?A) Facilitate the decisions-making processB) Provide requisite information at each level of management C) Support decision-makingD) recruit people for system2. In MIS system design, the sources of information may be categorized as ............... and ...............A) internal, externalB) personal, organizational C) useful, unusefulD) constructive, destructive3. What among the following are the primary characteristics that information must process?English: Business Process Reengineering Cycle (Photo credit: Wikipedia)i) Relevance             ...

Solved MCQ of JavaScript set-1

1. State whether the following statements are True or False.i) JavaScript ignores spaces, tabs and newlines that appear in JavaScript program.ii) Semicolons are necessary while writing JavaScript statements.iii) JavaScript is a case-sensitive language.A) i- True, ii- False, iii-TrueB) i- False, ii- True, iii-TrueC) i-True, ii-True, iii-FalseD) i- False, ii- False, iii-True2. Which of the following are the advantages of JavaScript?i) Less server interactionTitel WikiBook JavaScript (Photo credit: Wikipedia)ii) Immediate feedback to visitorsiii) Reading or writing of filesiv) Increased interactivityA) i, ii and iii onlyB) i, iii and iv onlyC)...

MCQ of Computer Organization and Architecture with Answer set-3

1. An exception condition in a computer system caused by an event external to the CPU is called ........A) InterruptB) HaltC) WaitD) Process2. When the CPU detects an interrupt, it then saves its .............A) Previous StateB) Next StateC) Current StateD) Both A and BEnglish: A photo of three 32-bit PCI slots. (Photo credit: Wikipedia)3. A microprogram is sequencer perform the operation...A) readB) writeC) read and writeD) read and execute4. A computer program that converts an entire program into machine language at one time is calledA) interpreterB) simulatorC) compilerD) commander5. The unit which decodes and translates each instruction...

Solved MCQ of JDBC and JSP set-1

English: JDBC type 3 driver (Network Protocol driver) (Photo credit: Wikipedia)1. What is JDBC?A) java compiler B) Java API C) Java interpreter D) Both A and B2. JDBC is a ..................... interface, which means that it is used to invoke SQL commands directly A) low-level B) middle-level C) higher-level D) user3. ODBC is not appropriate for direct use from java because it uses a .............. A) C interface B) C# interface C) java interface D) Both A and C4. Java Soft provides ................. JDBC product components as part of the java Developer's Kit (JDK) A) three B) two C) four D) single5. Kind of driver converts JDBC calls on the...

MCQ of C# with Answer set-3

MCQs in C#1. The general syntax for declaring an enumeration in C# is .A) <enum_name> enum {enum list};B) enum <enum_name> {enum list};C) <enum_type> enum <enum_name> {enum list};D) None of the above2. State True or False for the difference between classes and structures.i) Structures do not support inheritanceii) Structure can have default constructoriii) Classes are reference types and structures are value types.A) i- True, ii- False, iii-TrueB) i- False, ii- True, iii-TrueC) i-True, ii-True, iii-FalseD) i- False, ii- False, iii-True3. The various techniques provided by C# to implement static polymorphism is/arei) Function...

Solved Objective Questions of C# set-1

1. Which of the following is not the component of .Net framework?A) Common Language Run time(CLR)B) .Net Framework Library.C) Component NetworkD) Windows Workflow Foundation (WF)2. Following is/are the Integrated Development Environment (IDE) for C#.A) Visual Studio 2010 (VS) B) Visual Web DeveloperC) Both A and BVisual overview of the Common CLR Language Infrastructure, and how the components relate to each other. Converted to SVG from PNG version, originally by Foofy from English Wikipedia. (Photo credit: Wikipedia)D) Only A 3. A C# program may consist of the following parts.i) Namespace declarationii) Class methodsiii) A main methodiv) Statement...

Solved Objective Questions of CSS set-4

1. In CSS filters, ........................... will be used to create a shadow of object at the specified horizontal and vertical offset and color.A) Drop shadow effectB) Chroma filterC) Shadow object effectD) Shadow filter2. ............................. will be used to create attenuated shadow in the direction and color specified.English: graphic of the main CSS table spaces (Photo credit: Wikipedia)A) Drop shadow effectB) Chroma filterC) Shadow object effectD) Shadow filter3. State whether the statements are true or false.i) Glow effect will be used to create a glow around the object.ii) The two parameters used in glow effect are color and...

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Cheap Web Hosting