Abhinay's Web-Dev Blog

?

Channel Reputation Rank

#520
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Abhinay's Web-Dev Blog' channel has quite a good rank. The feed was last updated more than a year ago. The channel mostly uses long articles along with sentence constructions of the intermediate readability level, which is a result that may indicate difficult texts on the channel, probably due to a big amount of industrial or scientific terms.

About 'Abhinay's Web-Dev Blog' Channel

Various tools, tips, tricks and hacks for web developers encompassing HTML, CSS, jQuery, JavaScript, PHP, ASP.NET etc.

? Updates History Monthly Yearly
JavaScript chart by amCharts 3.13.1Jan, 2014Feb, 2014Mar, 2014Apr, 2014May, 2014Jun, 2014Jul, 2014Aug, 2014Sep, 2014Oct, 2014Nov, 2014Dec, 2014012345Show all
? Content Ratio
JavaScript chart by amCharts 3.13.1ImagesLinksTexts
? Average Article Length

'Abhinay's Web-Dev Blog' provides mostly long articles which may indicate the channel’s devotion to elaborated content.

short

long

? Readability Level

'Abhinay's Web-Dev Blog' provides texts of a basic readability level which can be quite comfortable for a wide audience to read and understand.

advanced

basic

? Sentiment Analysis

'Abhinay's Web-Dev Blog' contains texts with mostly positive attitude and expressions (e.g. it may include some favorable reviews or words of devotion to the subjects addressed on the channel).

positive

negative

Recent News
Bootstrap Youtube Playlist Popup Player Plugin

In continuation to my previous Bootstrap YouTube Popup Player Plugin, which was only good for playing a single video, I've created another version which...

+
Website Performance Optimization Checklist

Building high performance websites is very important because it helps in increasing the conversion rate on your website, especially eCommerce websites...

+
jQuery Coding Standards and Best Practices

I’ve been using jQuery for the past couple of years and have seen a lot of bad practices and lack of standards knowledge between the developers. It’s...

+
Bootstrap YouTube Popup Player Plugin

If you liked my previous jQuery YouTube Popup Player Plugin, I've created a Bootstrap version which is very similar in use but uses Bootstrap's Modal...

+
jQuery Cheatsheet

jQuery Cheatsheet

The last and always up-to-date version of jQuery API Cheatsheet you’ll ever need. I use web-scraping to get the latest version of jQuery and then load...

+
jQuery and jQueryUI links for Google and Microsoft CDN's

The Google Libraries API and Microsoft Ajax Content Delivery Network (CDN) hosts the popular jQuery library and enables you to easily add them to your...

+
Weather Geocoder with Google Maps and Google Weather API

I got tired of searching locations on weather reporting websites to get instant updates, so I thought of building an instant weather reporting application...

+
IMDb Search Suggestions with jQuery Autocomplete

In conjunction of my previous posts on IMDb Scraper API and jQuery Autocomplete with multiple search suggestions, on popular demand, I’ve created yet...

+
jQuery Autocomplete with Multiple Search Engines

Search suggestions are one of the most important features people like to include on their sites as it minimizes the chances of typo errors and facilitate...

+
IP Address Geocoding API for Google Maps

IP Address Geocoding is getting more and more popular with people who are building their own analytics tools or want to track their users. There are a...

+
jQuery YouTube Popup Player Plugin

As an enhancement to the YouTube Popup player tool I built almost 2 years back, I have created a jQuery plugin to display YouTube videos in a popup dialog...

+

Unfortunately Abhinay's Web-Dev Blog has no news yet.

But you may check out related channels listed below.

jQuery Animated Tree Menu

[...] of jQuery which make HTML DOM selection and event handling so seamless and easy to use. del.icio.us Tags: jQuery,JavaScript,Tree Menu [...]

FREE! PHP IMDb Scraper/API for new IMDb Template

[...] .com will automatically redirect you to your country specific title page. Happy Scraping :) del.icio.us Tags: PHP IMDb Scraper,Web Scraping,IMDb [...]

IMDb Search Suggestions with jQuery Autocomplete

[...] images so I’ve also included a PHP Proxy script to show IMDb Posters on search dropdown. del.icio.us Tags: IMDb,IMDb Search Suggestions,IMDb Autocomplete. [...]

jQuery Autocomplete with Multiple Search Engines

