Popular ost automatic updated slider for blogger

This is a widget for bloggerplatform which enables you to  make your popular post slider , This can be used to get more graphical effect to yourblog


  • Go To Blogger > Layout > Add A Gadget > Popular Posts 
  • Now  add this widget given below .....just above/below your 'Popular Posts' widget :
Click sub,it to add the widget

    All done just save your template

    How to add automatic updated latest post slider in blogger

    1. You must login to blogger
    2. Select the blog that you want to add slider.
    3. Go to the template >> Edit HTML and check the expand widget templates.
    4. And then place this following codes above ]]></b:skin>  (in case if the above code was not found by searching by control + F key then please do it manually)


     

    #carousel{width:1000px;height:175px;margin-bottom:0px;position:relative;display:block}
    #carousel .container{position:absolute;left:49px;width:895px;height:185px;overflow:hidden;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjw9doGyIY4oWxD7IJe0KcHuOl5BosnlUTkHBdpay4I_XLDcV31AC1p41oyNm1QS4_3NUbyFDMFCDfCDc10faUj8G3IEgZHVkNq80VFW5fduPy00Xk64o6kW9y6GhKA-NxAbXbY5vgDeK0/s1600/scroller-bg.png) repeat center}
    #carousel #previous_button{position:absolute;width:49px;height:185px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHMmj_DbaxuOUYKSggNGTsslMDKs4g7GHYiHdEw_LFXm0OwoO7y5fAEMvoNc-L5or0LsuSmeNjKeIA7rPkdF4VoV-wVmssyV3lNstY15LFrAC1_N3Swkp20t5gpdfW1hsCL-WPUgAuBMs/s1600/prev.png) center;z-index:100;cursor:pointer;border-right:1px solid #ccc}
    #carousel #previous_button:hover{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIsymy21bBgubSzECtWUrCEtarRVg5Y1InLdscnEmLrwMDEWwhPFSZPLhxKhyphenhyphenuBR_XfR-lC-jyxspLWKJ5bJQJPm2VajbIC3DiDZDd5fZIuP2_x19K4lmYKbPoAx0KPWD6fAIGJHC4Vl4/s1600/prev.png) center}
    #carousel #next_button{position:absolute;right:0;width:49px;height:185px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis_Nplxil2-9UAnERq8wGx2CzKxdRfPwrcfsM0oD7zU5BSw9K4_3pn5HRB_hZ43EiBQt5PF9u574RhYICIjA965RUajDpu9AmSmZZKJd-FX0vxrZ0up7bT4-KBBvj6g-6MTcrA3m4Y6o4/s1600/next.png) center;z-index:100;cursor:pointer;border-left:1px solid #ccc}
    #carousel #next_button:hover{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW5F_So9ZR7hJZszP1saHLD22RjuMri3ioV-91imOC4pRqD2PqCkktWo0qGrvLU-N6zRnvt_QyPCd_XDqbA_eaOVNOEi5rWDwMvBN2TbVmFQJRRrycCdlrJejMq0k7zveROS6SNSoo31I/s1600/next.png) center}
    #carousel ul{width:100000px;position:relative;margin-top:10px}
    #carousel ul li{background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsN3RRImxF4U7YXHNrFhECI1X6niEwsY6EhAl2KuwhyCNW8r1Rq042juI91L72uqHuEM8s6KYH7wq2RGEGCgJ__4sgXw7dMuZnqTW4jvzso-3DmhUwncLtdH0pV_05-eVzz0BSVuAZF_k/s1600/main.png) repeat-x top;display:inline;float:left;text-align:center;font-weight:700;font-size:.9em;line-height:1.2em;border:1px solid #ccc;width:145px;height:150px;margin:0 4px 20px 7px;padding:6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
    #carousel ul li:hover{filter:alpha(opacity=75);opacity:.75;}
    #carousel ul li a.slider_title{color:#222;display:block;margin-top:5px}
    #carousel ul li a.slider_title:hover{color:#cd1713}
    #carousel a img{display:block;background:#fff;margin-top:0}

    Here the 1000 and 175 are the size of the thumbnail and can be altered by you...

    Still in Edit HTML, add this following code above </head>  Tag :

    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
    <script src='https://masolis-javascript.googlecode.com/svn/trunk/carousellite.js' type='text/javascript'/>

    <script type='text/javascript'>
    //<![CDATA[
    imgr = new Array();
    imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwTDV97Z58iO0XoM1pEJ24DYen4UPXJL2lVlZ39AfH00RccuXcrPIODt1FgV9bG_LS_kpPyFuuX90a4GcMaUhz1fOgyji8MixsihZ2qpMxr-q5j0PRNS_h0ijIgxKr6RRvS6VJL96RgLM/s1600/no+image.jpg";
    showRandomImg = true;

    aBold = true;

    summaryPost = 140;
    summaryTitle = 25;

    numposts1 = 15;
    label1 = "news";

    function removeHtmlTag(strx,chop){
    var s = strx.split("<");
    for(var i=0;i<s.length;i++){
    if(s[i].indexOf(">")!=-1){
    s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
    }
    }

    s = s.join("");
    s = s.substring(0,chop-1);
    return s;
    }
    function showrecentposts(json) {
    j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0;
    img = new Array();
    document.write('<ul>');
    for (var i = 0; i < numposts1; i++) {
    var entry = json.feed.entry[i];
    var posttitle = entry.title.$t;
    var pcm;
    var posturl;
    if (i == json.feed.entry.length) break;
    for (var k = 0; k < entry.link.length; k++) {
    if (entry.link[k].rel == 'alternate') {
    posturl = entry.link[k].href;
    break;
    }
    }

    for (var k = 0; k < entry.link.length; k++) {
    if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') {
    pcm = entry.link[k].title.split(" ")[0];
    break;
    }
    }

    if ("content" in entry) {
    var postcontent = entry.content.$t;}
    else
    if ("summary" in entry) {
    var postcontent = entry.summary.$t;}
    else var postcontent = "";
    postdate = entry.published.$t;
    if(j>imgr.length-1) j=0;
    img[i] = imgr[j];
    s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);
    if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;
    //cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';
    var month = [1,2,3,4,5,6,7,8,9,10,11,12];
    var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
    var day = postdate.split("-")[2].substring(0,2);
    var m = postdate.split("-")[1];
    var y = postdate.split("-")[0];
    for(var u2=0;u2<month.length;u2++){
    if(parseInt(m)==month[u2]) {
    m = month2[u2] ; break;
    }
    }

    var daystr = day+ ' ' + m + ' ' + y ;
    var trtd = '<li class="car"><div class="thumb"><a href="'+posturl+'"><img width="145" height="100" class="alignnone" src="'+img[i]+'"/></a></div><p><a class="slider_title" href="'+posturl+'">'+posttitle+'</a></p></li>';

    document.write(trtd);
    j++;
    }
    document.write('</ul>');
    }
    //]]>
    </script>


    In above script there is  sumthing called "news" you replace it by the name of the label which you want to display


    Place this following code above <div id='main-wrapper'>:

    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div id='carousel'>
    <div id='previous_button'/>
    <div class='container'>
    <script>

    document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/&quot;+label1+&quot;?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts\&quot;&gt;&lt;\/script&gt;&quot;);
    </script>   
    <div class='clear'/>
    </div>
    <div id='next_button'/>
    </div>
    <script type='text/javascript'>
    (function($) {     $(document).ready(function(){
    $(&quot;#carousel .container&quot;).jCarouselLite({
        auto:4000,
        scroll: 1,
        speed: 800,   
        visible: 5,
        start: 0,
        circular: true,
        btnPrev: &quot;#previous_button&quot;,
        btnNext: &quot;#next_button&quot;
        });
        })})(jQuery)   
    </script>
    </b:if>


    Hence this tutorial is compleated

    The scripts used are taken from online sources

    Free domains for blogger blogs and website with Full DNS Support

    .cz.cc
    co.tv provides free domain regsitration service. You can register all available domain names instantly. They offers free or paid dynamic dns service with full MX, CNAME, A and SOA records. The service they provide is exactly same as .co.cc. Register on .cz.cc


    .tk
    Tokelau or .tk allows any individual to register domain names. Users may register domain names free of charge (with some restrictions). In addition to the name itself, users can opt to forward their web traffic using HTML frames and their email traffic, with a maximum of 250 addresses per user log in, or use full DNS service, either via their own or third-party servers, or by using DoT TK's servers. Visit them here.
    CC.CC



    CC.CC offers simple, memorable custom domain for Google Apps, Blogger, etc.. This site provides the domain name registration tools and DNS setup wizard.

    You can configure your .cc.cc Domain for Blogger, Gmail, Google sites, Tumblr, Bandcamp, Hotmail, Facebook, Twitter, Myspace, etc.. The service is provided at no cost, no ads. Enjoy our free service!
     visit them
    .co.nr
    .co.nr has free domain name package was designed to provide domain name free, subdomain services mainly for advanced internet users, who have some basic knowledge about the DNS (Domain Name System) and process of setting up name servers as well as other DNS records (NS, A, MX, CNAME, TXT, etc.) for the domain name to work properly. Also it provides sub domain hosting, i.e. sub domain.domain.co.nr.Visit them.
    Smartdots


    Smartdots.com is one of them who provide variety of domain names. One of the famous domain people owns from smartdots is .net.tc. Besides these you can have other domain names listed in their website. They supports variety of features, like meta tag generator, automatic search engine submission, etc. To know more about their features visit them.

    .co.tv
    co.tv is strong yet free domain registration service provider. You are limited upto 3 domains with single user account. Like .co.cc, .co.tv also supports full MX, CNAME, A and SOA records. Register on co.tv


    You.uni.cc
    This is also one of the very famous free domain name services. The best thing about uni.cc domains is that they give free DNS Service like TLD domains and a free site builder tool. They also provide Domain Name Redirection and do not provide any services like hosting, mail or FTP services at this time.
    You.c-o.in, You.c-o.cc, You.coz.in, You.cq.bz

     another cost free and very effective URL Redirection service that offers free sub domain forwarding in four different formats. You can easily visit the service website and choose any of the available sub domains to forward to your webpage or site.
    You.int.tc, You.waaa.ws

    Found this recently while surfing the web. Indeed a great service just like other domain forwarding and url redirection services


    You.net.tf, You.us.tf, You.eu.tf, You.de.tf

    Similar to the service introduced above but with more than 15 different Flavors for Domain Forwarding


    You.fadlan.com

    Thanx to Guillermo BT about informing me about his Free URL Redirection and Free DNS service. The service is one of the free services which offer Domain Forwarding for free. You geta domain like http://mypage.fadlan.com with path forwarding and three redirect flavors. The service also offers Free DNS which means you can run your own web server on a sub domain if you have a static IP address.
    Get a fadlan.com Domain Now
    You.afraid.org
    Over at Afraid.org they offer you multiple domain names on which you can get a sub domain for yourself. All you have to do is sign up to their services and then they provide you with a tool to update your IP redirection. There is a limit of 50 Subdomains per user account. Can be used for Free DNS Hosting, Domain Hosting, Dynamic/Static DNS Hosting etc
    You.net.tc, You.us.tc, You.pro.tc, You.de.tc
    Another service that gives you over 10 flavors of URL Redirection and Domain Forwarding

    How to Install Android 4.1 Jelly Bean Update HTC One X

    Source : http://techdraginfo.blogspot.com

    It was the perfect chance for HTC One X users to update their devices with Android 4.1 Jelly Bean JRN83C Firmware version. We have tutorial How to Install Android 4.1 Jelly Bean update on HTC One X. Android 4.1 Jelly Bean has created a lot of ripples on the internet as everyone is eager to download and install Jelly Bean for their phone and tablets. Jelly Bean is faster and more efficient thanAndroid 4.0.4 Ice Cream Sandwich ICS. Some of the great features are Offline Voice to text support. The new UI is very fast and butter smooth. HTC One X owners can now enjoy JellyBean on their phones and we must say thanks to tgascoigne a xda dev forum member for releasing the SDK port. WI-FI, Camera, Radio and Audio are not working so it is not a problem for people who want all the functionality from the device. This custom ROM is based on the Jelly Bean update released for Galaxy Nexus. Developers are trying to resolve the bugs in the upcoming build versions, and it will take few weeks to get a fully working stable ROM.

    Hello users, this custom rom is still in beta stage and it was not the official version developed by HTC company. So it may not function properly on your device. Make sure that keep all this thing kept in mind before flashing the Jelly Bean on your HTC One X phone. Moreover, HTC has made anannouncement officially they have created a scheduled list to release the official version of the Jelly Bean update via OTA for some of their devices and also for the most powerful quad core device HTC One X. It will soon arrive globally in mid-September.

    Warning: This article is meant for instructional and educational purpose only. Neither we nor the developer should be held liable for any damages caused to your phone. Please proceed at your own risk.

    Prerequisites:

    1. This instructional guide is only for the users who own original HTC One X. Please do not try this article on any other phone or any other of HTC models.
    2. Charge your device so that there are at least 70% or more charge with it, so that there will be Power interruption during the process.
    3. Please backup all your valuable data’s on the phone, so that they are not lost during the process.
    4. Disable all Security programs like Firewall and Antivirus from your computer and uninstall the same from your phone, as these security programs generally tend to interrupt the process.
    5. Enable USB Debugging in your HTC One X from the path “Settings > Applications > Development > USB debugging”. The option of USB Debugging should be ticked.
    6. HTC Sync Drivers must be installed already on your PC. If not installed then you can download it from the official site from here.

    Note: Before starting this procedure, your HTC One X device must be unlock bootloader and alsorooted on current firmware version. Clockworkmod recovery is also needed for installing the zip files directly from the phone itself.

    Steps and Procedure to Install Manually HTC One X with Android 4.1 Jelly Bean Firmware Update:

    1. Download Jelly Bean Firmware package zip file to your PC from Here.

    2. Connect the HTC One X to your PC via USB cable. Then copy the firmware package in the root directory of your phone’s micro SD card.

    3. Once the file is copied to your device then disconnect the phone from the PC.

    4. It’s time to download once more file named Flash_Boot.zip file on your computer from here.Extract the Flash_Boot.zip file when it was downloaded.

    5. Well you need to unzip Downloaded Firmware Package “jellybean_endeavoru_tgascoigne_4.zip” on your PC. After you will get boot.img file.

    6. Now Copy boot.img file into Flash_Boot folder which you got in step 4. Then you will get total 4 files in that folder.
    boot.img
    flash-boot-linux.sh
    flash-boot-mac.sh
    flash-boot-windows.bat
    7. Switch off the device and reboot your phone so as to enter it in Bootloader mode. To do so, press and hold Volume Down + Power buttons together, so that the device is entered in “FASTBOOT” mode by selecting the option. You can use volume buttons for navigation. Thenconnect your phone to the computer.

    8. Open flash boot folder which you extracted in your PC in Step 4. Double Click flash-boot-windows.bat file in order to run the application.

    9. Wait for some time the kernel will be flashed within few minutes in your device.

    10. Now, press the Power button and select the BOOTLOADER option present and select the “Recovery” option to enter the device in the clockwordmod Recovery mode.

    11. Now, from the Recovery Menu, select “Wipe data/factory reset” option and then select “Wipe Cache partition” option.

    12. In the ClockworkMod Recovery, select “install zip from sdcard” then select “choose zip from sdcard” and then select the “jellybean_endeavoru_tgascoigne.zip” from the SD card you’ve placed.
    13. After the installation process has completed, the phone will be booted into new Android 4.1 Jelly Bean.

    How to Install Android 4.0.4 ICS Update on Samsung Galaxy ACE S5830

     
    How to Install Android 4.0.4 ICS Update on Samsung Galaxy ACE S5830with CyanogenMod 9 Firmware Rom. Now you can install Android 4.0 Ice Scream Sandwich ICS OS on Galaxy Ace with the help of flashing the software. Already Samsung stated that there is no ICS update for Galaxy Ace due to low hardware specifications. So Its very excitement that Cyanogen Mod 9 will give you maximum potential that you can enjoy a lot and able to see hidden settings in your phone. You can do that all steps with given steps, its so easy. if you have any error or confuses then you comment below and we will solve your problems. Below you can see the phone status from which firmware and kernel it was running and how much ram will be going to be use in this ROM.

    Its previews version have some bugs and errors so that all bugs and errors are solved in this version. (i.e Camera was not working in old ROM) and one more think is important that is this ROM can be installed only on rooted devices.

    Before the Update your Device, first note that your device your device should be already rooted. then you will also need to wipe data so that your new unofficial CyanogenMod Mode 9 based ICS Beta 8 firmware install easily. Now you can upgrade your device to ICS if you need any help then just use our comments area. we will always help you. 

    Features of CyanogenMod 9 ROM

    With this ROM you can enjoy new futures like boot, GSM (phone/messages/GPRS/EDGE/3G), Wi-Fi, Bluetooth, HW Acceleration (full), Sound, Headphones, GPS. All sensors like (proximity, rotation etc), Cyanogen Mod settings (not all, it’s not fully merged by CyanogenMod team, not my fault), Market (now you can download all apps available for Gio with GB), Fixed animations (now it looks so good), Facebook sync, Buttons backlight, GMail fully works, Browser fully works, ICS keyboard Games. 

    Update Galaxy ACE S5830 to CyanogenMod 9

    Step 1. Download the zip file for the ICS CM9 from here. Click Download. The file name should be the Samsung-Galaxy-Ace-ICS-CM9-Beta-8.zip file which was 125mb file size. Click Download and save it on your PC.

    Step 2. Now connect the smartphone to your computer and then move the above firmware zip on the phone’s SDcard. Now disconnect the device from the PC and then proceed and power off the phone.

    Step 3 Enter into recovery mode by pressing and holding the menu center button and power button together. In case it boots into normal mode, then you should repeat the action. Remember that this should be done when the phone is OFF.

    Step 4 When Clockmod Recovery shows it main screen you need to select the option that says ‘install zip from sdcard’ and then ‘choose zip from sdcard’. Select the zip file you’ve moved at step 2 and then confirm the installation of the new firmware files.

    Step 5 When the update is complete you need to get back to the main recovery menu and select ‘reboot system now’. Please note that your phone will perform its first boot with the new custom ROM. Also, this might take a while before loading all the apps and the Android ICS home screen.

    However, in case the first boot take too long to load it means that something went wrong and you will need to repeat all the above steps.

    That’s it, you have installed CyanogenMod 9 with Android 4.0.3 ICS on your Samsung Galaxy Ace S5830. If you have any problems on this rom comment here we will find solution for your problem.
    '
    Video Suppport



    How to refill HP catrige(21,22)etc::Step by step

    How to refill HP catrige(21,22)etc::Step by step

    Theory – The ink in these cartridges are retained because
    the cartridges have an internal sponge.

    There are two methods you can use to refill this cartridge.
    Use the one that suits you the best.

    Method One

    1. Put the cartridge on some paper towels in an area
    where you can tolerate a spill.

    2. With a rubber band tightly put on the orange cap that covered the outlet port.
    If you no longer have the orange cap then put on a vinyl glove and put your finger over the outlet port.
    This will prevent ink from dripping out while you refill.

    3. For the standard 564 (or 920) fill the syringe with 4 ml. of the appropriate color of ink
    for the 564XL (or 920XL) fill the syringe with 8 ml. of the appropriate color of ink.

    4. You are going to fill the cartridge through the vent hole. To see the vent hole peel off the top label.

    If you can see the impression of the vent hole through the label then just push the needle through the label into the vent hole and down into the sponge.

    5. Very S-L-O-W-L-Y inject ink into the small “vent hole” located on top of the cartridge.

    6. After the ink is injected keep the orange cap on or keep your finger over the outlet port for another minute. This will give the ink time to soak up into the sponge.

    7. Now take off the orange cap or remove your finger from the outlet port and place the cartridge in a cup or bowl or anywhere else you can tolerate some dripping. Let any excess ink the sponge can’t hold drip for about 2 minutes.

    8. Put the cartridge(s) back into the printer and run 1 – 3 cleaning cycles as per printer instructions.
    Or print the following pages:

    Note on the 564XL (or 920XL): You can’t over fill a 564 (or 920) and make it a 564XL (or 920XL) because the 564 (or 920) standard has about half of the cartridge walled off and the sponge only covers the other half of the cartridge as seen at the left. The 564XL (or 920XL) has a gap in the wall and there is actually ink in the reservoir next to the sponge as seen at the right. As ink is used from the cartridge, the reservoir feeds the sponge with more ink. When refilling the 564XL (or 920XL), go extra slow to give the ink a chance to fill not only the sponge but also the reservoir chamber. Ink will come out of the cartridge vent hole if you fill too fast or put in too much ink.

    On the 564 and 920 series cartridges, there is an electronic counter embedded in a small computer chip/board. This counter starts at a high number and decreases for every character printed. Eventually, the counter reaches zero. At this point, an error message is generated by the printer. If you click “OK” to the error message, the printer will continue to print. However, the ink level display will not show correctly with that cartridge.
    On some HP printers, simply click through the error message and the various warnings. The printer should then print fine. Notice that you will need to do this again when the other cartridges run out of ink.
    On other HP printers, hold the RESUME or RESET button for about 10-15 seconds. This should reset the printer so that it will print with the refilled cartridge.


    Method Two (not recommended for the XL version)

    Instructions

    Step 1) Put the cartridges on some paper towels in an area where you can tolerate a spill.

    Step 2) Turn the cartridge up side down so that the outlet port of the cartridge is facing upward.

    Step 3) For the standard 564 fill the syringe with 4 ml. of the appropriate color of ink

    Step 4) Drip ink onto the felt pad in the outlet port. The felt pad will quickly absorb the ink into the cartridge. If the felt pad will not soak up any more ink and the ink just sits on top or you see some ink coming out of the vent hole located on the opposite side then the sponge is full. Dab a paper towel onto the felt pad to soak up any ink that did not get absorbed into the cartridge.
    It goes without saying that you want to put the correct color into the correct chamber. Don’t drip yellow ink onto the cyan felt pad and wonder why you are now getting green.
    Note: Do not pierce the felt pad with the needle of the syringe.

    Step 5) Replace the cartridge and run 1 – 3 cleaning cycles as per printer instructions.
    Or print the following pages:

    If necessary leave cartridge in printer for up to 4 hours to allow the ink to saturate the entire sponge.


    Method for XL type cartridges

    1. Put the cartridge on some paper towels in an area where you can tolerate a spill.

    2. With a rubber band tightly put on the orange cap that covered the outlet port.
    If you no longer have the orange cap then put on a vinyl glove and put your finger over the outlet port.
    This will prevent ink from dripping out while you refill.

    3. Drill a small hole on the reservoir side of the cartridge (this will be above the small clear window)

    4. Very S-L-O-W-L-Y inject ink into the drilled hole.

    5. Seal the drilled hole air tight. You can use a hot glue gun or hot wax. Be sure the area around the hole is clean and dry before sealing.

    6. Now take off the orange cap or remove your finger from the outlet port and place the cartridge in a cup or bowl or anywhere else you can tolerate some dripping. Let any excess ink the sponge can’t hold drip for about 2 minutes.

    7. Put the cartridge(s) back into the printer and run 1 – 3 cleaning cycles as per printer instructions.
    Or print the following pages:

    On the 564 and 920 series cartridges, there is an electronic counter embedded in a small computer chip/board. This counter starts at a high number and decreases for every character printed. Eventually, the counter reaches zero. At this point, an error message is generated by the printer. If you click “OK” to the error message, the printer will continue to print. However, the ink level display will not show correctly with that cartridge.
    On some HP printers, simply click through the error message and the various warnings. The printer should then print fine. Notice that you will need to do this again when the other cartridges run out of ink.
    On other HP printers, hold the RESUME or RESET button for about 10-15 seconds. This should reset the printer so that it will print with the refilled cartridge.

    A Refill Kit should include Ink plus the following:
    3- 10cc Syringes with sharp needles for Color
    1 – 10cc Syringe with sharp needle for Black