Skip to main content

Home/ Tools for web developers/ Group items tagged http

Rss Feed Group items tagged

Sarah HL

Is Your Product's Documentation Good Enough? - 0 views

  • Tutorials
    • Sarah HL
       
      And I can link more tutoriels from share to the doc
Vernon Fowler

WordPress › Support » What for JPG? - 0 views

  • I was planing to make a plugin for JPEG images as well. But until I do, You can work your way out with these plugins... CW Image Optimizer - http://wordpress.org/plugins/cw-image-optimizer/ EWWW Image Optimizer - http://wordpress.org/plugins/ewww-image-optimizer/ WP Resized Image Quality - http://wordpress.org/plugins/wp-resized-image-quality/
Vernon Fowler

Welcome To The 404 Checker - 0 views

  • Check the HTTP Status code being returned by a partcular webpage, image or document. Useful for checking that your custom error pages are returning the correct codes.
  • View the full header returned from a HTTP request. Useful for debugging, optimisation and for general interest. Click the icon next to each header directive for more information about that item.
  • The link checker will fetch all links on a page and check each in turn for their status. Useful for location broken links on a page.
  •  
    "404 Checker is a website full of webmaster tools and information about your website, internet connections and protocols. Please consult the list below for information about the tools available. The information section (accessable from the menu on the left) contains information about HTTP Status Codes, and also instructions about how you can customise your servers response to these codes. The references section contains information about where to get more information."
Vernon Fowler

Daring Fireball: How to Create Retina-Caliber Favicons - 0 views

  • I found no other tool that suited my needs.
    • Vernon Fowler
       
      IcoFX may be an alternative.
    • Vernon Fowler
  • iConvertIcons doesn’t do multi-resource ICOs. Neither does Image2Icon.
  • Old (non-retina) favicons are 16 × 16 px; a retina favicon is thus 32 × 32 px.
  • ...1 more annotation...
  • X-Icon Editor is a free web app recommended by Thomas Fuchs in his otherwise excellent Retinafy Your Website flowchart, but the problem I found with it (other than the inherent clunkiness of a web app in general) is that it did awful things to colors
Vernon Fowler

How to install and get started with SVN (Subversion) on Windows | WPCandy - 0 views

Vernon Fowler

Microdata - Dive Into HTML5 - 0 views

  • a third option developed using lessons learned from microformats and RDFa, and designed to be integrated into HTML5 itself: microdata.
  • “Adding microdata” to your page is a matter of adding a few attributes to the HTML elements you already have.
  • So where is the real information? It’s in the <dd> element, so that’s where we need to put the itemprop attribute. Which property is it? It’s the name property. Where is the property value? It’s the text within the <dd> element. Does that need to be marked up? the HTML5 microdata data model says no, <dd> elements have no special processing, so the property value is just the text within the element.
  • ...7 more annotations...
  • This technique is also useful for microdata. There are two distinct pieces of information here: a title and an affiliation. If you wrap each piece in a dummy <span> element, you can declare that each <span> is a separate microdata property.
  • There are two major classes of applications that consume HTML, and by extension, HTML5 microdata: Web browsers Search engines
  • a handy tool to see how Google “sees” your microdata properties
  • Google supports microdata as part of their Rich Snippets program.
  • Just like associating a URL with a Person, you can associate a URL with an Organization. This could be the company’s home page, a contact page, product page, or anything else. If it’s a URL about, from, or belonging to the Organization, mark it up with an itemprop="url" attribute.
  • To handle edge cases like this, HTML5 provides a way to annotate invisible data. This technique should only be used as a last resort. If there is a way to display or render the data you care about, you should do so. Invisible data that only machines can read tends to “go stale” quickly. That is, someone will come along later and update the visible text but forget to update the invisible data. This happens more often than you think, and it will happen to you too.
  • itemscope says that this element is the enclosing element for a microdata item with its own vocabulary (given in the itemtype attribute). All the properties within this element are properties of http://data-vocabulary.org/Geo, not the surrounding http://data-vocabulary.org/Organization.
Vernon Fowler

Sea Quail SQL Writing Library - Home - 0 views

  •  
    Check out the database diagram tool written for Chrome and the HTML 5 canvas. It generates scripts for a database schema based on the diagrams you set up. It's only a proof of concept, but it's fun to play with. http://diagrams.seaquail.net/
rakhmad fitriadi