[...] . You can download the PHP script to combine multiple search suggestions from the link above. del.icio.us Tags: jQuery Autocomplete,jQuery Autocomplete with Multiple Search Suggestion Engines. [...]

Dynamic Round Cornered Tab Menu without using images

[...] to populate the Tab header based upon active or inactive type. Put the following code in the head section of your page: /* Developed by: Abhinay Rathore [web3o.blogspot.com] */ <script type=" [...]

jQuery Image Gallery Plugin with Slideshow functionality

[...] this sample HTML code I have used a pic_container class for my image div container (CSS in the head section). Then to assign the Image Gallery plugin in the $(document).ready() function I have used [...]

Making Checkboxes behave like Radio Buttons using jQuery

[...] /group. Too make this work on your page, you just need to paste this JavaScript code in the head section of your webpage and set the Checkbox group name in the page ready function. JavaScript Code: &# [...]

Animated Page Scrolling with jQuery

[...] case the default duration is set to 400ms. Just include the following JavaScript code in the head section of your HTML page: <script src="http://code.jquery.com/jquery-latest.js">&# [...]

IP Address Geocoding API for Google Maps

[...] if you like this API or have any modifications or improvements. del.icio.us Tags: IP Geocoding,Google Maps,IP Geocoding on Google Maps [...]

Google Maps: Dynamically Drawn and Resizable Polygon Overlay

[...] Circle Overlay, I created yet another nifty tool to dynamically draw a polygon overlay on Google Maps. You won’t find another robust tool like this for Polygon drawing on the internet. Users can [...]

Google Maps: Dynamically Movable and Resizable Circle Overlay

[...] v2 for my code but you can easily modify this code for API v3. Happy Mapping! del.icio.us Tags: Google Maps,Circle Overlay,Movable Circle,Resizeable Circle,JavaScript [...]

Weather Geocoder with Google Maps and Google Weather API

[...] reporting application which would give me information for any location I click on the map. Google Maps API provides an inbuilt reverse-geocoding service which can geocode an IP Address to a place on [...]

Dynamic Popup Image Zoom with Magnifying Glass Effect using jQuery

[...] personalized CSS, then there is no need to modify the zoom box properties. CSS Code: <style type="text/css"> .pic_zoom { border: 1px solid #9CF; width: 210px; } . [...]

JavaScript and jQuery Image Magnifier

[...] $("#magnifier").remove(); //Remove the Magnifier Image } </script> The CSS code I have used here is only to display the original images on the HTML page. You can use you own [...]

Dynamic Round Cornered Tab Menu without using images

[...] \'>•</div></div>" + "</div>"; } </script> CSS code: The CSS code contains very minimal amount of CSS for the tabs and the round cornered tab [...]

jQuery Animated Tree Menu

[...] the nodes in one click. Choose between 2 different styles just by editing only two lines in CSS code. Minimal CSS used which you can modify based upon your preferences. This is how the two styles [...]

Dynamic Round Cornered Tab Menu without using images

[...] usually have to use images for the corners/edges to get the effect. I have implemented a dynamic Tab menu using jQuery and CSS without using images. Taking the concept from my previous post on Round [...]

Dynamic Popup Image Zoom with Magnifying Glass Effect using jQuery

[...] : crosshair; } #zoom { position: absolute; border: 1px solid #9CF; overflow: hidden; } #zoom img{ position: absolute; } </style> The HTML code can be modified very easily based [...]

?Key Phrases
jQuery Animated Tree Menu

[...] of jQuery which make HTML DOM selection and event handling so seamless and easy to use. del.icio.us Tags: jQuery,JavaScript,Tree Menu [...]

FREE! PHP IMDb Scraper/API for new IMDb Template

[...] .com will automatically redirect you to your country specific title page. Happy Scraping :) del.icio.us Tags: PHP IMDb Scraper,Web Scraping,IMDb [...]

IMDb Search Suggestions with jQuery Autocomplete

[...] images so I’ve also included a PHP Proxy script to show IMDb Posters on search dropdown. del.icio.us Tags: IMDb,IMDb Search Suggestions,IMDb Autocomplete. [...]

jQuery Autocomplete with Multiple Search Engines

[...] . You can download the PHP script to combine multiple search suggestions from the link above. del.icio.us Tags: jQuery Autocomplete,jQuery Autocomplete with Multiple Search Suggestion Engines. [...]

Related channels