martfish.wordpress.com martfish.wordpress.com

martfish.wordpress.com

My Code Blog – The ramblings of a fledgling coder

The ramblings of a fledgling coder

http://martfish.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MARTFISH.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 10 reviews
5 star
7
4 star
0
3 star
1
2 star
0
1 star
2

Hey there! Start your review of martfish.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • martfish.wordpress.com

    16x16

  • martfish.wordpress.com

    32x32

CONTACTS AT MARTFISH.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
My Code Blog – The ramblings of a fledgling coder | martfish.wordpress.com Reviews
<META>
DESCRIPTION
The ramblings of a fledgling coder
<META>
KEYWORDS
1 skip to content
2 primary menu
3 my code blog
4 search for
5 close menu
6 about me
7 laquo; apr
8 architecture
9 barcode
10 bindingcontext
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to content,primary menu,my code blog,search for,close menu,about me,laquo; apr,architecture,barcode,bindingcontext,build times,color dialog,colors,compact framework,compression,controls,cropping,datamax,design patterns,drag drop,exception handling
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

My Code Blog – The ramblings of a fledgling coder | martfish.wordpress.com Reviews

https://martfish.wordpress.com

The ramblings of a fledgling coder

INTERNAL PAGES

martfish.wordpress.com martfish.wordpress.com
1

April | 2012 | My Code Blog

https://martfish.wordpress.com/2012/04

The ramblings of a fledgling coder. SQL – string inside a string. Handy little nugget to check if a string exists within another string. Particularly useful if you’re working with a delimited string as I was, as it makes dealing with the delimiters irrelevant. SELECT * FROM table WHERE CHARINDEX('string1', 'string2')! In this instance ‘string1’ is the string you’re searching for in ‘string2’. Obviously these could be substituted for columns in a table or whatever. April 20, 2012. April 20, 2012.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

1

LINKS TO THIS WEBSITE

codeblog.shawson.co.uk codeblog.shawson.co.uk

Find text in stored procedures on your SQL Server Database « Shawson's Code Blog

http://codeblog.shawson.co.uk/find-text-in-stored-procedures-on-your-sql-server-database

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Laquo; Powershell to write bunch of data from sql to the file system. KnockoutJS custom binding to handle ISO to UK dates. Find text in stored procedures on your SQL Server Database. Full Text Reindex, scheduled job has no steps! Conditional Order-By clause in SQL 2005. From your own site.

codeblog.shawson.co.uk codeblog.shawson.co.uk

ListView using a DropDownList populated using code behind « Shawson's Code Blog

http://codeblog.shawson.co.uk/quick-ref/listview-using-a-dropdownlist-populated-using-code-behind

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. ListView using a DropDownList populated using code behind. So I thought I would document the solution for future reference. The issues I had occured on Edit. On the DropDownList I set the SelectedValue property to %# Bind(“SeriesId”) % but received an exception;. Asp:ListView ID=lvAZSubje...

codeblog.shawson.co.uk codeblog.shawson.co.uk

Simple nested Repeater controls « Shawson's Code Blog

http://codeblog.shawson.co.uk/quick-ref/simple-nested-repeater-controls

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Simple nested Repeater controls. Just found a piece of functionality which I’ve never noticed before, for populating nested Repeaters, without doing so in the code behind with a “OnDataBound” Event. Id= %# DataBinder.Eval(Container.DataItem, Id)% ' title= %# DataBinder.Ev...I use this sam...

codeblog.shawson.co.uk codeblog.shawson.co.uk

KnockoutJS « Shawson's Code Blog

http://codeblog.shawson.co.uk/category/javascript/knockoutjs

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Archive for category KnockoutJS. KnockoutJS custom binding to handle ISO to UK dates. On October 27, 2014. Here’s the code. It’s usage is easy…. Input data-bind=isoToUKDate: MyDate /! A writeable form field - span data-bind=isoToUKDate: MyDate /! A read only piece of html -. JQuery Valida...

codeblog.shawson.co.uk codeblog.shawson.co.uk

KnockoutJS custom binding to handle ISO to UK dates « Shawson's Code Blog

http://codeblog.shawson.co.uk/knockoutjs-custom-binding-to-handle-iso-to-uk-dates

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Laquo; Find text in stored procedures on your SQL Server Database. KnockoutJS custom binding to handle ISO to UK dates. Here’s the code. It’s usage is easy…. Input data-bind=isoToUKDate: MyDate /! A writeable form field - span data-bind=isoToUKDate: MyDate /! A read only piece of html -.

codeblog.shawson.co.uk codeblog.shawson.co.uk

Sound Manager « Shawson's Code Blog

http://codeblog.shawson.co.uk/8-week-game-competition/sound-manager

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. The Sound Manager was one of the last things I built, and involved a while wading through the HTML5 spec document. The resulting code is actually pretty simple, but took me a while to figure out that this was the best way to do it. My requirments were;. Ability to adjust volume. I got the...

codeblog.shawson.co.uk codeblog.shawson.co.uk

Quick Ref « Shawson's Code Blog

http://codeblog.shawson.co.uk/quick-ref

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. This will eventually be a whole library of various code snippets for doing common stuff across various languages. Will not be published). GDC – Austin '09. Team Foundation Server (TFS). WP Cumulus Flash tag cloud by Roy Tanck. 8 week game competition. Heather Solomon – Sharepoint. If you ...

codeblog.shawson.co.uk codeblog.shawson.co.uk

How I tackled Collision Detection « Shawson's Code Blog

http://codeblog.shawson.co.uk/8-week-game-competition/how-i-tackled-collision-detection

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. How I tackled Collision Detection. I thought this would initially be fairly easy but actually took a couple of go’s and, if the forums are anything to go by, seem’s to be the biggest killer for most developers when making a game! If there was a collision. Once you know which axis it was o...

