Thursday, 20 March 2014

Web Technology Important Links - Create SiteMap - Monitor Website - SEO Health - All Google API - Blogspot Assistance links

Following are Important Links which are used in Web Technology Fields.

http://www.xml-sitemaps.com/
Get all the Public URL of webpage. You can download/view the URL's in form of CSV, XML, TXT and HTML.

http://www.labnol.org/internet/google-web-scraping/28450/
Scrap the content of public web-pages in csv in one click.

http://newrelic.com/server-monitoring
Monitor your server Error including ajax error. Get Notification by email of error. You can monitor the performance of your website.

http://seositecheckup.com/
Check SEO Health of your website.

http://gtmetrix.com/
Test Website Speed and Performance Optimization.

http://sandbox.ternarylabs.com/porthole/
Access Iframe from another Iframe

http://loadimpact.com
Check web server load

http://www.timeanddate.com/date/duration.html
Calculate duration between two dates

http://www.timeanddate.com/worldclock/converter.html
Time Zone Converter – Time Difference Calculator

https://code.google.com/apis/ajax/playground/
The AJAX Code Playground is an educational tool to show code examples for various Google Javascript APIs

https://www.flickr.com/services/api/misc.urls.html
flickr images having different size

http://benalman.com/projects/jquery-postmessage-plugin/
Cross Domain Communication from JavaScript

http://randomuser.me/
Unlimited free user detail with photos

http://www.gingersoftware.com/grammarcheck

Check the Grammar of description

http://smallseotools.com/plagiarism-checker/

Check the Uniqueness of  Description

http://www.feedthebot.com/tools/alt/
Check Alt Tag missing for images in website.


https://dev.twitter.com/rest/reference/get/users/show
Twitter API

http://www.browserstack.com/ 
Test your website for cross browser compatibility on real browsers. Instant access to multiple desktop and mobile browsers.

https://www.branah.com/text-to-image

Easily create an image online from text or HTML. The text to image converter supports multiple languages. You can use your own background image and font.

http://blog.slashpoundbang.com/post/12975232033/google-news-search-parameters-the-missing-manual
Google News API Parameter


For Blogger.com Only

http://www.theblogwidgets.com/2009/08/change-title-tags-in-blogger-for-more.html
Change the Title of every post of blog


http://www.helpfulbloggertips.com/2013/03/blogger-create-custom-error-404-page.html
Custom Redirect Page


http://blogtimenow.com/blogging/create-add-custom-robots-txt-file-blogger-crawl-index/
Update Robots.txt file of blog


http://helplogger.blogspot.in/2012/03/how-to-add-related-posts-widget-to.html
Add Related Post


http://techmarshal.blogspot.in/2013/02/simple-blogger-related-post-widget-without-thumbnail-text-only.html
Add Related Post - Without thumbnail


http://www.blogs911.com/2013/08/limiting-number-of-posts-in-labels-page.html
Limit the Number of post in Blogger Label

How to Add Numbered Page Navigation Widget for Blogger

http://helplogger.blogspot.in/2014/04/how-to-add-numbered-page-navigation-widget-for-blogger.html




Tuesday, 18 March 2014

Difference Between Zend framework 2 VS Zend framework 1

Zend framework is framework created by zend company who is owner of PHP. It means it is more reliable as compare to other framework and CMS. That's why most of people are using Zend for their project. 


It is lots of qualities and are below:

  1. Its created by zend.com - Owner of PHP.
  2. Most of the third party API like GData, PDF, AUth, ACL etc are available.
  3. They provide support .
  4. Time by time, Up-dation are available so that you get always best in the industry.
  5. Excellent tutorial is available not for current version but also for previous version.

Now, Zend have provided Version2 because they always provide better to the php developer. Zend2 has its own qualities. Now we have more reason to select zend in our project.


Before start working zend2 we should compare with zend1 and get to know pros/cons of zend2.


So, Here are few compare of Zend framework 2 VS Zend framework 1.


Architecture:
ZF1 is based on MVC (Model View Controller)
ZF2 is based on MOVE (Model Operations Views Events)

Conventions:
Class name in ZF1 was Zend_Db_Table for class in Zend/Db/Table.php 
Class name in ZF2 is Zend\Db\Adapter for class in Zend/Db/Table.php 

Community:
ZF1 was backed by Zend Technologies (and few other, unnamed).
ZF2 was backed by Zend Technologies, Google and Microsoft.

Size of installation:
30Mb for ZF1
2.5 for ZF2 (zipped)

Performance:
PHP: ZF2 is 4 times slower than ZF1
Because ZF2 call more functions in background as compare to ZF1.
SQL: ZF2 is little  Faster than ZF1 

Compare Performance

  1. http://www.developerknowhow.com/zf1-vs-zf2/
  2. http://www.enrise.com/2012/02/zend-framework-2-performance/

For More detail, Please visit zend.com