Logo Background RSS

Advertisement

  • E-Commerce..??
    By ÑûGîÉ on April 1st, 2009 | No Comments Comments

    Many people new to websites and/or ecommerce are confused at the in and outs of ecommerce. Even many people who are fairly adept at scripting can set up a store using some popular package such as OSCommerce and then are left stumped by the idea of making it work with a payment gateway to actually collect money and put it into their account. In this article, I will give a brief overview of how the system is set up to collect your money. I will then discuss briefly what to look for in evaluating payment gateways. As usual, I will keep this basic and understandable just as I do with all of my articles.

    The Basics – How Funds are Collected

    Ecommerce simply refers to the practice of shopping online. From the site owner’s perspective, it entails collecting funds from sales transactions on their website and depositing that money into the bank. In order to collect funds, you need to have a merchant account and a payment gateway (discussed below). Basically, when a person enters their credit card number on a website, the card number and buyer information is sent to a payment gateway. This is done securely. The payment gateway will interface with a payment processor to check availability of funds as well as any other criteria set for accepting transactions. If the funds are available, the payment processor will then deduct the funds. The payment gateway will then report back a successful transaction to the merchant, at which point the merchant’s shopping cart system will respond by displaying a “Thank You” type message to the buyer. Funds will sit until the transaction is settled, which means the funds are collected and deposited to your bank account. Until a transaction is settled, the transaction will not post to your bank account and the corresponding debit will not post to the buyer’s credit card account. (more…)

    Popularity: unranked [?]

  • How To Replace Localhost With Own Domain In Local Server
    By ÑûGîÉ on April 1st, 2009 | No Comments Comments

    Before I start this tips and trick, authors need to explain the means used in this exercise.

    In this exercise the author Using Windows XP and XAMPP

    Most people run the files on their website using the localhost or http://localhost http://127.0.0.1. Maybe some of you already know that localhost can be replaced with your domain name (http://yourdomain.com) only by adding these lines to the file 127.0.0.1 yourdomain.com hosts that are in the folder C:\WINDOWS\system32\drivers\etc, then you can run the domainname as you see fit.

    Example of writing:

    127.0.0.1   localhost
    127.0.0.1   yourdomain.com

    Here the author will give a few tips how to run http://localhost and http://yourdomain.com with a different web page with the help of VirtualHost. So you can manage all, or to create a virtual website (backup site) on Your Computer. (more…)

    Popularity: unranked [?]

  • Traffic Strategies
    By ÑûGîÉ on March 31st, 2009 | No Comments Comments

    Building a website is not all you need to do. Once you have a site you need to know how to drive traffic to the site. The following are 6 traffic strategies that you can apply to immediately drive targeted traffic to your website. Learn how to transform your site quickly and easily.

    The key to succeeding in any internet related business is traffic. So then, how do you get visitors to flow to your site? Driving customers, clients, or readers to make your website a place that they regularly visit is really not hard to do. Driving traffic does not just happen on its own. You need to plan and execute the plan to make it happen. (more…)

    Popularity: unranked [?]

  • 2 Plugin It Must Be In WordPress
    By ÑûGîÉ on March 30th, 2009 | No Comments Comments

    wp_previewWP Security Scan – This handy plugin will scan your wordpress installation to look for any possible security / vulnerability holes in WordPress. Most of the security items that it finds, it can fix automatically by itself, with no work on the users part. The only things that need to be performed by the user is to change the chmod permissions of files indicated as security risk. Easy to install, just extract to your plugin directory and activate the plugin.

    Nofollow Reciprocity
    – Essentially what this plugin does, is look through a list of websites that use nofollow rules for links on their website. It then checks your blog for links going to these website, and adds nofollow to these links so you do not bleed off your pagerank which can cause a loss of serp because of non-recriporcal links. The plugin website goes into indepth detail of why you need to run this plugin and how it will help you with Organic Search Ranking. Easy install, just activate the plugin and it does the rest for you.

    Note: My only complaint with Nofollow was the link it puts in the footer that says

    This blog contributes to the web with Nofollow Reciprocity.

    So I decided to remove it because it was messing up my theme, and looks bad to have a link hanging at the bottom of my website outside of my wp theme.

    Here are instructions to remove it, if you wish to do so.

    1. Login into your Site Admin
    2. Click on Plugins on the far Right of the screen
    3. Click on Plugin Editor
    4. Locate the plugin – Nofollow Reciprocity and click on it
    5. When the page reloads scroll down the bottom of the code screen
    6. Locate and Find this Code and Delete it, then update the page.

    function wp_nofollow_reciprocity_insert_link() {
    echo (‘<p>This blog contributes to the web with <a href=”http://www.inverudio.com/programs/WordPressBlog/NofollowReciprocity.php#wp”>Nofollow Reciprocity</a>.</p>’);
    }

    add_action(‘wp_footer’, ‘wp_nofollow_reciprocity_insert_link’,999);


    Source : www.howbits.com

    Popularity: unranked [?]

  • Ip Address Structure, Expilinatin OF IP Address
    By ÑûGîÉ on March 27th, 2009 | No Comments Comments

    IP ADDRESS STRUCTURE:

    Note: the terms multicast address and MSB are explained at the end.

    Every station on a PSN (packet switched network) that is based on the TCP/IP
    protocol (your computer is one, for example. Yes, we’re referring to a host
    that is connected to the net) must have an IP address, so it can be identified,
    and information can be relayed and routed to it in an orderly fashion.

    An IP address consists of a 32 bit logical address. The address is divided
    into two fields:

    1) The network address:
    Assigned by InterNIC (Internet Network Information Center). In fact most ISPs (internet service providers) purchase a number of addresses and assign them individually.

    2) The host address:
    An address that identifies the single nodes throughout the network. It can be assigned by the network manager, by using protocols for it such as DHCP, or the workstation itself.

    [The IP networking protocol is a logically routed protocol, meaning that address 192.43.54.2 will be on the same physical wire as address 192.43.54.3 (of course this is not always true. It depends on the subnet mask of the network, but all of that can fill a text of its own) (more…)

    Popularity: unranked [?]

  • How to clear Bios info
    By ÑûGîÉ on March 27th, 2009 | No Comments Comments

    READ EVEYTHING BEFORE YOU USE ANY METHOD LISTED BELOW

    Basic BIOS password crack – works 9.9 times out of ten This is a password hack but it clears the BIOS such that the next time you start the PC, the CMOS does not ask for any password. Now if you are able to bring the DOS prompt up, then you will be able to change the BIOS setting to the default. To clear the CMOS do the following:
    Get DOS prompt and type:
    DEBUG hit enter
    -o 70 2e hit enter
    -o 71 ff hit enter
    -q hit enter
    exit hit enter
    Restart the computer. It works on most versions of the AWARD BIOS. (more…)

    Popularity: unranked [?]

  • How Linux boots
    By ÑûGîÉ on March 27th, 2009 | No Comments Comments

    As it turns out, there isn’t much to the boot process:

    1. A boot loader finds the kernel image on the disk, loads it into memory, and starts it.
    2. The kernel initializes the devices and its drivers.
    3. The kernel mounts the root filesystem.
    4. The kernel starts a program called init.
    5. init sets the rest of the processes in motion.
    6. The last processes that init starts as part of the boot sequence allow you to log in.

    Identifying each stage of the boot process is invaluable in fixing boot problems and understanding the system as a whole. To start, zero in on the boot loader, which is the initial screen or prompt you get after the computer does its power-on self-test, asking which operating system to run. After you make a choice, the boot loader runs the Linux kernel, handing control of the system to the kernel.

    There is a detailed discussion of the kernel elsewhere in this book from which this article is excerpted. This article covers the kernel initialization stage, the stage when the kernel prints a bunch of messages about the hardware present on the system. The kernel starts init just after it displays a message proclaiming that the kernel has mounted the root filesystem: (more…)

    Popularity: unranked [?]

Advertisement