Ironpaper Current: Web design, online marketing, internet news, security and business online
Ironpaper on LinkedIn



RSS: Ironpaper, Current
  • Ironpaper: Current

    Internet strategy, web design, web security, cross-platform and website technology, online business development and web campaigns, SEO, SEM and online marketing topics.
  • Featured Service

    Web design for business success.
  • Tags

  • Recent Posts

  • Archives

  • Other Ironpaper blogs:
    Design & Development Tips
    Ironpaper updates

    Posts Tagged ‘web development’

    Getting more than a 1000 crawl errors from Webmaster Tools data

    Sunday, March 18th, 2012

    Google recently updated it’s Webmaster Tools, and Vanessa Fox (the original creator of Google Webmaster Tools) wasn’t happy.

    Among the updates in the Webmaster Tools system was a reduction in the number of errors a web designer or webmaster would receive from the application. The system will now only document up to 1000 errors from within the administrative portal of Webmaster Tools. However, using the GData API you can still receive up to 100,000 URLs for each error with programmatic access.

    Two different types of files are available regarding crawl errors:

    1. Download of 8 CSV files: 1 of which is a list of all crawl errors
    2. Crawl errors feed: enabling developers to programatically retrieve 25 errors at a time

    Crawl error data is essentially available in four ways:

    1. User interface display
    2. User interface-based CSV download
    3. API-based download
    4. API-based feed

    In her article in Search Engine Land, Vanessa Fox elaborates on the specifics of each way of retrieving the crawl error data from the tool.

    SOURCE: http://searchengineland.com/google-webmaster-tools-crawl-errors-how-to-get-detailed-data-from-the-api-115153

    Adwords API examples by Google to help developers

    Saturday, February 25th, 2012

    For web developers that need some context when working with the Adwords API to build custom applications, Google has a library of examples to work from.  The client libraries code examples for Google Adwords API has undergone numerous revisions recently. This library is useful for web developers that need help troubleshooting or just to understand the context around a particular issue….oh ya, and also they are great for learning from scratch as well.

    Recent changes to the Adwords API include:

    • Code examples are now oriented around typical use cases
    • Number of input parameters was reduced — forget those specific specific object IDs
    • For each example the code is wrapped into a function which can be called with parameters.
    • Best practices are now included in the examples + comments!

     

     

    Oracle claims to have made MySQL Cluster 7.2 70 times faster than before

    Sunday, February 19th, 2012

    MySQL database logoOracle acquired the open source MySQL database in 2010 with the purchase of Sub Microsystems. Many in the open-source web development community were concerned that there would be a conflict of interest between the company’s licensed product and the open-source version. Purhaps MySQL is in good hands?

    Oracle claims to have made the most recent installment of MySQL, the new MySQL Cluster 7.2 database, 70 times faster than previous versions. The new MySQL version will be able to do now 1.05 billion reads per minute.

    This doesn’t necessarily mean that the web development community is without fear. Some are growing concerned that Oracle will fork the project–making a paid version that will have greater care and attention than the open-source version.

    Google explores Drupal UX at camp in San Diego

    Sunday, January 29th, 2012

    Google is planning a user-experience study of Drupal this February in talk called “Usability Studies for you and Drupal too!” The talk will be part of an event Drupal Camp San Diego (SANDCamp).

    Ultimately the talk focuses on why UX is so important to Drupal. The Drupal UX team has been focusing on making usability a more important task for the open source content management system, and this event will present their findings. Live streaming of the event will be possible.

    Topics of importance:

    • determining some of the Key UX issues users of Drupal encounter

    Amazon Web Services introduces new cloud database product

    Thursday, January 19th, 2012

    Amazon Web Services just introduced DynamoDB, a new cloud computing service: a distributed database. The new service will help web services deal with sudden or frequent spikes in demand. Such spikes can tax traditional databases or databases housed within clusters. Quite possibly this service may be geared for smaller companies with successful websites and web products that may find themselves dealing with the “high class” problem of a spike in demand.

    This on-demand web-scale distrubted database is a “a fully managed NoSQL database” that relies on solid-state drives, which increase the speed of data transfer–reducing bottlenecks. The service can be scaled up or down according to demand. Amazon deals with all the provisioning and management of the database, which will be very useful for web development companies.

    Full documentation now for Google custom search javaScript API

    Saturday, January 14th, 2012

    Google has had their custom search team working hard to launch a number of improvements in 2011. Documentation was a big concern for users and developers who wrote in. As a result:

    • JavaScript reference documentation has been completed for the Custom Search Element. They overhauled their documentation for JavaScript methods available with custom search API.
    • Parli L’Italiano? Google has added an array of new languages to the help center, including Danish, Dutch, Finnish, French, German, Italian, Japanese, Norwegian, Spanish, and Swedish.
    • Design overhaul. Google updated the design of the Help Center to make it easier to find what you are looking for. Specifically navigation has been improved.

    Designers love speedy fonts

    Monday, January 9th, 2012

    Speed is vital to web design. For this reason, Google decided to work hard to speed up it’s web fonts system in collaboration with the Monotype Imaging Fonts.com Web Fonts team. The Google Web Fonts system now utilizes Monotype Imaging’s MicroType Express compression format for fonts on the web. Basically, this upgrade offers a 15% reduction in file size over the gzip option.

    Ok. So Google Upgraded Their Web Fonts…So What Next?

    Well, web designers should not fear. Google isn’t requiring web designers and websites to update any code at all. They will update the CSS snippet and font files on their side. Basically, web designers and visitors get the benefit of  faster fonts without any hassle.

    Monotype Imaging, the web font software company that partnered with Google on this release, has decided to make MicroType Express available to the public at no cost. Very exciting. So, MicroType Express compression will now be part of the Embedded OpenType converter, adding to the WOFF compression in the sfntly library.

    Bing speeds up driving directions

    Friday, January 6th, 2012

    Microsoft has completed a big update that speeds up their driving directions “routing engine” for Bing Maps. The new routining engine is double the speed of the last. Additionally, Bing Maps has added new features like being able to track 3 routes in one request. Also, the alternate routes component can be found in their API as well.

    Developments to Bing Maps routing engine

    Bing Maps previously used a routing algorithm named Dijkstra’s algorithm. They replaced it. The new routing algorithm was creatively named “Customizable Route Planning” or “CRP” for short.

    Taking a quote from Bing’s community blog:

    So, how does it work? Well, it’s 3 major steps: Preprocessing. More preprocessing. Then, real time query calculation. Easy, right?!

    The  goal of the CRP algorithm was to compute the shortest path on the continental road networks with arbitrary metrics (cost functions).

    • turn costs
    • enabling real-time queries
    • incorporating a new metric in a few seconds—fast enough to support real-time traffic updates and personalized optimization functions

     

    Making site links local for search and 30 other search improvements

    Thursday, January 5th, 2012

    Google released notes for improvements made in November  and December–including 30 tweaks that happened in December. Some of the announcements were never posted before this posting on “Inside Search” 30 search quality highlights (with codenames!): December.

    Sitelinks become Local

    One noteworthy update for SEO professionals included a featured dubbed “Megasitelinks” which allows for sitelinks to be displayed relevant to location. This algorithmic change localizes which sitelinks will be displayed to a user when searching for a brand website. Google has been making a decent number of changes to its Sitelinks in recent months. In some cases, the Sitelinks have been expanded to include Google+ data.

    Image search fine-tuned

    Within it’s December search update list, another curious item was some advancements to image search. Google posted two changes to the image search system:

    • Spam detection: thank god
    • Improved quality signals: images linking to the highest quality source pages

    After doing a very quick search it became apparent that spam detection (and enhanced malware detection) are becoming increasing vital elements for search engine companies. The web is not always a safe place to browse, which was demonstrated in a quick search by us today as our first search result returned a malware website within Google Images.

    Image search website security

    Byline dates are now more trustworthy

    Google focused on improving Byline dates, and now byline dates are more trustworthy thanks to the work in December. In the past, old articles would be shown with recent byline dates, which was down-right confusing. Google says it’s improved what it calls “soft 404″ detection, which should help a lot.

     

    Tablet IE just says no to Flash in favor of HTML5

    Sunday, January 1st, 2012

    Apple has waged a very public war with Flash on the mobile battlefront. Flash is losing, severely.

    Microsofit mobile - Metro interface designMicrosoft has followed suit, but proclaiming a plugin-free mobile tablet OS. By not supporting plugins like Flash, Microsoft’s mobile OS will be able to keep a longer battery life, as well as control security, reliability and privacy with greater ease.

    The new design language named Metro is focused around a touch-screen oriented interface and forms the backbone of Windows 8.

    With Flash on it’s way out, HTML5 will step in and gain full support by Microsoft, Apple and more. Meanwhile, it seems that Adobe will be fighting back using Air as a medium for defending the attacks against Flash. In a statement, Adobe pointed out that Flash-based apps will be present on Metro, as well as iOS and Android via Air. What Adobe has to lose is significant. Adobe is not concerned about the plugin. The concern is over Adobe’s very expensive content creation and web development tools. These tools will quickly evolve to maintain their strength in the market, as Adobe defends it’s ability to deliver for the web.