Tuesday, May 17, 2011

Include MTG autocard popup in your website (even in Blogger)

If you want to include in your website a popup showing the card picture while passing mouse over a mtg link, this is your day.

mtg autocard sample

You only need to include these lines in your websites in order to trigger all links referring a concrete URL subdomain.

<script type="text/javascript">
     URL_START = "http://xxxx.com"; 
</script>    

<script src="https://sites.google.com/site/themunsonsapps/mtg/autocard.js" type="text/javascript">
  
</script>

Replace http://xxxx.com with the url that you want. For example, if all of your magic links are like this:


Goblin Lackey, you should replace http://xxxx.com with http://gatherer.wizards.com/Pages/Card/Details.aspx?name= and see:


<a href="http://gatherer.wizards.com/Pages/Card/Details.aspx?name=Goblin+Lackey" target="_blank">Goblin Lackey</a>






Goblin Lackey.



Tip: You can write URL_START = "http" to have all your links with popup. This is useful when you use several magic sources for your cards.

Another way to get the popup is with class styles. If you set the link address CSS style class to "mtgcard", you will get the pupup regardless the link destination, like in this case:


<a href="http://themunsonsapps.blogspot.com" class="mtgcard" target="_blank">Goblin Lackey</a>

Mox diamond

The last way to autocard is linking directly the card image that you want to use. Like this:


<a href="http://magiccards.info/scans/en/shm/222.jpg">Shusher</a>


Shusher

This will trigger if you include the script in this way (as before, replace the url with yours):


<script type="text/javascript">
     URL_START_IMG = "http://magiccards.info/scans"; 
</script>    

<script src="https://sites.google.com/site/themunsonsapps/mtg/autocard.js" type="text/javascript">
  
</script>


The params URL_START_IMG and URL_START are compatible, so you can include both if you want to have multiple choices, like in this blog or in magicnomola.

The code included in this blog is the code shown below:


<!-- MTG AUTOCARD BEGIN -->
<script type='text/javascript'>
  URL_START = "http://gatherer.wizards.com/Pages/Card/Details.aspx?name=";
  URL_START_IMG = "http://magiccards.info/scans/";
</script>

<script src='https://sites.google.com/site/themunsonsapps/mtg/autocard.js' type='text/javascript'/>
<!-- MTG AUTOCARD END -->


To include this feature in Blogger, you have two options to insert the script import:
  • Dashboard -> Template -> Edit HTML and insert the lines before the </body> tag (search it with Ctrl+F)
  • Dashboard -> Template -> Page elements -> add HTML/Javascript and insert the lines
If you use WordPress instead, you can have a look to this plugin WP MtG-Helper found at Distracted by squirrels.

If you prefer to host it, you can download it from https://sites.google.com/site/themunsonsapps/mtg.

UPDATED 19th October 2011: READ THIS FOR NON BLOGGER DOMAINS

Updated 14th January 2015: NON BLOGGER DOMAINS AND NEW CARDS

Try this other script for newer cards:

<!-- MTG AUTOCARD BEGIN -->
<script type='text/javascript'>
  URL_START = "http://gatherer.wizards.com/Pages/Card/Details.aspx?name=";
  URL_START_IMG = "http://magiccards.info/scans/";
</script>

<script src='https://sites.google.com/site/themunsonsapps/mtg/autocard_standalone_v2.js' type='text/javascript'/>
<!-- MTG AUTOCARD END -->


