HTML5-logo

HTML5 – New Media Elements

March 29, 2012 admin 0

READ Frequently asked interview coding questions in BigTech companies like Facebook, Amazon and Google: READ : Coding Challenge – Bracket Validator READ : Coding Challenge – […]

HTML5-logo

HTML5 – New Elements

March 29, 2012 admin 0

HTML5 now offers new elements for better structure: Tag Description <article> Defines an article <aside> Defines content aside from the page content <bdi> Isolates a […]

Data Import Handler in SOLR

March 29, 2012 admin 0

Index a DB table directly into Solr Step 1 : Edit your solrconfig.xml to add the request handler <requestHandler name=”/dataimport”> <lst name=”defaults”> <str name=”config”>data-config.xml</str> </lst> […]