Kevin Durant and Monica Wright will Get Married Soon! - See - 0 views

  •  
    Good news came from the sensational couple Kevin Durant and Monica Wright. The couple will tie the knot any time soon. So, where would be the best place to celebrate their special moment? Well, since they are in Oklahoma right now, we have a few suggestions of the best places for their wedding. - See more at: http://jeuxtofemmes.com/kevin-durant-and-monica-wright-will-get-married-soon/
pctechsupport

Trusted PC Tech Support - 1 views

Computers are the most essential commodity for me, especially for my business. That is why whenever I experiences computer trouble, I would really look for a PC tech support specialist to fix my co...

started by pctechsupport on 13 Sep 11 no follow-up yet
Vernon Fowler

What is cornerstone content? * Yoast - 0 views

  • tell Google which one is the most important
  • If you provide the proper internal linking structure between your posts, you can show Google which article is the most important.
  • You have to tell Google that your new cornerstone article is the most important one on your site. Don’t forget to link from all the long tail articles to your cornerstone article!
  • ...2 more annotations...
  • Cornerstone content should always be content pages. It could be a blog post, but you could also make a page out of it. The content should be updated very regularly. Cornerstone articles should be explainers, so these should definitely be informative articles. In your cornerstone article, you should aim to rank for the most competing keywords.
  • Cornerstone articles are usually rather long. Everything that’s important about a certain topic should be covered in your cornerstone article. That’ll ask quite a bit of your writing skills. Lengthy articles are usually hard to read, especially from a screen. Make sure to use sufficient headings. An index at the beginning of a long cornerstone article is also a great idea.
de Villamil Frédéric

The 7 Components Of Design - 4 views

  •  
    Good article, thanks a lot! I'm currently learning web design, so any information is useful for me. I was lucky to find a great source https://www.webbuildersguide.com/ that provides me with different guides and reviews. I've learned a lot there. And of course, it is awesome that you created such a helpful blog. Thanks again!
limle lee

Seo companies philippines - 1 views

started by limle lee on 22 Nov 12 no follow-up yet
Vernon Fowler

Outbound Links - Analytics Help - 0 views

  • Because links that lead away from your site are not automatically tracked by Google Analytics, you will need to manually tag all outbound links you want to track. To do this, you will add some custom JavaScript that uses the _trackEvent method to record these links and then modify the links you want to track.  These instructions assume you already have either the traditional (ga.js) or the asynchronous tracking code in your pages, that you have some familiarity with JavaScript, and that you can edit your website pages to include this JavaScript.
Vernon Fowler

sitemaps.org - Protocol - 0 views

  • You can specify the location of the Sitemap using a robots.txt file. To do this, simply add the following line including the full URL to the sitemap: Sitemap: http://www.example.com/sitemap.xml This directive is independent of the user-agent line, so it doesn't matter where you place it in your file. If you have a Sitemap index file, you can include the location of just that file. You don't need to list each individual Sitemap listed in the index file.
shinele lee

Professional seo company - 2 views

Our SEO services helps small to large scale business find more clients and customers! Use our proven internet marketing strategies without risk. Guaranteed. To know more about SEO services visit us...

started by shinele lee on 17 Oct 12 no follow-up yet
Felipp Crawly

Amazing Customer Service - 1 views

I would like to thank Onward Process Solutions for greatly helping me with my need for assistance in a Customer service outsourcing project. They provided me with 24/7 phone/ email answering serv...

started by Felipp Crawly on 31 Oct 12 no follow-up yet
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Hachan A

I Need Computer Technical Help Now - 0 views

"I have no time to wait". That is what I muttered when my computer suddenly went on a blue screen. I had a project and I needed to pass it on time. But with my computer on trouble, I would not make...

Computer Technical Help

started by Hachan A on 12 May 11 no follow-up yet
Vernon Fowler

How to enable keep-alive for faster page speed - 0 views

  • Enable keep-alive using .htaccess If you do not have access to your webserver config file you can enable keep-alive yourself using an .htaccess file. <ifModule mod_headers.c> Header set Connection keep-alive </ifModule> Adding this to your .htaccess file will add keep alive headers to your requests, which will override most webserver or host limitations.
  • Some people mistakenly believe that they do not have to worry about this because HTTP connections nowadays are by default persistent (keep-alive enabled). While this is true, many people use shared hosting environments or web servers that may close connections unbeknownst to the user. This is done for performance reasons
Vernon Fowler

Using Disqus? You Don't Need Akismet | daviseford.com - 0 views

  • Akismet was sucking up a huge amount of time, and causing pages to render 2-3 seconds slower.
  • Akismet is not only rendered useless by Disqus, but it's also a resource hog.
1 - 20 of 235 Next › Last »
Showing 20 items per page