This libraries purpose is to automatically inject the necessary tags and commands to the users mark-up, so that it meets the standards as much as possible. There are also commands for the users to inject the methods on to specific parts if the library does not get them automatically. Also the automatic functionality can be turned off if only partly needed.
Tag Archives: Programming
Galen Framework Hover in JavaScript
A bit of a small audience for this one, but a project I was put on wanted to us the Galen Framework to test their UI. For people who do not know what this framework is, it is a method of writing acceptance code that matches up to the output in the browser window. This can be coded to work for all different device, sizes and URLs. One hard space I came to was to action the hover state of an element and then test it.
What if the worst happens?
I see a lot of companies rush, rush, rush and push, push, push to get things in fast. They want to deliver new features every second if they could. However this has big risk and future problems they keep coming. I always say Prepare for the Worst and Hope for the Best!
Good, Bad and the Ugly Commenting
I feel that it is important to comment your code and make sure that the next developer that uses the project knows what the hell you have done. However I have seen over the time I have been developing a lot of different ways people comment, so here are some of the dos and doContinueContinue reading “Good, Bad and the Ugly Commenting”
MS Word special characters Regex
That pesky Microsoft! They have to be different and mess us developers around don’t they. Have you ever noticed that Microsoft Word’s symbols look a bit different or act a little odd? Well it’s because they are not the standard char characters. This can be a pain for Regex and other things. So how doContinueContinue reading “MS Word special characters Regex”
How to test a SOAP Interface with SoapUI
SoapUI is a testing program to test any SOAP interface. This is a method of how to use SoapUI and test an interface.
Postcode Validation VB.NET
This is a shared function to determine if the format of a user postcode for the particular country is valid. This function covers most of Europe’s countries, but more can be added as needed.
The web developer freelance quick tips
Money makes the world go round and so for bringing some extra cash in I tried doing some freelance, but failed. This isn’t a moan that freelance doesn’t work or it’s crap. I am doing this to give some of my faults and experience to other people that are freelancers or want to be freelancers.