codeblog.shawson.co.uk codeblog.shawson.co.uk

SQL Server « Shawson's Code Blog

http://codeblog.shawson.co.uk/category/sql-server

Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Archive for category SQL Server. Find text in stored procedures on your SQL Server Database. On September 30, 2013. Copying XML data from a SQL query. On August 2, 2012. SELECT TOP 100 [ID] ,cast(replace(request,'encoding=UTF-8','encoding=UTF-16') as xml) ,cast(replace...Executing sql sta...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL LINKS TO THIS WEBSITE

21

OTHER SITES

martfinance.com martfinance.com

martfinance.com - This domain may be for sale!

Find the best information and most relevant links on all topics related to martfinance.com. This domain may be for sale!

martfind.com martfind.com

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.

martfineart.com martfineart.com

Welcome

Welcome to Martin Steyn's website. Martin Steyn is a South African artist who has been living in the Netherlands for 20 years. He studied Fine Arts at the Witwatersrand University in Johannesburg, South Africa. In 1992 he won the Sasol New signatures prize for young Artists in South Africa. Since then he has had numerous exhibitions in South Africa, The Netherlands, Austria and The United States of America. Wwwmartfineart.com steynm@yahoo.com.

martfinland.fi martfinland.fi

Palvelu suljettu - Account Suspended

Palvelu on suljettu-Account Suspended. Tämä palvelu on suljettu - This Account Has Been Suspended. Mahdollisia syitä voivat olla, palvelun päättyminen tai ilmoitettu tietosuoja haavoittuvuus. Palvelun käyttäjän tulee olla yhteydessä palveluntarjoajaan asian selvittämiseksi.

martfirany.com.pl martfirany.com.pl

Studio Profesjonalnej Aranżacji Okna | Zasłony, Rolety Warszawa

Olecamy Państwu modne firany, których jakość oraz funkcjonalność pozwolą udekorować każde okno w sposób wyjątkowy. Jesteśmy przekonani, że to właśnie nasze produkty pozwolą Państwu na wykonanie ciekawych aranżacji, wprowadzając do wnętrza salonu, czy sypialni oryginalny klimat. Zachęcamy do bliższego zapoznania się z naszą ofertą. Rezentowane w naszym asortymencie zasłony wyróżniają się niepowtarzalnym charakterem, jak również stylem, który wprowadza do mieszkania elegancję, estetykę i subtelność. Ró...

martfish.wordpress.com martfish.wordpress.com

My Code Blog – The ramblings of a fledgling coder

The ramblings of a fledgling coder. SQL – string inside a string. Handy little nugget to check if a string exists within another string. Particularly useful if you’re working with a delimited string as I was, as it makes dealing with the delimiters irrelevant. SELECT * FROM table WHERE CHARINDEX('string1', 'string2')! In this instance ‘string1’ is the string you’re searching for in ‘string2’. Obviously these could be substituted for columns in a table or whatever. April 20, 2012. April 20, 2012. Array en...

martfitness.ru martfitness.ru

Фитнес студия FIT-YES. г. Рязань.

Go - Go Dance. Впервые в нашей студии: группа для занятий с беременными женщинами! В настоящее время мы не предлагаем услуги тренажерного зала. Новости студии FIT-YES для тех, кто готовится к свадьбе:. Если вы хотите приятно удивить друзей и родных на собственной свадьбе - это предложение для вас. Индивидуальные занятия с женихом и невестой: постановка свадебных танцев. Вы будете грациозны и неотразимы, а вашу свадьбу будут еще долго вспоминать и обсуждать! Под этим термином подразумевают, как правило, г...

martflavor.com martflavor.com

Home

04/09 - Bacardi faz primeira campanha nacional para o Big Apple. 03/09 - CASTELO ALIMENTOS lança o primeiro aceto balsâmico em sachê do país. DA ADRIA, abre nova categoria de mercado. Andina compra 40% da Sorocaba Refrescos. 03/09 - Nova branquinha desponta na balada. 03/09 - TANGARÁ FOODS lança leite condensado nutricional. 03/09 - HARALD amplia seu portfólio e coloca no mercado duas novas linhas de produtos. 02/07 - Venda de orgânicos cresce após nova regulamentação . Do Brasil e no mundo a Martflavor.

martflower.com martflower.com

::: Martflower :::

마트팁스 대표번호 : 1899-6609 사업자번호 : 122-35-48285 FAX : 032-232-0987 Mail : martflower@martflower.com. 주소 : 인천광역시 부평구 부평대로 301 (청천동) 남광센트렉스 1001-3호 우편번호 : 403-858 구매안전 서비스 등록번호: 41-2007-001878. 1001-3, Namkwang Centlew, 301, Bupyeong-daero, Bupyeong-gu, Incheon.

martfly.com martfly.com

Your Online Mall! - Great Products! - Affordable Prices!

Welcome visitor you can login. Or create an account. Or create an account. 0 item(s) - $0.00. 0 item(s) - $0.00. Your shopping cart is empty! Book Gifts and Baskets. Barware And Party Gear. Cigar and Smoking Accessories. For Him / Men. Grilling Accessories and Coolers. Knives And Pocket Tools. Money Clips and Wallets. Christmas and Holidays gifts. Mom and Dad Gifts. Rocking Horse / Chair Gifts. Cookie and Candy Gifts. Assorted Cookie Gift Baskets. Individually Wrapped Bulk Cookies. Small Pets / Animals.

martfnb.deviantart.com martfnb.deviantart.com

martFnb - 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? Deviant for 1 Year. This deviant's full pageview. Last Visit: 18 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?