You can download a sample simple webpage here: https://sites.google.com/site/themunsonsapps/mtg/testsite.html?attredirects=0&d=1

    141 comments::

    Steven said...

    any way to get this working on posterous? doubt it can but worth asking have several decks posted would like to add popup card info to.

    Ivan said...

    @Steven: I really don't know about posterous, but I've had a look at it and at the moment it seems that posterous doesn't accept javascript (see here).

    I've done a research and it seems that there are some tricks to include scripts in posterous. You need to host the html file containing the script and include it in your posterous site as an iframe. Here are two sites that explain it for other tasks: sample 1 and sample 2.

    I hope that this can be useful to you.

    sajarov said...

    You are a fckng master! thanx bro!

    Anominal said...

    I can't seem to get the autocard to work. I love that you're doing this, and I would appreciate some help.

    My site is www.mtgfiction.com

    It's a blogger site.

    I edited the html and inserted the code, but as soon as the code is saved, it changes every

    "

    into

    & quot ; (no spaces)

    In the first part of the script, and then it changes the

    "

    into

    '

    in the second part of the script that searches for the script on your site.

    Is this the problem?

    The Munson's Apps said...

    Hi!

    quotes shouldn't be a problem. Where are you exactly inserting the code?
    It should go before < /body > tag or inside HTML/Javascript widget element!

    Which block of code are you inserting?

    VanceAnce said...

    sry that i spammed 2 times but now i tested out a bit

    1. could you clear this line and if other see my deletet comments those two also

    2. to add in the template - html part your script between the "/head" ending and "body" beginn it doesnt do anything ...had to replace in this comment < with " - just for note

    -> just add it in html style of a singe post and it works

    the meaning to add it in the template should be to avoid that writing it every single time in a single post ?


    3. is there a way to include the .js file directly in blogger ?

    didnt test your .js script just had a little overview and are those 4 files the ones who does the work / create the application ?

    is there a way to make this working - the directly one from WotC:

    http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtgcom/arcana/172

    ?

    thx

    Ivan said...

    @Vance:

    2) It shouldn't go between the < /head > and < body > beginning, it should go inside the < body > tag, that's why say that it's easier to include it on the bottom of the body content, looking for < /body >.

    Regarding your second point, including it in the template or in the HTML/Javascript element avoids you to writing it on every post. It should work fine like in linked sites or this one.

    3) You can try copy/pasting the .js in the template or in an HTML/Javascript element, but I think it's quite simpler and easier to maintain if download it and upload it in your own server/Google site and refer to it.

    For the wizards script (I haven't used it, maybe is outdated), have you tried to put the < script > element in a Blogger HTML/Javascript element?

    VanceAnce said...

    first thx for your anser... i feel stupid now a bit that i didnt see the "/" before body :)

    hm i tried it now inside the body ... uhm function ?

    "body" otherstuff your-source "/body"

    butd didnt work either :( ? did i make sth wrong again

    sry im a noob in that


    mhm ok y think also it would be easier to link it to the .js files afert i read through them a bit :)

    ok - as soon i've more time i experiment a bit with the wizards script and generally get more into javascript :)

    thx again


    p.s. how did you manage to post < body ">"
    always i try that here i get an error :)

    Ivan said...

    @Vance:

    It's so strange, it should work for you in the same way if you include it on the single post or on the template body. Maybe you're writing links wrong.

    This is the source code of my blogger template:



    < script type='text/javascript'>
    URL_START = "http://gatherer.wizards.com/Pages/Card/Details.aspx?name="
    URL_START_IMG = "http://magiccards.info/scans/";
    < /script>

    < script src='https://sites.google.com/site/themunsonsapps/mtg/autocard.js' type='text/javascript'/>



    < /body>




    Be careful with tag spaces. If you want, you can send me by mail your template and I'll have a look at it. You should also show me your post code, in order to know if the mistake is in the post.

    PS: You can post < > by using the HTML escaped chars: </body>. For the comments I use an space after the < that you have to delet to make it work! :-)

    Ivan said...

    Sorry, escaped chars for < and >: & lt; and & gt; (without space between & and the rest)

    VanceAnce said...

    thx again for your answer

    tried it agian and didnt work :(

    i tried those was:

    *put it after < /body> and nothing where else
    *put it after < /body> and in gadget java/html

    both didnt work

    just when i add it in the post itself

    hm...i feel "noobish" again - where can i find your mail/contact to send you my templet code :) ?

    when i place it at the end and before < /body> also the appearance of the blog changes a bit
    so i guess i do sth wrong :(

    Ivan said...

    You can find my email below these lines, just at the end of the website, on the attribution line.

    VanceAnce said...

    now i feel me even more stupid ...
    under your post i only can find this post section

    and:

    Links
    Create a Link

    Newer Post Older Post Home
    Subscribe to: Post Comments (Atom)

    Subscribe by email

    but no contact form or sth like that

    :(

    i hope i dont anoy you - sry for my many posts ^^
    but would be nice if i could get that working

    Ivan said...

    Don't worry Vance, but it's also strange that you don't see the Powered by blogger attribution.

    Try sending it out to themunsonsapps at gmail dot com

    Or if you prefer, share it with a hosted link and I'll have a look at it, just let me know.

    VanceAnce said...

    .... ok now i got it :D:D .... link didnt work cause i didnt config my mail client on my linux pc
    therefore i got a blank one ;)

    thx i mail it soon :)

    Unknown said...

    Hi,
    i can't make it run, please help me :)

    My Site is

    http://www.slangersworld.com/index.php?page=magic

    look at the source code, it is not verry complex ..

    Regards Alex

    Ivan said...

    @Ale Str,

    it seems that your site doesn't run the main code when loads the page, try putting it on a function and insert it on the body on load.

    I've run the main code on the Chrome console, and it came up. See this screenshot

    Unknown said...

    Hi,

    it works now :)

    But the pictures are out of sight.

    See it by your own:
    http://www.slangersworld.com/uploadPub/testmagic.php

    I tried it with firefox.

    Regards Alex

    Ivan said...

    Alex, I see pictures correctly with Chrome on your link (just as shown on my last post's screenshot). I made the script to displays cards starting on the right-bottom corner of the link, of course, you can modify your code to adjust it to your needs.
    If they're not displaying there, may I see a screenshot of your issue?

    Regards,
    Ivan

    Unknown said...

    Hi again,

    and merry christmas ;-)

    I tried it now with chrome, firefox and ie9

    On chrome everything runns fine..

    On firefox a made a snapshot, so you can see:

    http://www.slangersworld.com/uploadPub/firefox.jpg

    On ie9 nothing happens


    Regards Alex

    Ivan said...

    I see Alex... I think it could be related to your server and the way it runs scripts depending on the User Agent.

    Have a look at this website, it runs the same script that I've shared and it works fine with every browser (at least on my computer).

    Try modifying the scripts by yourself adapting them to your needs.

    Regards and Merry Christmas,
    Ivan

    Umar said...

    does not seem to work on latest blogger template e.g.:
    Live on Blog

    Ivan said...

    It works with latest blogger template, this blog is an example. Maybe you're trying with a different domain. Could you share with us what you've tried?

    Anonymous said...

    Great Post, I love to read articles that are informative and actually have good content. Thank you for sharing your experiences and I look forward to reading more.
    website design

    gwago said...

    This is great, I was frantically looking for a way to do this and found this blog by accident. Thanks!
    I do have one request: I'm trying to post up decklists in the usual format (three columns, with a card to the right that displays whatever is currently being floated over). Any pointers on how to do this?
    Thanks again for the script!

    The Munson's Apps said...

    Gwago,

    that's definitely possible, in fact, we supported http://mtgdesignspain.blogspot.com on achieving it. How are your javascript skills?

    If you've opened the code, you should replace the div with the image on it. It should be straight forward, but feel free to mail us with your queries.

    DM Deveraux said...

    Just wanted to say thanks guys, I read through your instructions and was able to get autocard installed on my blog pretty painlessly. It looks pretty cool right now I think.

    The only thing I have noticed is that cards from Journey into Nyx onwards don't show a picture, but those co-incide with all the cards which also show no comments on Gatherer. Don't know if that is worth mentioninng?

    Anyway, big thanks for the app, its great, and has made my blog http://confessionsofagamesmaster.blogspot.co.uk/ looks better for it.

    Cheers!

    The Munson's Apps said...

    Hi Gareth,

    thanks for letting us know. We've added an update at the bottom with a new script, that should sort out the issue with new cards.

    Hope that helps!

    DM Deveraux said...

    Hi guys,

    I have added the new script to my blog, but so far to no avail. Do I replace the previous script, or do i add the new one in addition?

    Thanks for the help

    The Munson's Apps said...

    Hi Gareth,

    sorry, file path was wrong. Can you retry now?

    Thanks and regards

    DM Deveraux said...

    That is officially superb! Thanks very much, it is working like a charm, cheers for the support guys.

    Unknown said...

    Hi,

    Love the work. Thanks! However, I still can't get the popup to work on my site.

    1. I uploaded the autocard and gatherer helper files to my site.
    2. I added the 'new cards' script to my theme (view-source:http://www.galactictreasures.com/).
    3. I added the link to a post (http://www.galactictreasures.com/blogs/the-magic-buzz-feed/16484921-soulfire-is-here-to-reforge-your-fate).

    Not sure what I'm doing wrong. Can you help me?

    Kind regards,
    Eddie

    Luis Margarida said...

    I dont know where to add the script. Should I add HTML/javascript in the layout properties in blogger?

    I'm pretty lost...
    Have tried to make this work for months...

    Ivan said...

    Sorry for the delay replying!

    @garlicburp: I'm not able to open the provided link. Feel free to mail us with your query and we'll reply as soon as possible.

    @Luis Margarida: HTML/javascript widget in the layout section should be enough, is it working?

    Unknown said...

    Hi, does this code work on tumblr ? I'm sorry I am trying to improve my tumblr but I couldn't find a tutorial, thanks :)

    Ivan said...

    We're not sure about Tumblr, sorry for that!

    Nancy V said...

    I must say that's an impressive post.

    Cruz Adcox said...
    This comment has been removed by a blog administrator.
    Thallys Vieira said...

    Is it still working? For some reason I can't make it work. :/

    Ivan said...

    @Thallys could you share with us what you have done? is there any site that we can see?

    Unknown said...

    Hi Ivan,

    Thanks for your work!

    I suceeded in apllying the code in our blog page but for some reason it's not pulling the images from Amonkhet, the new edition, despite already being on gatherer.

    Have any idea why this is happening and what can i do to fix it? The page is here just for your reference http://guardian-adventure.blogspot.pt/

    Thanks

    Publish your passions said...
    This comment has been removed by a blog administrator.
    Project MTG said...

    Hi there! I'm hoping that you may be able to assist me in getting this to work on my Wix website. Here's the page it's on: https://www.projectmtg.com/single-post/2018/03/20/Standard-Deck-Tech---Grixis-Pirates.

    Here's the code that is in between body and /body:

    script type="text/javascript"
    URL_START = "http://gatherer.wizards.com/Pages/Card/Details.aspx?name=";
    /script

    script src="https://sites.google.com/site/themunsonsapps/mtg/autocard.js" type="text/javascript"

    /script

    It's like the .js isn't being called or something as I don't get a pop-up when I mouse-over Hostage Taker in the first paragraph. Here is the link code:

    a href="http://gatherer.wizards.com/Pages/Card/Details.aspx?name=Hostage+Taker" target="_blank" data-content="http://gatherer.wizards.com/Pages/Card/Details.aspx?name=Hostage+Taker" data-type="external" rel="undefined">Hostage Taker/a

    Any help is greatly appreciated!

    Azeem said...

    There are certainly a lot of details like that to take into consideration. That is a great point to bring up. I offer the thoughts above as general inspiration but clearly there are questions like the one you bring up where the most important thing will be working in honest good faith. I don?t know if best practices have emerged around things like that, but I am sure that your job is clearly identified as a fair game. Both boys and girls feel the impact of just a moment?s pleasure, for the rest of their lives.
    metal slug 1

    williamoliver172 said...

    Mesmerized article written on this blog with other relevant information. It is straight to the point that how we can improve our skills as well as how we can be represented to a new stream of professionalism. Soccer trading card game

    Themeringtones said...

    Thanks for sharing this very valuable information i enjoy to read your blog thanks for sharing this is very good post.
    christmas songs
    80s hit songs

    jamesharry521 said...

    I gained new knowledge from well written content of this blog. It is showing some different kind of strategy to keep work better and improve with every new assignment. Gracefully written blog Servidores Dedicados No Brasil

    Love Spells Canada said...

    Love spells have genuinely changed the lives of many humans, and you're only one step a long way from doing this as properly. Meet the experience of a better love existence. Here you may be able to discover some of spells so one can be able to assist in any situation that you are going through as well as assist you in all your desire to bring about something into your relationship or love lifestyles.

    tike mik said...

    When you take your Spanish holiday in La Manga, be sure to make time for peaceful and relaxing walks through the surrounding countryside.

    Mangarocks

    glory robert said...

    My husband left me for another woman after one year of our marriage. I needed him back desperately because i loved him so much. I became very worried and needed help. On this faithful day  as i was browsing through the internet, I came across a particular testimony about this good DR IROSI help get ex back fast and stop a divorce or breakup and so on , So I felt I should give him a try. I contacted him and he told me what to do and i did it then he did a (return Love spell) for me. 48 hours later, my husband came back to me crying and begging for my forgiveness. Today I’m so happy and i want to recommend this great spell caster to anyone that truly needs an urgent solution to his or her broken relationships and marriage email him at:(DRIROSISOLUTIONCENTER@GMAIL.COM) or call/whatsapp him via: +2348118829771..   

    jon said...

    I was reading some of your content on this website and I conceive this internet site is really informative ! Keep on putting up. blackmart apk latest _ APKForAll.Com

    jon said...

    Your website is really cool and this is a great inspiring article. blackmart apk free download 2016 _ APKForAll.Com

    SonijaRanker said...

    This is my first visit to your web journal! We are a group of volunteers and new activities in the same specialty. Website gave us helpful data to work. best android app creator

    Vicky said...

    Find best wishes quotes and messages for every occasion and events. Also use our poems, messages, wishes, and quotes to express your thoughts. Eid Mubarak , EId Mubarak 2020 ,  Happy Eid Mubarak ,
    Eid ul Adha Mubarak 2020 , Eid Mubarak Images , Eid Mubarak Images 2020 , Eid Ul Adha  Images , Eid Mubarak Wishes , Eid Mubarak Wishes and Quotes , Eid Mubarak Wishes 2020 , Eid Mubarak Wishes and Quotes 2020

    Star said...

    The element which makes this blog unique is the optimism seen throughout.testing tools

    Star said...

    This blog has a positive and eager result.
    motorcycle gloves

    SEO said...

    Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info. Website Design Directory

    Harry said...

    I think about it is most required for making more on this get engaged Best SEO manager

    Victoria Heinicke said...

    Most of the time I don’t make comments on websites, but I'd like to say that this article really forced me to do so. Really nice post!
    web design agency long island

    Sandra Jessy said...

    Positive site, where did u come up with the information on this posting? I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work. ecommerce website design

    SHAHZAIB said...

    I would like to say that this blog really convinced me to do it! Thanks, very good post. https://www.followpc.com

    Victoria Heinicke said...

    Positive site, where did u come up with the information on this posting? I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work.
    web design agency

    Sandra Jessy said...

    Efficiently written information. It will be profitable to anybody who utilizes it, counting me. Keep up the good work. For certain I will review out more posts day in and day out. ecommerce website development

    shandar fun said...

    I read that Post and got it fine and informative. Please share more like that... Website price

    Sandra Jessy said...

    Thanks for a very interesting blog. What else may I get that kind of info written in such a perfect approach? I’ve a undertaking that I am simply now operating on, and I have been at the look out for such info. online privacy and security

    leena pearl said...

    Search engine optimization strategies may also be applied to check the ranking at the search engine and suggest ways of improving it. Other tools used are the mark up validators and other tools used for testing accessibility and usability. Web designer

    Sandra Jessy said...

    Yes i am totally agreed with this article and i just want say that this article is very nice and very informative article.I will make sure to be reading your blog more. You made a good point but I can't help but wonder, what about the other side? how to write about us page for ecommerce website

    tike mik said...

    I think I had a stroke, I feel nauseated. I've been feeling bad for a few days or months now... I need help, something's not right. gogo anime

    tike mik said...

    What if instead you could talk to them about how they feel, what they need and help prepare properly for their passing? 9 anime

    tike mik said...

    Because both tasks access and use your intuition. They both require you to feel and open your senses. Furthermore, they both engage your creative imagination in unique ways. gogoanime

    Sandra Jessy said...

    Thanks for viewing up such wonderful information. I like this post, keep writing and give the useful post.
    best email marketing service for ecommerce

    tike mik said...

    You can choose whether you want the tweening to affect all layers or just the selected layer, and if you want the image to change position, opacity, or effects. You can also specify the frame on which you want the tweening to start, and specify the number of frames to add in between the frames (you can add up to 999 frames in a single tween). 123movie

    HURAM said...

    What if instead you could talk to them about how they feel, what they need and help prepare properly for their passing? website

    Victoria Heinicke said...

    Most of educational information over different kinds of blogs do not such supportive as supportive all the points of this blog. You need not to find any other platform to verify the data stated here.
    Long Island Website Design

    Victoria Heinicke said...

    Thank you very much for writing such an interesting article on this topic. This has really made me think and I hope to read more.
    digital marketing business

    Sandra Jessy said...

    I am very ecstatic when I am reading this blog post because it is written in good manner and the writing topic for the blog is excellent. Thanks for sharing valuable information. software to share screen

    Trienviro 360 Business Solution Pvt. Ltd said...

    I found this blog after a long time which is helpful to let understand different approaches. I am going to adopt this new point to my career and am thankful for this help.SMO company in kanpur india

    Sandra Jessy said...

    A very awesome blog post. We are really grateful for your blog post. You will find a lot of approaches after visiting your post. freelance digital marketing

    Usama LaDLa said...

    Great post i must say and thanks for the information. Education is definitely a sticky subject. However, is still among the leading topics of our time. I appreciate your post and look forward to more. How to Pay NJMCDirect Traffic Ticket

    Muhammad Zohaib said...

    Many thanks for sharing such incredible knowledge Of TagSpaces Crack. It's really good for your Website.
    The info on your website inspires me greatly. This website I'm bookmarked. Maintain it and thanks again.
    I'm really impressed with your writing skills, as smart as the structure of your weblog.

    james said...

    There are numerous sites present on the web where you can buy CSGO Smurf accounts at moderate costs. Attempt to get a Smurf account from a free from any and all harm site. We are one of the best smurf account provider in gaming industries. Visit our marketplace and choose your desire account from there. buy csgo prime accounts valorant accounts

    M. Taha said...

    Excellent article. Very interesting to read. I really love to read such a nice article. Thanks! keep rocking. Surveys

    Unknown said...

    TruScan diagnostics center & pathology laboratory, offering the best ultrasound in Bhubaneswar at an affordable price. Book your ultrasound test.

    Unknown said...

    Are you casting for best orthodontist In Gurgaon? Well, Claremont Smile Design Dental Clinic is one the top rated Dental Clinic in Gurgaon.

    DevOps Online Reader said...

    Are you looking for DevOps Training in Noida? Well, Join AP2V for the best DevOps Certification & Training in Noida. Claim your ✔ FREE Demo Class now.

    Godrej Pest Control said...

    Godrej pest control offers bed bug control services in Gurgaon and Delhi. Read these early sign of bed beg infestation for effective bed bug control.

    Trienviro 360 Business Solution Pvt. Ltd said...

    The method of execution is impressive for the writers of this blog. This team does work hard and brings new information to its readers. I am connected with this blog very long and I am thankful.SEO Company in Kanpur India

    DevOps Online Reader said...

    Are you looking for Python Training in Delhi? Join AP2V for the Best Python Core Certification & Training in Delhi. Claim your ✔ FREE Demo Class now.

    DevOps Online Reader said...

    Are you looking for AWS Training in Delhi? Well, Join AP2V for the Best AWS Certification & Training in Delhi. Claim your ✔ FREE Demo Class now.

    Unknown said...

    Looking For Pest Control service Barrhaven, ON? Essen pest control Exterminates all type of pests & wildlife such as bedbugs, raccoons.

    Unknown said...

    Looking For Pest Control Brockville, ON? Essen pest control Exterminates BedBugs, Roaches, Carpenter-Ants, Rodents, Mice, wildlife, etc.

    Unknown said...

    Looking For Pest Control Carleton Place? Essen pest control Exterminates BedBugs, Roaches, Carpenter-Ants, Rodents, Mice, wildlife, etc.

    james said...

    Thank you again for all the knowledge you distribute,Good post. I was very interested in the article, it's quite inspiring I should admit. I like visiting you site since I always come across interesting articles like this one.Great Job, I greatly appreciate that.Do Keep sharing! Regards, ufabet เว็บตรง

    Car Diagnose said...

    Are you looking for best Car AC Service & Repair in Gurgaon? Well, you need to visit Car Diagnose for free car inspection. Visit the car diagnose for quality of Car AC Repair And Installation. For expert advise contact 9999275325

    DevOps Online Reader said...

    Are you looking for Python Training in Noida? Well, Join AP2V for the best Python Certification & Training in Noida. Claim your ✔ FREE Demo Class now.

    Trienviro 360 Business Solution Pvt. Ltd said...

    I am thankful to you for sharing this useful information. I found this resource almost beneficial for me. Thanks a lot for your hard work.Best SEO Company in Kanpur India

    vipul said...

    AOL desktop gold launch its upgrade version for windows 7, 10. Update and Install AOL Desktop Gold For Windows 10

    vipul said...


    Get the latest version of aol desktop god, reinstall aol desktop gold for windows 10. AOL desktop gold version works for windows 7, 8, 10.

    Usama LaDLa said...

    Really nice and interesting post. I was looking for this kind of information and enjoyed reading this one. Keep posting. Thanks for sharing. best acim podcast

    ramiz said...

    I havent any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us.
    ship from china to philippines

    MH_Services said...

    One of the common reasons why a Fix websites does not meet the expectations of a business owner in creating a website design is the lack of communication. Discussing your thoughts on how you want your website to look like with your web designer along the web design process can be very difficult.

    Godrej Pest Control said...

    Godrej pest control Delhi is offering a wide range of pest control services in Gurgaon like cockroaches, spiders, rodents, bed bugs, ants, bees, and flies.

    Godrej Pest Control said...

    Godrej Pest Control Delhi, a professional pest control company that provides a wide range of pest control services like Termite Control Services, Cockroaches Control Services, Bed Bug Control Services, Ant Pest Control, Spider Pest Control Services, Honey Bee Control Services, House Fly Control Services, and Rodent Control Services. The Company is offering these services in Gurgaon and Delhi NCR. The company has a huge experience in the field of Pest Control Services therefore the company is offering the best Pest Control Services in Gurgaon and Delhi NCR for residential as well as for commercial properties.

    Godrej Pest Control said...

    Godrej Pest Control, a professional pest control company that provides a wide range of pest control services like Termite Control Services, Cockroaches Control Services, Bed Bug Control Services, Ant Pest Control, Spider Pest Control Services, Honey Bee Control Services, House Fly Control Services, and Rodent Control Services.

    Sarah Mallet said...

    I think about it is most required for making more on this get engaged The latest

    jimmy said...

    Thank you because you have been willing to share information with us. we will always appreciate all you have done here because I know you are very concerned with our. unique domain

    rohit said...

    crm software in india
    I definitely enjoy every little bit of it. It is a great website and nice share. I want to thank you. Good job! You guys do a great blog, and have some great contents. Keep it up

    Ankit Dhamsaniya said...

    Great article! Agreed on lots of points. Further, I’d like to add that you can get the best HR software recommendation at Techimply(A software discovery and recommendation platform).

    Lapiz Digital Services said...

    Excellent read, Positive site, I have read a few of the articles on your website now, and I really like your style.
    ecommerce services provider in india

    ecommerce catalogue management services

    Nabila's Islamic Blog said...

    nice

    marryabbey said...

    Good to share the amazing services. You can get the best repairing services at:
    https://theservicingmaster.co.uk/

    Edward fox said...

    The https://geexstar.com/e-books-vs-paper-books/ and software services business is changing, and with that the software proposal becomes ever more important. Understand these 5 key points for writing a winning software proposal for your product or service.

    abdulbasit11803 said...

    I recently found many useful information in your website especially this blog page. Among the lots of comments on your articles. Thanks for sharing.
    SaaS Application Development Services

    Omesa 06 said...

    I am impressed. I don't think Ive met anyone who knows as much about this subject as you do. You are truly well informed and very intelligent. You wrote something that people could understand and made the subject intriguing for everyone. Really, great blog you have got here. ajp150

    ap2v said...

    Are you looking for DevOps Training in Delhi? AP2V Academy is the best option for you! We are one of the best DevOps Training provider Academy in Delhi, India. We Also conduct DevOps Training, Python Training, AWS Course, GCP Course, Linux Courses training, etc. Online live interactive classrooms with lifetime recording videos & 24*7 support.

    ap2v said...

    Are you looking for Python Training in Noida ? AP2V Academy is the best option for you! We are one of the best Python Training provider Academy in Noida, India. We Also conduct DevOps Training, AWS Training, GCP Course, Linux Courses training, etc. Online live interactive classrooms with lifetime recording videos & 24*7 support.

    ap2v said...

    Are you looking for Python Training in Gurgaon ? AP2V Academy is the best option for you! We are one of the best Python Training provider Academy in Gurgaon, India. We Also conduct DevOps Training, AWS Training, GCP Course, Linux Courses training, etc. Online live interactive classrooms with lifetime recording videos & 24*7 support.

    GRK.04 said...

    I wanted to thank you for this excellent read!! I definitely loved every little bit of it. I have you bookmarked your site to check out the new stuff you post. Urban VPN Mod

    David Mill said...

    Thanks for sharing this blog Very useful Post. TheHustleCo is a best Web Design and Digital Marketing Agency in Sydney. <a href="https://thehustleco.com.au/>Web Design Company</a>

    abdullah said...

    I was impressed with the site that you created, so memotipasi many people to be more advanced, there also kunjugi me, as a comparison healthcare business analyst

    Ankit Dhamsaniya said...

    CRM Software
    Great blog wonderful information you have shared thanks for the detailed informative content.

    Study Guide said...

    Thanks for Shares these Information. Federal Board 9th Result 2022

    LincolnBenn said...

    Energy efficient mini pcs have qualities like noise reduction and cooling system.
    mini computers

    noramila said...

    There is a possibility that you want to convert your new inkjet printer or the one you are already using. Let’s get details by support site if you wanted to know about both ways.

    sherazabbasi said...

    Whether you are involved in affiliate marketing, selling items through ClickBank, or promoting your own personal business and website, ads are an important part of one's success. Some people make a recurring income simply by placing advertisements on the websites that get a lot of traffic.
    Rodent control Toronto

    Jackson said...

    Love to read it, Waiting For More new Update and I Already Read your Recent Post its Great Thanks. nehézgépek szállítása Budapestre

    Trienviro 360 Business Solution Pvt. Ltd said...

    This is both equally very good information when I rather definitely preferred verifying. This may not be at all times I always get likely to see a challenge.Best SEO Company in Kanpur India

    segt saf said...

    Its good to know about these program which help to find any smoke related product online just like smokesandvape

    hs said...

    Gold's fee is in the long run a social creation: it's miles valuable due to the fact all of us agree it's been and can be in the future. Still, gold's lustrous and metal qualities, its relative shortage, and the difficulty of extraction have only added to the perception of gold as a precious commodity on jewelry nest.

    dannie morgan said...

    A mattress is a very personal and important item in a home. It's used for sleep, for pleasure, for health. It is not only a luxury item but also a necessity. There is a lot of work that goes into the cleaning of a mattress. A professional mattress cleaning service can make sure that your mattress is safe and clean for use.
    mattress stain remover
    mattress cleaning service
    Mattress Cleaning at Home

    Najam said...

    I love the MTG autocard popup feature on your website! It's so convenient to be able to see the card details while reading your content. Great idea to include it, even on Blogger. Keep up the good work

    Ryan Franklin said...

    In general following these steps will produce the desired result That's much better. Good going! Shopify web designer cost

    Sudhir said...

    Thanks for sharing this blog Very useful Post.
    Linux Classes in Pune

    Andrew Vince said...

    You are a firm favorite amongst us. Thanks to the time & effort you put into making sure we constantly deliver the best quality work with minimal amendments. Fantastic work! Online flower shop dubai

    Oliver Franklin said...

    That's meritorious. As a matter of fact, It genuinely solidifies a positive relationship with the visitors. Excellent effort! Damac Bay 2

    New Zealand World said...

    Thanks for sharing this blog Very useful Post.
    Website Designer Auckland

    Top Rank Digital said...

    Top Rank Digital is best Auckland SEO services agency company. We have SEO experts and specialist in Auckland who help increase your websites organic traffic.

    ahsan said...

    Your post on how to gamify processes is a game-changer. It's exciting to see how gamification can transform various aspects of our lives.

    ahsan said...

    Indulge in a delightful culinary experience with Hog Roast Near Me from The Hog Roast. Your recommendations promise an unforgettable event.

    ahsan said...

    I recently had the pleasure of trying Kashmiri halwa at a restaurant in Dunedin, and it was truly a delightful experience! The Kashmiri halwa had the perfect balance of sweetness and richness, with a unique blend of flavors that left me craving for more. The texture was smooth and indulgent, and each bite was a burst of heavenly taste. If you're a fan of traditional Indian desserts or looking to explore new culinary delights, I highly recommend trying Kashmiri halwa at this restaurant in Dunedin. It's a culinary journey you won't forget!

    ahsan said...

    Are you looking to create blog comment backlinks on existing blog posts related to renting a Ford Mustang in Dubai? If so, please provide the URLs of the blog posts where you want the comments to be placed, and I'll assist you in crafting suitable comments targeting the keyword "rent a Ford Mustang Dubai.

    Post a Comment