|
|
-
John Katsiotis Posted 10 Months ago through Syndicated Blogs
3 clicks seem way to much to shutdown my computer so I decided to put a tile in the Start Page to make it easier. Plus, since I am running the RTM since day one my laptop manufacturer didn't get the chance to release updated drivers so when I follow the...
|
-
John Katsiotis Posted 10 Months ago through Syndicated Blogs
3 clicks seem way to much to shutdown my computer so I decided to put a tile in the Start Page to make it easier. Plus, since I am running the RTM since day one my laptop manufacturer didn't get the chance to release updated drivers so when I follow the...
|
-
When you need to construct a LineString object from C# you can use the SqlGeographyBuilder class located in the Microsoft.SqlServer.Types dll to help you do it. This is how: var points = ...;//a list of points that you want to add;
var firstPoint = poin...
|
-
John Katsiotis Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Feedback is an incredible tool to use for changing something ( a product, a behavior, an repeated action etc.). If not interpreted correctly though, the emerging change might not be always for the best, even if the quality of feedback is great. When we ...
|
-
If you want to display a Greek string that you receive from the Web but all you get are characters like %32, %B6 etc you can do the following
Add this class to your project:
using System;
using System.Linq;
using System.Net;
using System.Reflection;
us...
|
-
As of today you can find RazorJS’s source code available on BitBucket. Feel free to download the code and change it to fit your needs. After that you can push any changes you think are useful to this project.
Why BitBucket?
BitBucket uses Mercuria...
|
-
The easiest way to submit a form is to use the input tag with the submit type input type="submit" name="submit" value="Submit" But in every form it’s possible want a cancel link that navigates the user away from the page. So if we use a b...
|
-
Many times a Web Developer faces the question “This won’t work if JavaScript is disabled. Should I change it?” If it’s something simple like a submit button instead of a link it’s easy and we don’t put too much though...
|
-
HDD (and it don’t mean Hard Disk Drive ?) is intuitively a bad approach on Software Development. If someone tells you that many times is doing Hope Driven Development, only by name you might say “Oh that’s a bad thing. Stop it now!” But everyone is doin...
|