Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dev:technologies [2017/12/07 13:41] – Change to link to resources bwiernikdev:technologies [2017/12/07 13:42] bwiernik
Line 1: Line 1:
 Three commonly-used technologies in [[dev:translators|translator development]] are CSS Selectors, XPath, and Regex. Resources for learning these technologies are linked to below: Three commonly-used technologies in [[dev:translators|translator development]] are CSS Selectors, XPath, and Regex. Resources for learning these technologies are linked to below:
  
-===== CSS Selectors ====== +==== CSS Selectors ==== 
-A comprehensive and accessible resource is available from W3Schools:+A comprehensive and accessible resource is available from W3Schools:\\
 https://www.w3schools.com/cssref/css_selectors.asp https://www.w3schools.com/cssref/css_selectors.asp
  
-The Mozilla Development Network (MDN) also provides a CSS Selector resource:+The Mozilla Development Network (MDN) also provides a CSS Selector resource:\\
 https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors
  
-===== XPath =====+==== XPath ====
  
-A tutorial is available from Liquid Technologies:+A tutorial is available from Liquid Technologies:\\
 https://www.liquid-technologies.com/xpath-tutorial https://www.liquid-technologies.com/xpath-tutorial
  
-===== Regex =====+==== Regex ====
  
-There are many high-quality regex tutorials available online. A comprehensive guide is provided all in one page at:+There are many high-quality regex tutorials available online. A comprehensive guide is provided all in one page at:\\
 https://github.com/zeeshanu/learn-regex/blob/master/README.md https://github.com/zeeshanu/learn-regex/blob/master/README.md
  
-Regex 101 also provides a useful platform for testing regex structures:+Regex 101 also provides a useful platform for testing regex structures:\\
 http://regex101.com/ http://regex101.com/