
softwareninjaneer.com
Home | Ahmad Mageed - Software NinjaneerAhmad Mageed on software engineering, .NET, C#, JavaScript, Regex and technology in general.
http://www.softwareninjaneer.com/
Ahmad Mageed on software engineering, .NET, C#, JavaScript, Regex and technology in general.
http://www.softwareninjaneer.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.4 seconds
16x16
32x32
WHOISGUARD, INC.
WHOISGUARD PROTECTED
P.O. B●●●●●●-03411
PA●●MA , PANAMA, NA
PA
View this contact
WHOISGUARD, INC.
WHOISGUARD PROTECTED
P.O. B●●●●●●-03411
PA●●MA , PANAMA, NA
PA
View this contact
WHOISGUARD, INC.
WHOISGUARD PROTECTED
P.O. B●●●●●●-03411
PA●●MA , PANAMA, NA
PA
View this contact
16
YEARS
8
MONTHS
18
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
14
SSL
EXTERNAL LINKS
19
SITE IP
23.235.44.133
LOAD TIME
0.391 sec
SCORE
6.2
Home | Ahmad Mageed - Software Ninjaneer | softwareninjaneer.com Reviews
https://softwareninjaneer.com
Ahmad Mageed on software engineering, .NET, C#, JavaScript, Regex and technology in general.
Creating an AngularJS reset field directive | Ahmad Mageed - Software Ninjaneer
http://softwareninjaneer.com/blog/creating-an-angularjs-reset-field-directive
Creating an AngularJS reset field directive. Tuesday, January 21, 2014. Do you know those helpful little. Icons that appear in form fields as youre typing? The ones that you click on to clear the entire text entry? I decided to build an AngularJS directive called. To do just that, with the additional goal of clearing the underlying. If youre eager to grab the code or check out the demo, here you go:. The following list covers my desired behavior for this feature:. Limited to elements using. Prevent text ...
Enumerating weakly typed collections with implicitly typed variables | Ahmad Mageed - Software Ninjaneer
http://softwareninjaneer.com/blog/enumerating-weakly-typed-collections-with-implicitly-typed-variables
Enumerating weakly typed collections with implicitly typed variables. Sunday, November 27, 2011. The advent of C# 3.0 introduced the ability to use implicitly typed local variables via the. Has flourished since then, and while some people use it judiciously, others make liberal use of it. Ultimately, most people are bound to run into a scenario where it surprisingly ceases to behave properly. Suddenly using. And any collection that returns a non-generic. Ill use this simple. I expect to see. Object does ...
Evaluating SharpKit - a C# to JavaScript converter | Ahmad Mageed - Software Ninjaneer
http://softwareninjaneer.com/blog/sharpkit-evaluation
Evaluating SharpKit - a C# to JavaScript converter. Sunday, June 23, 2013. Recently the SharpKit C# to JavaScript converter. Was mentioned at work and I decided to evaluate it since a few coworkers thought it was interesting. What follows is my impression after using it briefly over the weekend. This type of tool isnt new; before this I was familiar with Script#. That said, SharpKit offers a comparison to other tools. They aim to address the challenge of JavaScript productivity:. So some of my comments m...
Writing AngularJS controllers with CoffeeScript classes | Ahmad Mageed - Software Ninjaneer
http://softwareninjaneer.com/blog/writing-angularjs-controllers-coffeescript-classes
Writing AngularJS controllers with CoffeeScript classes. Saturday, September 07, 2013. When I started using AngularJS one of the obstacles I ran into was using CoffeeScript classes to develop the controllers. Most examples show an inline JavaScript function, which I can easily duplicate with CoffeeScript. However, to make use of a CoffeeScript class, I had to play around with it till I figured it out. A 1:1 JavaScript to CoffeeScript conversion using functions. Defining methods on the class instead of on.
Returning classes that inherit List<T> using a generic method | Ahmad Mageed - Software Ninjaneer
http://softwareninjaneer.com/blog/returning-classes-that-inherit-listt-using-a-generic-method
Returning classes that inherit List T using a generic method. Monday, March 05, 2012. Recently a past coworker came across a problem and issued a code challenge to some of her colleagues to help figure it out. This post is my response to that challenge. In an effort to enhance the readability of a. Especially when nested within another list, the developer decided to implement a new class that inherits from. ProductList : List Product . She wanted to have an extension method that would operate on the.
TOTAL PAGES IN THIS WEBSITE
14
On The Hunt | Between The Code
https://betweenthecode.wordpress.com/2012/12/18/on-the-hunt
Thoughts on coding and everything in between. On December 18, 2012. We’ve sold the company and over the next few days we will be helping everyone find new opportunities. This is not a statement anyone wants to hear at a company meeting. This year, I was one of those employees. It left many people scrambling to make themselves more marketable in just a short amount of time. But I didn’t just want a j-o-b, I wanted to enjoy my work and look forward to going to work every day (or at least most days! As a pr...
No Pain, No Gain – Code Katas | Between The Code
https://betweenthecode.wordpress.com/2012/01/14/no-pain-no-gain-code-katas
Thoughts on coding and everything in between. No Pain, No Gain – Code Katas. On January 14, 2012. Code katas are not a new concept at all, but my recent participation in daily katas has compelled me to consider how valuable they really are. I won’t bore everyone with the technical definition of what a kata is; a kata is basically a specific thing you do repeatedly in order to improve in that area. 2 After coding a problem kata to its solution, scratch it and start over from the beginning. You just mi...
slhpowell | Between The Code
https://betweenthecode.wordpress.com/author/slhpowell
Thoughts on coding and everything in between. On November 22, 2013. Do you consider yourself a pretty good employee? Or have you attained rockstar status at work? Or are you like those people on American Idol who have been told they totally can sing and would hands down win, but they actually really can’t sing to save their life? It seems the understanding of quality work and workers has been lost. People either cannot see the bar anymore for the great distance it is above their head, or they have ta...
A Beginning Journey Into XQuery | Between The Code
https://betweenthecode.wordpress.com/2012/08/23/a-beginning-journey-into-xquery
Thoughts on coding and everything in between. A Beginning Journey Into XQuery. On August 23, 2012. One very important thing to note is that in order to get at the Customer’s Id buried several nodes deep, my table being queried has to include the nodes leading up to the Customer node. In other words, I couldn’t just assume that the query language understands that CommissionedFor is my root node I have to tell it that. What results do you get when you leave out the root node? Of course the fact that there ...
Why I Love to Code | thecodergirl
https://thecodergirl.wordpress.com/2011/12/07/why-i-love-to-code
If you have knowledge, let others light their candles in it. Margaret Fuller. December 7, 2011. Why I Love to Code. For me, it’s about the thrill of the chase. So what does this have to do with writing code? Permalink: https:/ thecodergirl.wordpress.com/2011/12/07/why-i-love-to-code/. 23 thoughts on “ Why I Love to Code. December 7, 2011 at 4:59 am. December 7, 2011 at 3:45 pm. I can easily say there are coders who know much more than me but when it comes to passion, dedication and fun, all that skill an...
December | 2011 | thecodergirl
https://thecodergirl.wordpress.com/2011/12
If you have knowledge, let others light their candles in it. Margaret Fuller. Monthly Archives: December 2011. December 10, 2011. DevTalk: The Zeroth Episode. Today I had a blast getting together with fellow blogger and tech colleague, Jeff Vera (aka, the barebonescoder. We decided to start a podcast/videocast series to discuss tech topics and to begin conversations among developers, especially those in the Tampa Bay area. 8221; Answer: Very easy. And we’ll skype you in. December 7, 2011. I’m a pas...
DevTalk: The Zeroth Episode | thecodergirl
https://thecodergirl.wordpress.com/2011/12/10/devtalk-the-zeroth-episode
If you have knowledge, let others light their candles in it. Margaret Fuller. December 10, 2011. DevTalk: The Zeroth Episode. Today I had a blast getting together with fellow blogger and tech colleague, Jeff Vera (aka, the barebonescoder. We decided to start a podcast/videocast series to discuss tech topics and to begin conversations among developers, especially those in the Tampa Bay area. Though neither of us had done something like this before, we asked ourselves, “How hard could it be? Fill in your d...
thecodergirl | thecodergirl
https://thecodergirl.wordpress.com/author/thecodergirl
If you have knowledge, let others light their candles in it. Margaret Fuller. January 24, 2013. The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here’s an excerpt:. 600 people reached the top of Mt. Everest in 2012. This blog got about 6,900. Views in 2012. If every person who reached the top of Mt. Everest viewed this blog, it would have taken 12 years to get that many views. Click here to see the complete report. November 20, 2012. Save Yourself From MyBatis Hell.
Save Yourself From MyBatis Hell | thecodergirl
https://thecodergirl.wordpress.com/2012/11/20/save-yourself-from-mybatis-hell
If you have knowledge, let others light their candles in it. Margaret Fuller. November 20, 2012. Save Yourself From MyBatis Hell. This has been sitting in my unpublished posts since February. Time to get it out there! Some of the images look weird, just click to view them. This is the story of how to save yourself from some MyBatis hell. I had a class called Row:. And a class called ParameterMap:. And a MyBatis map to call a stored procedure to populate an IList of type Row:. Leave a Reply Cancel reply.
TOTAL LINKS TO THIS WEBSITE
19
Domain Default page
If you are seeing this message, the website for is not available at this time. If you are the owner of this website, one of the following things may be occurring:. You have not put any content on your website. Your provider has suspended this page. Please login to to receive instructions on setting up your website. This website was created using our Parallels Panel product. We offer a full line of Billing, Sitebuilder and cloud computing tools. Please visit www.parallels.com. To find out more information.
Chino's Blog :)
En este blog se exponen diversos temas sobre el uso de Software para Negocios Internacionales. Martes, 23 de noviembre de 2010. Reflexión sobre el uso de blogs en clase. 1-Describe ¿qué es un blog? Es un sitio web periódicamente actualizado que recopila cronológicamente textos o artículos de uno o varios autores, apareciendo primero el más reciente, donde el autor conserva siempre la libertad de dejar publicado lo que crea pertinente. 2-¿Para qué puede servir un blog? Buena, concisa y clara. Fue agradabl...
Technology & Startup Events in the Niagara Region
Be part of a vibrant community in the Niagara Region. We organize free and inclusive events that are designed to connect the software community, facilitate learning, and celebrate innovation and entrepreneurship. Our events are organized by members of the community for the community. We encourage people of all skill levels to come out to DemoCamp, DevTricks and OpenHackSTC. Experienced or just curious; you're welcome at our events. Presentations at the end of the evening. We organize a meetup once a mont...
The Software - The Software
December 29, 2016. I need an editor for my book. Best Dissertation Writing Services. December 29, 2016. Pictures a essay the exploration of things that most people found out? The way in which possibly you have re-structured? Bed not the culprit the “you” which usually moving this article unlike the “you” nowadays? You are showing a narrative, however the intent behind would be to develop a precise factor. Everything that maybe you have understand? A story article recounts an accident which often sometime...
softwareninja.com
Home | Ahmad Mageed - Software Ninjaneer
NET gotcha: number validation and when unicode attacks! Friday, March 28, 2014. Imagine youre working with .NET and have some numeric input with a specific format that you need to validate and convert the number portion to do something interesting with. You decide to tackle this using regular expressions. You get to work, quickly constructing a pattern using the. Metacharacter to match digits, then use. Portion. Surprised, you think, What? The regex is solid. It matches numbers, so how could. Regular exp...
Software Ninjas
Welcome to the Software Ninjas' home on the web. Mar 16, 2011. DWrite.dll wrapper prototype released! Feb 26, 2011. Offline PivotViewer prototype released. Software development excellence, tools and support. The experts at integrating Team Foundation Server (TFS) with Jenkins.
Log On - Kiln
Manage, share, and review your source code. With Kiln, from Fog Creek Software. Try Kiln free for 30 days! It only takes a minute and doesn't require a credit card. Log on to Kiln. Version 3.1.369 (DB 225, Build 12b6dbf11501) - Made in NYC. Your session has expired. You are no longer logged in. Please log in. And try your request again.
zxq.net
Parallels Confixx
Einloggen ins Parallels Confixx. Geben Sie Ihren Login und Ihr Passwort ein und klicken Sie dann auf "Einloggen". Haben Sie Ihr Passwort vergessen? Wenn Sie Ihr Passwort vergessen haben, wird Confixx versuchen Ihnen zu helfen, indem es Ihnen ein neues Passwort per Email zuschickt.
Parallels Confixx
Einloggen ins Parallels Confixx. Geben Sie Ihren Login und Ihr Passwort ein und klicken Sie dann auf "Einloggen". Haben Sie Ihr Passwort vergessen? Wenn Sie Ihr Passwort vergessen haben, wird Confixx versuchen Ihnen zu helfen, indem es Ihnen ein neues Passwort per Email zuschickt.
SOCIAL ENGAGEMENT