idavid.co.uk idavid.co.uk

idavid.co.uk

David Gray: Java Developer, Scrum Master

A java software developer based in Derby with a real interest in technology

http://idavid.co.uk/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR IDAVID.CO.UK

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 2.8 out of 5 with 6 reviews
5 star
0
4 star
3
3 star
1
2 star
0
1 star
2

Hey there! Start your review of idavid.co.uk

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • idavid.co.uk

    16x16

  • idavid.co.uk

    32x32

  • idavid.co.uk

    64x64

  • idavid.co.uk

    128x128

  • idavid.co.uk

    160x160

  • idavid.co.uk

    192x192

  • idavid.co.uk

    256x256

CONTACTS AT IDAVID.CO.UK

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
David Gray: Java Developer, Scrum Master | idavid.co.uk Reviews
<META>
DESCRIPTION
A java software developer based in Derby with a real interest in technology
<META>
KEYWORDS
1 Java
2 Software Development
3
4 coupons
5 reviews
6 scam
7 fraud
8 hoax
9 genuine
10 deals
CONTENT
Page content here
KEYWORDS ON
PAGE
about me,my expertise,experience,education,portfolio,david gray,java developer,professional profile,and contact info,derby england,david at idavid dot co uk,skills that i’m,proud of,java,spring,hibernate,ibm datapower,where i worked,experian,frog
SERVER
nginx
POWERED BY
PleskLin
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

David Gray: Java Developer, Scrum Master | idavid.co.uk Reviews

https://idavid.co.uk

A java software developer based in Derby with a real interest in technology

INTERNAL PAGES

idavid.co.uk idavid.co.uk
1

Java SQL Stripper

http://idavid.co.uk/sqlstripper

SELECT * " " FROM USERS u" "INNER JOIN CODE cd ON cd.userid = u.id " "WHERE u.id in ('1','2') ";. To use the Java SQL stripper, just paste in your Java formatted SQL string into the textbox on the left, then click convert. The example given converts the following String into a formal SQL query. SELECT * " " FROM USERS u" "INNER JOIN CODE cd ON cd.userid = u.id " "WHERE u.id in ('1','2') ";. SELECT * FROM USERS u INNER JOIN CODE cd ON cd.userid = u.id WHERE u.id in ('1','2').

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

1

LINKS TO THIS WEBSITE

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: May 2014

http://codemumble.blogspot.com/2014_05_01_archive.html

Wednesday, 14 May 2014. Jax-RS custom exception handling. One of the nice things about working with JEE is the components available really are pretty standard. While using JAX-RS, sometimes you need to control how exceptions get processed and fed back to the user. If an exception is thrown, by default, you'll get some horrible HTTP 500 internal server exception, exposing the internal failings of your web service. Consider the following gist, this endpoint would be used to view a user based on the Id.

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: Stripping Java string SQL statements automatically

http://codemumble.blogspot.com/2014/01/stripping-java-string-sql-statements.html

Friday, 17 January 2014. Stripping Java string SQL statements automatically. Do you ever get sick of typing out an SQL statement in Java with all the String syntax? Then, when the statement doesn't work, you have to copy it back into pure SQL to run it to check it works? This was a pretty common problem for me, so I made a simple syntax stripper http:/ idavid.co.uk/sqlstripper/. So I could quickly covert from SQL into a Java string and back again. Consider the following Java String.

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: Importing a libgdx project into Intellij

http://codemumble.blogspot.com/2013/12/importing-libgdx-project-into-intellij.html

Monday, 2 December 2013. Importing a libgdx project into Intellij. Subscribe to: Post Comments (Atom). Importing a libgdx project into Intellij. View my complete profile. Written by David Gray http:/ www.idavid.co.uk. Simple template. Powered by Blogger.

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: Jax-RS custom exception handling

http://codemumble.blogspot.com/2014/05/jax-rs-custom-exception-handling.html

Wednesday, 14 May 2014. Jax-RS custom exception handling. One of the nice things about working with JEE is the components available really are pretty standard. While using JAX-RS, sometimes you need to control how exceptions get processed and fed back to the user. If an exception is thrown, by default, you'll get some horrible HTTP 500 internal server exception, exposing the internal failings of your web service. Consider the following gist, this endpoint would be used to view a user based on the Id.

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: November 2013

http://codemumble.blogspot.com/2013_11_01_archive.html

Friday, 15 November 2013. Strategy Pattern aint meant for Spring! Right, so lets say you're writing a Spring MVC app and you decide, "I want to do seperate encapsulated algorithms that can be swapped to carry out a specific behaviour". The classic response to this would be "you need the Strategy Pattern ma' boy! So, that's what I did, consider the code below. Now say this context was being accessed through an mvc controller, like. Subscribe to: Posts (Atom). Strategy Pattern aint meant for Spring!

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: June 2013

http://codemumble.blogspot.com/2013_06_01_archive.html

Wednesday, 12 June 2013. Java testing with Selenium and dynamic ids in html. One of the cool aspects of Selenium, is that not only can you record yourself using a site, you can actually run this as a junit test. Firstly, I'll install Selenium in Firefox (as this is the official version) and record a quick test. It's important to note that Selenium will give you a number of different ways to remember which html tag you invoked. For instance, it can just invoke a specific id on a page. What we can do howev...

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: January 2014

http://codemumble.blogspot.com/2014_01_01_archive.html

