Pages

Showing posts with label General. Show all posts
Showing posts with label General. Show all posts

Wednesday, August 14, 2013

Earn Free Mobile Recharge By Simply Playing games


Amulyam is a very good experience for those persons who r interested in earning free recharge and while playing various contests and games we get learn new things,and also fills my pocket,this is a very innovative initiative,i would it to as many as friends possible.though i would suggest to add some moregames and contests to the site,which would be really good.

Create signup using the below link and start earning today..
http://www.amulyam.in/signup.do?id=7c319151-295e-45d2-8caa-0fae4602b988


Monday, October 3, 2011

Add Facebook Share Button in Blogger/Blogspot Posts

How to Add Facebook Share Button in Blogger/Blogspot Posts

Posted by Bilal | Thursday, June 04, 2009 | 22 Comments
Add Facebook Share Button in Blogger Posts

Social media sites like Facebook & Twitter could be great source of quality traffic for any blog. You can also add a Facebook share button in each of your posts. This button will allow users to quickly share a post on Facebook.

Steps to Add Facebook Share Button Below Post Title


To add Facebook share button below post title, simply follow these steps:

  1. Back up your layout/template.
  2. Go to Layout then Edit HTML tab.
  3. Check Expand Widget Templates. The page will automatically refresh.
  4. Now find this code:
    <data:post.body/>
  5. Place the following code right before the code found in step 4:
    <!-- Facebook Button -->
    <div style='float: left; padding: 5px; '>
    <a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='TYPE OF BUTTON'/>
    <script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
    </div>
    <!-- Facebook Button -->

    The result should look something like this:
    <!-- Facebook Button -->
    <div style='float: left; padding: 5px; '>
    <a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='TYPE OF BUTTON'/>
    <script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
    </div>
    <!-- Facebook Button -->
    <data:post.body/>
  6. Click Preview button to see the result and then save your template.

Add Facebook Share Button Below Post Body


To place the Facebook share button under each post, you have to follow the exact steps given above but step 5 is a little changed.

5- Place the following code right below the code found in step 4:
<!-- Facebook Button -->
<div style='float: left; padding: 5px; '>
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='TYPE OF BUTTON'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
</div>
<!-- Facebook Button -->

The result would look something like this:
<data:post.body/>
<!-- Facebook Button -->
<div style='float: left; padding: 5px; '>
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='TYPE OF BUTTON'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
</div>
<!-- Facebook Button -->

Button Modifications


You can also change the button type like adding a counter with the button. All you need is to replace TYPE OF BUTTON from the above code with:

button for a button like this:


button_count for a button like this:


box_count for a button like this:


icon for a button like this:

Thursday, July 28, 2011

Installing Windows Virtual PC on Windows 7 Home Premium

Microsoft have replaced Virtual PC 2007 with “Windows Virtual PC”, but theoretically it is only supported with Windows 7 Professional and above. However, if you head over to the Windows Virtual PC website, and say that you have Windows 7 Professional, it enables the downloads of Windows XP Mode and Windows Virtual PC. You only need to download the Virtual PC part, which arrives as the rather cryptically named Windows6.1-KB958559-x86.msu. Simply double-click to install.

Once installed you may, like me, run into the issue that hardware assisted virtualization is not enabled in your BIOS. I have a Dell laptop, and it was a matter of hitting F12 on bootup and searching around for the option in the BIOS settings. More info on enabling HAV.

The final step was to load up one of the old Virtual PC 2007 vmc files I had lying around. This went smoothly, although my virtualized XP did attempt and fail to install new device drivers when it booted up. Windows Virtual PC adds a Virtual Machines folder under your user account from which you can set up a new virtual machine if you require. I haven’t done this yet, but I might give it a go later and attempt to get Ubuntu running (something which was notoriously difficult under VPC 2007 so hopefully the process is a bit smoother now).

Anyway, it’s nice that Microsoft have made this tool available for free, which is very useful for software testing, and even better that its usable on Win 7 Home Premium, without having to upgrade to Professional.

About Chittibabu Madishetti


I am Chittibabu Madishetti, I am from Warangal, India. I completed Master of computer applicaions in Osmania University. I passed out 2008 batch. Working as a Software Engineer in a concern. Having 4+ years of work experience in Asp.net web application. Working in 2 tier & 3 tier architecture applications