Friday, 17 January 2014. Stripping Java string SQL statements automatically. Do you ever get sick of typing out an SQL statement in Java with all the String syntax? Then, when the statement doesn't work, you have to copy it back into pure SQL to run it to check it works? This was a pretty common problem for me, so I made a simple syntax stripper http:/ idavid.co.uk/sqlstripper/. So I could quickly covert from SQL into a Java string and back again. Consider the following Java String.

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: April 2013

http://codemumble.blogspot.com/2013_04_01_archive.html

Tuesday, 16 April 2013. Hibernate exception timings vs SELECT COUNT(*) to check entity existance. This is something that I've been curious about for some time. How much faster really is it to throw an exception rather than doing a SELECT COUNT(*) to check if an entity exists? So lets begin, here's my entity. Now I'm going to use an extremely simple HibernateUtil class to get me the session, shown below. Here are the results! To be honest, the load does just seem to make sense and catch the exception but ...

codemumble.blogspot.com codemumble.blogspot.com

Code Mumble: Strategy Pattern ain't meant for Spring!

http://codemumble.blogspot.com/2013/11/strategy-pattern-aint-meant-for-spring.html

Friday, 15 November 2013. Strategy Pattern aint meant for Spring! Right, so lets say you're writing a Spring MVC app and you decide, "I want to do seperate encapsulated algorithms that can be swapped to carry out a specific behaviour". The classic response to this would be "you need the Strategy Pattern ma' boy! So, that's what I did, consider the code below. Now say this context was being accessed through an mvc controller, like. Subscribe to: Post Comments (Atom). Strategy Pattern aint meant for Spring!

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL LINKS TO THIS WEBSITE

16

SOCIAL ENGAGEMENT



OTHER SITES

idavictoria.no idavictoria.no

Ida Victoria

idavictoriagallery.com idavictoriagallery.com

HOME | ida victoria gallery

Enter your title here. Enter your text here. Enter your title here. Enter your text here. Enter your title here. Enter your text here. Enter your title here. Enter your text here. Phone : 011.52.624.(142.5772).

idavictoriahem.deviantart.com idavictoriahem.deviantart.com

IdaVictoriaHem (Ida Victoria Hem) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Film and Animation / Student. Deviant for 1 Year. This deviant's full pageview. Last Visit: 18 hours ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets.

idavid.be idavid.be

Idavid.be - Diamond Tools - Machinery & Equipment for Diamond Manufacturing

Skip to Main Content ». Welcome to I.David. Moissanite Stones and CZ Master Stones Boxes. Plastic Zip Bags and Permanent Markers. Tweezers and Grip Prongs. Tel: 32 3 231 30 17. Fax 32 3 231 94 62. NEW* CVD / HPHT TESTER - SMARTPRO. You have no items in your shopping cart. Sign up for our newsletter:. The NEW Elmasonic E series has these latest features for quicker improved cleaning results. Bull; Microprocessor controlled 37khz transducer power, self regulating generator. Presidium Digital Gemstone Gauge.

idavid.cat idavid.cat

iDavid.cat

IDavid.cat - LA WEB DE DAVID GARCIA. Sóc en DAVID GARCIA, amant de la tecnologia, d'Internet i la Social Media. Apassionat Geek confés. En el món professional sóc Community Manager Freelance, Web Developer i ajudo a professionals i particulars a conèixer millor el món dels dispositius mòbils. Benvinguts a iDavid.cat, el meu espai tecnològic, la meva "tecno-república". Clica el següent botó:. Enero 30th, 2015. Sóc co-fundador de COMMUNITIS. TIC i NTIC, tecnologia aplicada a tot tipus de negoci. Aprèn de l...

idavid.co.uk idavid.co.uk

David Gray: Java Developer, Scrum Master

General geek, acceptably pale but extremely interested in the web. Hello, I’m David Gray and I like to code, mostly Java but I'll lend my hand to quite a few things. I live in Derby, England and am quite the regular on stackoverflow.com as well as my blog and occasionally twitter. I'm a strong believer in the principles of SOLID and endeavour to be a better coder everyday. I love doing what I do. I've moved away from scrum quite a bit, focusing a lot more on security. I've worked here for over three year...

idavid.com idavid.com

Website and Software Development - DotNetNuke - .NET - HTML - Microsoft

At fuser.com I served as a member of the user interface development team. I assisted with development of features for presenting FaceBook, LinkedIn, and MySpace social networking data as part of the integrated Inbox system that Fuser is built around. Public and private website. For eQuisition, we built a robust web application for use in the Oil and Gas Land Acquisition sector. The website was years in the making and capable of supporting an unlimited number of companies and users using it's scalable...

idavid.cz idavid.cz

Dávid Ivan

idavid.fr idavid.fr

En construction

Site hébergé par OVH.COM. Installer un module clef en main. Mettre votre site en ligne. Gestion des bases MySQL. Taches automatisées (CRON). Discutez avec nos autres utilisateurs sur notre forum. Toujours pas de solution? Ou téléphonez-nous. Les outils à votre disposition :. Votre manager (espace client). De votre hébergement. Installés sur votre hébergement. Suivez l'état de vos services :. Votre serveur d'hébergement : cluster014. Etat de votre hébergement. Netcraft : uptime graph. XA0;-  toolbar.

idavid.info idavid.info

Idavid.info

idavid.net idavid.net

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.