I am fond of trying new things that are newly released. Among my latest applications, I have tried, Visual Studio 2010, Windows 7, Windows Azure etc and produced some really cool articles for my followers.

Some thought and Knowledge Sharing of Microsoft.NET Technologies, SQL Server, C#, AJAX, SQL, VB.net, .Net Framework, WCF, WPF, WWF, WSS 3.0, MOSS 2007, OOPs Concepts, SQL Server, Programming and all the related topics,
this links to some other blogs as well as knoledgebase which may help other developers.

And i Love to share my knowledge with all and to make lots of friends.


Contact Us

Use the form below to contact us by email. Please verify that your email address is typed correctly, or we won't be able to respond to your inquiry.

Thursday, July 21, 2011

Turn off Auto Play for pen drive


You can get rid of lot of viruses by turning off the autoplay option for your removable devices. To turn off auto play on your Windows 7 box use the following steps:
Autplay2
1. Go to Run
2. Type GPEDIT.MSC
3. Select COMPUTER CONFIGURATION >> Administrative Templates >> ALL Settings
4. Search for TURN OFF AUTOPLAY. Double click and Select "Enabled" from the radio options. You can also configure for All drives and for Only the CD-ROM and Removable devices.
5. Click "Apply" to apply your changes.
    Autplay1
    Happy Computing.

    Friday, July 1, 2011

    Installing phpMyAdmin on Windows and IIS 6.0

    This article will show the exact steps for setting up phpMyAdmin on Windows and IIS 6.0.
    phpMyAdmin is a web-based tool for managing MySQL database servers.  I would go so far as to say it is indispensable.  The latest version as of this writing is 3.1.3.

    Dependencies

    Note that this application requires that the following PHP extensions have been installed:
    • MySQL
    • GD
    • MBString
    To check whether these extensions are installed, open the php.ini file in the PHP installation directory (e.g. C:\Program Files\PHP) and make sure that the following lines are uncommented:
    • extension=php_mysql.dll
    • extension=php_gd2.dll
    • extension=php_mbstring.dll

    Download phpMyAdmin

    1. Download the appropriate package (english.zip for me)
    2. Extract the files.
    3. Find the lowest directory containing all the files (phpMyAdmin-3.1.3-english for me) and copy that to a directory like C:\Inetpub\wwwroot.
    4. Rename the resulting directory as phpMyAdmin, so the resulting path will be C:\Inetpub\wwwroot\phpMyAdmin.

    Configure as an Application in IIS

    It is usually preferable to run applications in their own application pool so they don’t affect other applications and so you can manage them independently.
    1. Launch the Internet Information Services (IIS) Manager.
        IIS Manager - Application Pools
    2. Right-click on Application Pools and select New –> Application Pool.  Type phpMyAdmin as the name of the application pool and click OK.
      New Application Pool
    3. Click on the Web Sites node in the navigation pane and double-click on Default Web Site.
      IIS Manager - Web Sites
    4. Right-click on phpMyAdmin in the right pane and select Properties.  Click the Create button next to Application name.  Set the application pool to the previously-created phpMyAdmin application pool.  Click OK and then click OK on the phpMyAdmin Properties dialog box.
      phpMyAdmin Application Properties

    Configuring phpMyAdmin

    phpMyAdmin stores its settings in a file called config.inc.php.  To create the file, we will start with a sample configuration file provided with the phpMyAdmin download.
    1. Open the file config.sample.inc.php in C:\Inetpub\wwwroot\phpMyAdmin.
    2. Find the line that says $cfg['blowfish_secret'].  You must put something between the empty single quotes in order for phpMyAdmin to work.  You can put anything here.  I’ll put in DPotter.net.phpMyAdmin01.
       Config phpMyAdmin Blowfish Secret
    3. Find the lines that say $cfg['Servers'][$i]['controluser'] and $cfg['Servers'][$i]['controlpass'] and uncomment them (remove the leading //).  Change the password.  These are used for accessing advanced features in phpMyAdmin.  For this demo I’ll set it the password to dpotter.net. Note that it is a good idea to change the username for security purposes since pma is the default username.
      Config phpMyAdmin Advanced Features User
    4. Find the section Advanced phpMyAdmin features and uncomment all the lines under it.
      Config phpMyAdmin Advanced Features
    5. Save this file as config.inc.php.

    Testing

    At this point phpMyAdmin is ready to use.  Let’s test it out by navigating to http://localhost/phpmyadmin.
    phpMyAdmin Login
    Type root for the username and type the password you specified when installing MySQL.  Then click the Go button.  At this point you are good to go.  You can create databases, update tables, delete rows, inspect data, etc.

    Creating the phpMyAdmin SQL Account

    Now is the time to create the user you specified in step #3 above for the controluser setting (defaults to pma). Once you’ve logged in to phpMyAdmin, click on the SQL tab and type or paste the following text:
    CREATE USER 'pma'@'localhost' IDENTIFIED BY 'your_password';
    You’ll want to replace your_password with the password you selected in step #3 above, and if you changed the username, replace pma with what you specified. Then click the Go button. Once you’ve done this, the error message at the bottom of the page will go away.

    Tuesday, June 21, 2011

    uCertify - The fastest way to IT Certification

    This is one of the best Preparation Kit for exam 70-528 I found in the market, equipped with all the tools which candidate needs.
    I was just thinking where I can say this needs improvement, so I went through entire test from all the different test modes, instead I discovered lot more good things, like this not only provided good explanation of the correct as well as incorrect answers but also I found uCertify has provided 'Fact' in learn and test mode, which is very helpful.
    We can not only bookmark the question but also rate the question, we can also Add the Tags for the Question to which we feel more important of can help later on.
    This has also provided MSDN Reference, where I can get more details if I want to get into more in-depth
    And needless to say, the best part of uCertify I found is Test History and Readiness Report,
    There are other lots of good features which I have not mentioned here, but I strongly recommend uCertify, for those who is aspirant for Microsoft .NET certifications.
    Web : http://www.ucertify.com

    Tuesday, February 15, 2011

    Earn upto Rs. 9,000 pm with PaisaLive.com!


    Earn upto Rs. 9,000 pm with PaisaLive.com!
    Hi ,
    I have something interesting for you - you can easily earn regular income online via PaisaLive.com!
    It’s really amazing! You get paid to open & read the contents of PaisaLive mails. You also receive special discount coupons, promotions and free passes to various events in your city.
    Join now and get Rs. 99 instantly, just for joining. What more, as a special bonus you get paid for inviting your friends also!
    Create your PaisaLive Account & refer your friends to earn launch referral bonus on every new registration.
    http://www.PaisaLive.com/register.asp?729963-1299658
    PaisaLive - Get Paid to read emails
    Chittibabu

    Wednesday, February 9, 2011

    Get Mobile Recharge from your 1st Day of joining

    Get Mobile Recharge from your 1st Day of joining RechargeHunt.com!

    Hi ,

    I have something interesting for you - you can easily Get Mobile Recharge via RechargeHunt.com!
    It's really amazing! You get mobile recharge for sending SMS, Sending Greeting Cards, Refferring Friends and Recharge Hunts.
    Join now and get 1000 points instantly, just for joining !
    Create your RechargeHunt Account & refer your friends to earn launch referral bonus on every new registration.
    http://www.rechargehunt.com/register.php?rid=OTkxMjU5NTU5MQ==
    RechargeHunt - Smart way for getting Mobile Recharge

    Wednesday, November 3, 2010

    Basic WCF Concept and Terminologies

    In the past when distributed computing started there has been many methodologies used for achieving this right from COM+, Remoting , Web Services and now its WCF which is a part of .net framework 3.0.



    WCF(Windows Communication Foundation) is most recent evolution in this field. First question comes in mind is that why this WCF is introduced instead of promoting Web services and remoting? Simple answer is that drawbacks in these two are covered in WCF. In Remoting we must have both client and remoting component should be developed in dotnet and we can only use HTTP or TCP protocol. Web services are platform independent and protocol used for web services is SOAP over HTTP. In WCF we have support of almost all protocols , WCF service can be hosted on self hosting application,IIS and WAS(windows application service). WCF also supports transaction management . WCF is used to implement Service oriented architecture which is widely required in current trend as application required to communicate with other applications. Service oriented architecture means collection of services communicated with each other with the help of messages.

    WCF services can have n number of end points. end points are the pointers with the help of which client knows where service is located(Address) and how to access that service(binding) and what operations are available for accessing this service(Service contract). This is ABC's of WCF(Address,Binding and Contract) . Client only knows end point and does not know about the service this is loosely coupled architecture in which if we change the service we need not have to change the client as client accesses the service only with the help of end point.

    Building WCF application there are two steps



    1) Build Service layer: In this we need to define various contracts

    Service Contract : It will define which operation to be available for invoking when service receive request from client

    Data Contract : define the structure of data to the transferred from Client to service

    Message Contract : enable us to control the headers that
    appear in the message and how the messages are structured.

    2) Create Proxies : Proxy classes to be created from service metadata.There are various methods to create proxies e.g using svcutil command line utility, from Visual Studio, by defining manually and dynamical proxy creation

    3) Create Client application : Client application need to be created in order to consume the services This step also include creating the configuration files.

    Computer Networking - Concepts and Terminologies

    Introduction

    This is a continuation of my series of articles on the terms and concepts that are frequently asked in IT interviews. This article is an attempt to discuss the salient terminologies and concepts related to Computer networking that are often asked in interviews. Although an article on Computer Networking concepts and terms would run for many pages, I have discussed only important ones to make it fit in one article.

    Computer Network

    A Computer Network implies two or more computers those are linked together through some software, hardware, etc for the purpose of exchanging data and information.

    Internet

    The Internet is a network of networks. It is "the worldwide, publicly accessible network of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP)."

    World Wide Web

    The World Wide Web or WWW is a hypertext based distributed information system. It "is the global network of hypertext (HTTP) servers that allow text, graphics, audio and video files to be mixed together." It is an "information space in which the items of interest, referred to as resources, are identified by global identifiers called Uniform Resource Identifiers (URI)." According to Tim Berners-Lee, inventor of the World Wide Web, "The World Wide Web is the universe of network-accessible information, an embodiment of human knowledge."

    Modem

    A modem is a modulator-demodulator device that is used for converting the transmission signals from digital to analog for transmission over voice-grade phone lines. While the digital signals are converted to a form suitable for transmission over analog communication at the source, the reverse happens at the destination where these analog signals are returned to their original digital form.

    Network Interface Controller

    A network card, network adapter or the Network Interface Controller (NIC) is a piece of computer hardware that facilitates the systems in a network to communicate.

    Broadcasting

    When the information transfer is from one system to many systems using the same means of transfer then such a network is known as a Broadcasting or Multicasting.

    Unicasting

    When the information transfer is from one system to any other single system using the same means of transfer then such a network is known as Point-to-Point or Unicasting.

    Bandwidth

    Network bandwidth or network throughput is a measure of the data transfer rate or the amount of data that can pass through a network interface over a specific period of time. This is expressed in bits per second or bps.

    Broadband

    This is a wide-band technology that is capable of supporting voice, video and data. It is "a transmission medium capable of supporting a wide range of frequencies, typically from audio up to video frequencies. It can carry multiple signals by dividing the total capacity of the medium into multiple, independent bandwidth channels, where each channel operates only on a specific range of frequencies."

    Integrated Services Digital Network (ISDN)

    Integrated Services Digital Network, an international standard for end-to-end digital transmission of voice, data, and signaling facilitates very high-speed data transfer over existing phone lines.

    Network Load Balancing

    Network Load Balancing may be defined as a technique that "distributes the network traffic along parallel paths to maximize the available network bandwidth while providing redundancy."

    Local Area Network

    LAN also known as Local Area Network are networks restricted on the bases of the area they cover. These networks stretch around an area of 10 meters to 1 km. "LANs enabled multiple users in a relatively small geographical area to exchange files and messages, as well as access shared resources such as file servers and printers." The commonly used LAN devices include repeaters, hubs, LAN extenders, bridges, LAN switches, and routers.

    Metropolitan Area Network

    MAN also known, as Metropolitan Area Network is a network that is larger than LANs spreading across an area of 1 km to 10kms. A simple example for this type of network is the branches of a bank spread across the city and are connected for information exchange.

    Wide Area Network

    WAN also known, as Wide Area Network is a network that is larger than a MAN, it spreads across an area of 100kms to 1000 kms. "A WAN is a data communications network that covers a relatively broad geographic area and that often uses transmission facilities provided by common carriers, such as telephone companies. WAN technologies generally function at the lower three layers of the OSI reference model: the physical layer, the data link layer, and the network layer." A simple example for these networks is the network of a huge IT company, which contains branches all over the world with all its branches connected to each other.

    Wireless Networks

    Wireless Networks are those networks wherein the interconnection between two systems is not physical. The computers that interchange information are not physically linked with wires.

    Bluetooth

    Bluetooth is a wireless network that has a short range and can be used to connect a system with its internal components like monitor, mouse, CPU, etc without actually having a plug in. Components that support the Bluetooth technology can be detected whenever they are in the detectable range.

    Routing

    When there are multiple paths between the sender and the receiver the best path for sending the information has to be chosen. The choice is made based on a number of criteria like the number of hops between the systems or on the physical distance between the systems. This process of finding the best path is known as routing.

    Topology

    Network topology refers to the arrangement of the nodes in a network. The following are the major types of network topologies:

    · Ring

    · Bus

    · Star

    MAC Address

    The Media Access Control or MAC address is the Network Interface Card address and is composed of 12 hexadecimal characters (0-9, A-F) and is defined as a unique identifier used to identify most network equipments and is used as the source and destination addresses for data packets on a LAN. Every network device in the world has a unique MAC address. The first 6 characters of the MAC address are unique to the manufacturer of the device.

    IP Address

    Every system that is connected to the internet is called a node and it is identified by a unique 32 - bit numeric address called the IP address or the Internet Protocol address. These addresses are created and governed by the Internet Assigned Numbers Authority or the IANA.

    Subnet

    A subnet is an identifiably separate part of an organization's network and is defined as "an interconnected, but independent segment of a network that is identified by its Internet Protocol (IP) address."

    Virtual LAN

    "A Virtual LAN, commonly known as a VLAN, is a method of creating independent logical networks within a physical network."

    Virtual Circuit

    A Virtual Circuit may be defined as a logical circuit that ensures that there is a reliable communication between two network devices. It is "a network service that provides connection-oriented service regardless of the underlying network structure."

    Domain Naming Service

    Domain Naming Service or DNS is a naming service that is used to name the nodes over a network for simplicity reasons. The domain name is actually a textual name that identifies a host in a network. The DNS servers have the DNS names stored along with their corresponding IP addresses.

    Protocol

    A Network Protocol implies that rules and regulations that govern how two devices can communicate in a network for the purpose of sharing data and information exchange. Network protocols are in other words, the language of communication amongst two network devices in a network. Typical examples of protocols include TCP/IP, SMTP, HTTP, SNMP, Telnet, FTP, etc.

    Ethernet

    Ethernet was designed and developed by the Xerox Corporation, DEC and Intel Corporation way back in 1976. It is a local-area network that uses the uses carrier sense multiple access collision detects (CSMA/CD) technology and the bus topology to provide a very reliable and fast data communication in a small geographic area.

    Carrier Sense Multiple Access / Collision Detection (CSMA)

    Carrier Sense Multiple Access is a set of rules that govern how the network devices respond at the time when a collision is detected, i.e., when two devices attempt to use a data channel simultaneously.

    Secure Sockets Layer

    Secure Sockets Layer or SSL is a frequently used protocol for managing the security of message transmission over the internet. It facilitates this by enabling the server and the client systems to exchange public keys to enable them to encode and decode the data and information that they exchange between themselves.

    Network Socket

    A socket is the end point of a two way communication between two systems running over a network.

    Network Port

    A port implies an unsigned integer that uniquely identifies a process running over a network. The following are some of the well known port numbers:

    Http 80

    Telnet 23

    SMTP 25

    SNPP 444

    DNS 53

    FTP (Data) 20

    FTP (Control) 21

    Router

    A router is a device that is used to route network data packets between two networks using some predefined algorithms. These algorithms are commonly known as routing algorithms.

    Repeater

    A repeater may be defined as a device that "regenerates and propagates the electric signals between two network segments."

    Firewall

    A Network Firewall comprises one or a group of two or more systems that prevents unauthorized network accesses by restricting the unwanted or unauthorized incoming or outgoing network traffic.

    Gateway

    A gateway joins two or more networks using a combination of the necessary hardware and software. "A gateway can translate information between different network data formats or network architectures."

    Packet

    A packet may be defined as a formatted block of data and or information for transmission over a network. These packets are broken into smaller packets for facilitating the transmission over the Internet. A network packet consists of the following:

    · A header

    · A trailer

    · A payload

    While the header and the trailer mark the beginning and the end of the packet, the payload contains the actual data to be transmitted.

    Network Switch

    A network switch is defined as a hardware device that is used to join multiple systems together at a low-level network protocol layer. It is a computer networking device that "connects network segments. It uses the logic of a Network bridge but allows a physical and logical star topology. It is often used to replace network hubs. A switch is also often referred to as an intelligent hub."

    Network Bridge

    A network bridge is used to connect two systems in a network that have identical configuration. It is an "abstract device that connects multiple network segments along the data link layer. An example of a bridge in a computer network is the network switch."

    Open Systems Interconnection or OSI Model

    The International Standards Organization or the ISO, proposed the OSI Reference Model, and it is known as Open Systems Interconnection as it is designed for systems that are open for communication. "The Open System Interconnection (OSI) reference model describes how information from a software application in one computer moves through a network medium to a software application in another computer. The OSI reference model is a conceptual model composed of seven layers, each specifying particular network functions." This is a seven layered design that depicts the typical network architecture and a conceptual framework for communication and how data can pass through one layer to another in such an architecture, the protocols involved, etc.

    The OSI Layers

    The OSI model describes the following seven layers in its architecture:

    · The Physical layer

    · The Data Link Layer

    · The Network Layer

    · The Transport Layer

    · The Session Layer

    · The Presentation Layer

    · The Application Layer

    The following diagram depicts the seven layers of the OSI Model.

    Figure 1

    The Physical Layer

    This is the lowest layer in the OSI model and deals with the transfer of raw bits across the network. "The physical layer defines the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between communicating network systems."

    The Data Link Layer

    The main function of the data link layer is to break up large amounts of information into packets and send the packets sequentially across a no error transmission medium and receive the acknowledgement packets from the receiver for the same. Another important function of this layer is to make the sender and the receiver compatible with each other by synchronizing the information between the two to avoid a fast sender – slow receiver problems and vice – versa

    The Network Layer

    The function of the Network layer is to see that all the packets that are sent or received have an error free network or an error free medium for the exchange of packets in general to have a good quality of service is the major function of the network layer.

    The Transport Layer

    The transport layer collects the information, splits it into packets and sends it to the network layer. It ensures that the data transferred is devoid of any errors and in the right sequence.

    The Session Layer

    The session layer is instrumental in establishing, controlling and terminating communication sessions. It should be noted that the "communication sessions consist of service requests and service responses that occur between applications located in different network devices."

    The Presentation layer

    The Presentation Layer of the OSI Model converts the incoming and outgoing data from one presentation format to another so as to ensure that it is readable across application layers of other systems.

    The Application Layer

    "This is the layer at which communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified."

    Wednesday, September 15, 2010

    Khairatabad Ganesh Idol 2010





    Friday, September 10, 2010

    Ganesh Chaturthi 2010 – The Real Spirit of Ganesh Chaturthi Celebrations

    Ganesh chaturthi is fast approaching and you might be excited to celebrate it with gusto. This year (2010) on September 11 starts the gala celebrations of Ganesh chaturthi. Yes. We all celebrate. But would you like to know the spirit that makes the celebrations more meaningful?! Please read on to know!

    Lord Ganesha

    Ganesh chaturthi is one of the grandest and most elaborate festivals that Indians celebrate. Especially in the state of Maharastra, Ganesh chaturthi is celebrated for 10 days. It begins on the fourth day of shukla chaturthi and ends on the day of ananta chaturdasi. The power of Lord Ganesha is invoked on the first day; worshipped elaborately in decorated pandals for 9 days; and on the tenth day he is bid farewell by immersing in water bodies.

    But now-a-days Ganesh chaturthi is celebrated just as some mundane party or get-together, aiming only at external activities. You might have noticed such a thing in the places where mass of people sing mundane cinema songs and dance wildly without knowing what are they doing this for. There is no connection to Lord Ganesh. Some do not even know who is Lord Ganesha and what is his significance. This is sorry state of affair.

    Celebrations of Ganesh chaturthi festival can be meaning only by knowing the philosophy behind Lord Ganesh and contemplating his significance in one’s life.

    Significance of Lord Ganesha
    Hindu scriptures describe Ganesha as son of Lord Shiva, who is empowered to remove obstacles in the path of success. He is one of the five prime Hindu deities. He is worshipped at the beginning of every major venture. He is glorified in following vedic mantra:

    Mushikavaahana modaka hastha,
    Chaamara karna vilambitha sutra,
    Vaamana rupa maheshwara putra,
    Vighna vinaayaka paada namasthe

    “O Lord Vinayaka! the remover of all obstacles, the son of Lord Shiva, with a form which is very short, with mouse as Thy vehicle, with sweet pudding in hand, with wide ears and long hanging trunk, I prostrate at Thy lotus-like Feet!”

    The figure below shows Ganesha symbolism
    ganesha_symbolism
    Lord Ganesha should be worshipped with great reverence and respect. It is best celebrated with the spirit of enthusiasm for wisdom and knowledge. One should take resolutions on the day of Ganesha chaturthi. One should contemplate what is the goal of his or her life and how to achieve that goal. What are the obstacles on the way of your goal. What is your idea of success. Then you should pray to Lord Ganesha for help in achieving the goal. This is the real meaning of worshipping Lord Ganesha.

    Lord Ganesha is pleased when the devotee prays for success of all humanity. Ganesh chaturthi should unify all and direct everyone towards the success of human life, salvation.

    We hope this article have given direction in the matter of how to celebrate Ganesh Chaturthi meaningfully. We wish our readers a very happy and successful Ganesh Chaturthi!

    Tuesday, September 7, 2010

    Devinagar Ganesh Youth Association, Kavadiguda, Secunderabad

    Tuesday, August 31, 2010

    Get paid to read and rate articles







    Sunday, August 29, 2010

    Configure Outlook 2003 using gmail

    Step 1: Log in to your gmail account

    if you dont have gmail account, click here then click on SIgn up for Gmail

    Step 2: On your Gmail Click on Settings(A) then Forwarding and POP/IMAP(B) then Click enable POP for all mail(C) then click Save


    Step 3: Open Outlook 2003

    Open outlook 2003 by clicking on START, then PROGRAMS then MICROSOFT then MICROSOFT OUTLOOK 2003

    Step 4: Click on Tools(A) then E-mail Accounts(B)

    Step 5: Select Add new e-mail account(A) then click next(B)

    Step 6: Select POP3 then click next

    Step 6: On label A, input yourname and e-mail address. On label B, input your email password. On label C, copy what is being type on the image. Click on Mor

    Step 7: Click on Outgoing Server and then check the My outgoing SMTP requires authentication as image shown

    Step 8: On more settings click on Advanced(A) then check the two checkbox as image shown then click Ok(B)

    Step 9: Click on test Account setting and wait. there is no error you are now done configuring the outlook... Have fun...

    after configuring click on SEND AND RECIEVED on the standard toolbar of your oultook 2003.

    Friday, June 11, 2010

    2010 FIFA World Cup Match Schedule

    Group A
    MatchDate - TimeVenue

    Results

    111/06 16:00Johannesburg - JSCSouth AfricaSouth AfricaLine-up MexicoMexico
    211/06 20:30Cape Town UruguayUruguayPreview FranceFrance
    1716/06 20:30Tshwane/Pretoria South AfricaSouth AfricaBackground UruguayUruguay
    1817/06 20:30Polokwane FranceFranceBackground MexicoMexico
    3322/06 16:00Rustenburg MexicoMexicoBackground UruguayUruguay
    3422/06 16:00Mangaung/Bloemfontein FranceFranceBackground South AfricaSouth Africa
    Group B
    MatchDate - TimeVenue

    Results

    312/06 16:00Johannesburg - JEPArgentinaArgentinaPreview NigeriaNigeria
    412/06 13:30Nelson Mandela Bay/Port Elizabeth Korea RepublicKorea RepublicPreview GreeceGreece
    1917/06 16:00Mangaung/Bloemfontein GreeceGreeceBackground NigeriaNigeria
    2017/06 13:30Johannesburg - JSCArgentinaArgentinaBackground Korea RepublicKorea Republic
    3522/06 20:30Durban NigeriaNigeriaBackground Korea RepublicKorea Republic
    3622/06 20:30Polokwane GreeceGreeceBackground ArgentinaArgentina
    Group C
    MatchDate - TimeVenue

    Results

    512/06 20:30Rustenburg EnglandEnglandPreview USAUSA
    613/06 13:30Polokwane AlgeriaAlgeriaBackground SloveniaSlovenia
    2218/06 16:00Johannesburg - JEPSloveniaSloveniaBackground USAUSA
    2318/06 20:30Cape Town EnglandEnglandBackground AlgeriaAlgeria
    3723/06 16:00Nelson Mandela Bay/Port Elizabeth SloveniaSloveniaBackground EnglandEngland
    3823/06 16:00Tshwane/Pretoria USAUSABackground AlgeriaAlgeria
    Group D
    MatchDate - TimeVenue

    Results

    713/06 20:30Durban GermanyGermanyBackground AustraliaAustralia
    813/06 16:00Tshwane/Pretoria SerbiaSerbiaBackground GhanaGhana
    2118/06 13:30Nelson Mandela Bay/Port Elizabeth GermanyGermanyBackground SerbiaSerbia
    2419/06 16:00Rustenburg GhanaGhanaBackground AustraliaAustralia
    3923/06 20:30Johannesburg - JSCGhanaGhanaBackground GermanyGermany
    4023/06 20:30Nelspruit AustraliaAustraliaBackground SerbiaSerbia
    Group E
    MatchDate - TimeVenue

    Results

    914/06 13:30Johannesburg - JSCNetherlandsNetherlandsBackground DenmarkDenmark
    1014/06 16:00Mangaung/Bloemfontein JapanJapanBackground CameroonCameroon
    2519/06 13:30Durban NetherlandsNetherlandsBackground JapanJapan
    2619/06 20:30Tshwane/Pretoria CameroonCameroonBackground DenmarkDenmark
    4324/06 20:30Rustenburg DenmarkDenmarkBackground JapanJapan
    4424/06 20:30Cape Town CameroonCameroonBackground NetherlandsNetherlands
    Group F
    MatchDate - TimeVenue

    Results

    1114/06 20:30Cape Town ItalyItalyBackground ParaguayParaguay
    1215/06 13:30Rustenburg New ZealandNew ZealandBackground SlovakiaSlovakia
    2720/06 13:30Mangaung/Bloemfontein SlovakiaSlovakiaBackground ParaguayParaguay
    2820/06 16:00Nelspruit ItalyItalyBackground New ZealandNew Zealand
    4124/06 16:00Johannesburg - JEPSlovakiaSlovakiaBackground ItalyItaly
    4224/06 16:00Polokwane ParaguayParaguayBackground New ZealandNew Zealand
    Group G
    MatchDate - TimeVenue

    Results

    1315/06 16:00Nelson Mandela Bay/Port Elizabeth Côte d'IvoireCôte d'IvoireBackground PortugalPortugal
    1415/06 20:30Johannesburg - JEPBrazilBrazilBackground Korea DPRKorea DPR
    2920/06 20:30Johannesburg - JSCBrazilBrazilBackground Côte d'IvoireCôte d'Ivoire
    3021/06 13:30Cape Town PortugalPortugalBackground Korea DPRKorea DPR
    4525/06 16:00Durban PortugalPortugalBackground BrazilBrazil
    4625/06 16:00Nelspruit Korea DPRKorea DPRBackground Côte d'IvoireCôte d'Ivoire
    Group H
    MatchDate - TimeVenue

    Results

    1516/06 13:30Nelspruit HondurasHondurasBackground ChileChile
    1616/06 16:00Durban SpainSpainBackground SwitzerlandSwitzerland
    3121/06 16:00Nelson Mandela Bay/Port Elizabeth ChileChileBackground SwitzerlandSwitzerland
    3221/06 20:30Johannesburg - JEPSpainSpainBackground HondurasHonduras
    4725/06 20:30Tshwane/Pretoria ChileChileBackground SpainSpain
    4825/06 20:30Mangaung/Bloemfontein SwitzerlandSwitzerlandBackground HondurasHonduras
     

    Web Design Company karimnagar, Web Designing warangal, Logo Design Company nizamabad, Indian Website Design Company, maddysoft.co.in