id
int64
5
1.93M
title
stringlengths
0
128
description
stringlengths
0
25.5k
collection_id
int64
0
28.1k
published_timestamp
timestamp[s]
canonical_url
stringlengths
14
581
tag_list
stringlengths
0
120
body_markdown
stringlengths
0
716k
user_username
stringlengths
2
30
254,378
Automatically prefix vendor description to Shopify products
I'm currently working on modifying a site that uses Shopify -- a great online e-commerce platform --...
0
2013-04-08T16:08:00
https://dev.to/adamkdean/automatically-prefix-vendor-description-to-shopify-products-4jf3
liquid, shopify
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Automatically prefix vendor description to Shopify products slug: automatically-prefix-vendor-description-to-shopify-products date: 2013-04-08 16:08 tags: - liquid - shopify --- I'm currently working on modifying a site that u...
adamkdean
435,616
ImageMagick эксперименты #5
Специально для любителей острых ощущений. Сейчас вы станете свидетелями того как каждый “пиксель” вли...
8,452
2013-04-08T15:02:00
https://vk.com/wall38057738_915
fun, imagemagick
--- date: "2013-04-08 21:02:00 +0600" canonical_url: "https://vk.com/wall38057738_915" series: "Эксперименты с картинками" --- Специально для любителей острых ощущений. Сейчас вы станете свидетелями того как каждый “пиксель” влияет на следующий с разными коэффициентами. Для простоты в данном эксперименте значение цве...
senior_sigan
1,244,587
Populating and Programming and APM
I decided to try making an Arduino Pro Mini at home. Being done, it's not worth it. You can buy...
20,412
2013-04-06T10:00:00
https://ladvien.com/populating-and-programming-apm
robots, avr, atmega328p
--- title: Populating and Programming and APM published: true tags: robots, avr, atmega328p published_at: 20130406T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/populating-and-programming-apm main_image: https://ladvien.com/images/11114-02_i_ma.jpg --- {% embed https://www.youtube.com/embed/leWv0mJ9VV...
ladvien
435,610
ImageMagick эксперименты #4
Пятница, и этим всё сказано. Насладимся же сортировкой изображения. Я написал построчечную сортировку...
8,452
2013-04-05T14:44:00
https://vk.com/wall38057738_909
fun, imagemagick
--- date: "2013-04-05 20:44:00 +0600" canonical_url: "https://vk.com/wall38057738_909" series: "Эксперименты с картинками" --- Пятница, и этим всё сказано. Насладимся же сортировкой изображения. Я написал построчечную сортировку каналов и полную. Некоторые результаты были весьма неожиданными, особенно segmentation fau...
senior_sigan
435,594
ImageMagic эксперименты #2
Сегодня была чудесная лекция по теории вероятностей. Там было что-то про ЦЕНТРАЛЬНУЮ ПРЕДЕЛЬНУЮ ТЕОРЕ...
8,452
2013-04-03T15:58:00
https://vk.com/wall38057738_903
fun, imagemagick
--- date: "2013-04-02 21:58:00 +0600" canonical_url: "https://vk.com/wall38057738_903" series: "Эксперименты с картинками" --- Сегодня была чудесная лекция по теории вероятностей. Там было что-то про ЦЕНТРАЛЬНУЮ ПРЕДЕЛЬНУЮ ТЕОРЕМУ, но не это важно. Главное то, что меня накрыло, что я понял!!! Нужно сравнить две картин...
senior_sigan
435,603
ImageMagick эксперименты #3
Нет времени объяснять-через 20 минут начинается тренировка. Просто выкладываю новую порцию картинок....
8,452
2013-04-03T09:54:00
https://vk.com/wall38057738_904
fun, imagemagick
--- date: "2013-04-03 15:54:00 +0600" canonical_url: "https://vk.com/wall38057738_904" series: "Эксперименты с картинками" --- Нет времени объяснять-через 20 минут начинается тренировка. Просто выкладываю новую порцию картинок. Теперь я произвёл случайное перемешивание каналов. Берем 3 канала RGB. Существует всего {%...
senior_sigan
435,572
ImageMagic эксперименты #1
Фуууф, ребята. Опоздал к пятнице сделать, так хоть 1 апреля выложу. На днях мне пришла странная идея-...
8,452
2013-04-01T15:48:00
https://vk.com/wall38057738_892
fun, imagemagick
--- date: "2013-04-01 21:48:00 +0600" canonical_url: "https://vk.com/wall38057738_892" series: "Эксперименты с картинками" --- Фуууф, ребята. Опоздал к пятнице сделать, так хоть 1 апреля выложу. На днях мне пришла странная идея-умножать картинки. Ну как матрицы, вы в курсе. Так вот, пришлось сегодня вечерком быстреньк...
senior_sigan
254,377
XNA style Game class with Python/Pygame
XNA/MonoGame are great. You have such a wealth of classes at your disposable. There have been some...
0
2013-03-26T16:21:00
https://dev.to/adamkdean/xna-style-game-class-with-python-pygame-1ki
python, pygames, gamedev
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: XNA style Game class with Python/Pygame slug: xna-style-game-class-with-python-pygame date: 2013-03-26 16:21 tags: - python - pygames - gamedev --- XNA/MonoGame are great. You have such a wealth of classes at your disposable...
adamkdean
254,376
Unable to load DLL 'openal32.dll' The specified module could not be found.
This appears to be a common problem encountered after having just installed MonoGame. Unable to...
0
2013-03-25T12:00:00
https://dev.to/adamkdean/unable-to-load-dll-openal32-dll-the-specified-module-could-not-be-found-4628
monogame, openal
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Unable to load DLL 'openal32.dll' The specified module could not be found. slug: unable-to-load-dll-openal32-dll-the-specified-module-could-n date: 2013-03-25 12:00 tags: - monogame - openal --- This appears to be a common prob...
adamkdean
1,575,587
Bleeding Edge Kali Linux
We’ve been busy this week, still behind on our emails, but going strong with Kali development. We...
0
2023-08-21T21:24:24
https://www.kali.org/blog/bleeding-edge-kali-repositories/
--- title: Bleeding Edge Kali Linux published: true date: 2013-03-25 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/bleeding-edge-kali-repositories/ --- We’ve been busy this week, still behind on our emails, but going strong with Kali development. We packaged some [new tools](https://bugs.kali.org/) whic...
mohammadtaseenkhan
254,375
Circle primitive class for XNA/MonoGame
I've just been playing a little with XNA (or MonoGame as it's called these days) and needed to draw...
0
2013-03-24T22:08:00
https://dev.to/adamkdean/circle-primitive-class-for-xna-monogame-2pkh
csharp, xna, monogame, gamedev
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Circle primitive class for XNA/MonoGame slug: circle-primitive-class-for-xna-monogame date: 2013-03-24 22:08 tags: - csharp - xna - monogame - gamedev --- I've just been playing a little with XNA (or MonoGame as it's called t...
adamkdean
1,243,069
My Eagle PCB Walkthrough
Step 1: Get over to Analog Devices and sign-up for a sample account. They seem to be...
20,412
2013-03-24T10:00:00
https://ladvien.com/make-an-adxl345
robots, smd, pcb
--- title: My Eagle PCB Walkthrough published: true tags: robots, smd, pcb published_at: 20130324T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/make-an-adxl345 main_image: https://ladvien.com/images/IMG_0543-Optimized.jpg --- ## Step 1: **Get over to Analog Devices and sign-up for a** **[sample account...
ladvien
1,244,599
Mega Mini Motor Shield (M^3)
I finally got in my Mega Mini Motor (M3) shield that I designed. I was surprised, after...
20,412
2013-03-24T10:00:00
https://ladvien.com/mega-mini-motor-shield
robots, sn755410
--- title: Mega Mini Motor Shield (M^3) published: true tags: robots, sn755410 published_at: 20130324T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/mega-mini-motor-shield main_image: https://ladvien.com/images/IMG_8629.jpg --- {% embed https://www.youtube.com/embed/Ny9dN20BRA4 %} I finally got in my M...
ladvien
254,374
FizzBuzz? More than one line doesn't count!
Just doing research over at r/cscareerquestions when I stumbled upon a thread about FizzBuzz. I've...
0
2013-03-21T11:54:00
https://dev.to/adamkdean/fizzbuzz-more-than-one-line-doesn-t-count-31ap
fizzbuzz, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: FizzBuzz? More than one line doesn't count! slug: fizzbuzz-more-than-one-line-doesn-t-count date: 2013-03-21 11:54 tags: - fizzbuzz - csharp --- Just doing *research* over at [r/cscareerquestions](http://www.reddit.com/r/cscare...
adamkdean
254,373
Using caller information for verbose logging
A cool feature that has been added in Visual Studio 2012 and C# 5.0 is Caller Information attributes....
0
2013-03-21T10:35:00
https://dev.to/adamkdean/using-caller-information-for-verbose-logging-50pd
csharp, compilerservices, diagnostics
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Using caller information for verbose logging slug: using-caller-information-for-verbose-logging date: 2013-03-21 10:35 tags: - csharp - compilerservices - diagnostics --- A cool feature that has been added in Visual Studio 201...
adamkdean
152,261
How I lost my love of programming and regained it
Republished. Originally written in 2013 As a kid in Iceland, I was always fascinated by all things t...
0
2019-08-06T07:34:18
https://andri.dk/blog/how-i-lost-my-love-of-programming-and-regained-it
motivation, personal
--- title: How I lost my love of programming and regained it published: true tags: motivation, personal canonical_url: https://andri.dk/blog/how-i-lost-my-love-of-programming-and-regained-it --- *Republished. Originally written in 2013* As a kid in Iceland, I was always fascinated by all things technical. Be it light...
andrioid
356,013
Keyboard layout per device on Linux
I’ve been doing some pair programming where there are two sets of keyboards and mice connected to one...
0
2020-06-15T17:42:20
https://lepovirta.org/posts/2013-01-09-separate-keyboard-layout-on-linux.html
linux
--- title: Keyboard layout per device on Linux published: true date: 2013-01-09 00:00:00 UTC tags: linux canonical_url: https://lepovirta.org/posts/2013-01-09-separate-keyboard-layout-on-linux.html --- I’ve been doing some pair programming where there are two sets of keyboards and mice connected to one computer. I pre...
lepovirta
254,372
Happy Birthday - programmer style.
Today I decided to wish my good friend @Farkie happy birthday: programmer style. Here's to you, ol'...
0
2013-03-13T13:49:00
https://dev.to/adamkdean/happy-birthday-programmer-style-4cgm
random, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Happy Birthday - programmer style. slug: happy-birthday-programmer-style date: 2013-03-13 13:49 tags: - random - csharp --- Today I decided to wish my good friend [@Farkie](https://twitter.com/Farkie) happy birthday: programmer...
adamkdean
254,371
Keep focus on an input with jQuery
The most hair-loss-inducing problems usually have the simplest solutions, and such can be said for my...
0
2013-03-12T22:22:00
https://dev.to/adamkdean/keep-focus-on-an-input-with-jquery-500h
jquery, javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Keep focus on an input with jQuery slug: keep-focus-on-an-input-with-jquery date: 2013-03-12 22:22 tags: - jquery - javascript --- The most hair-loss-inducing problems usually have the simplest solutions, and such can be said ...
adamkdean
254,370
Save nanoseconds with a quicker Enum.HasFlag
One of the easiest ways to manage security flags is to have an Enum and use bitwise comparisons,...
0
2013-03-11T15:03:00
https://dev.to/adamkdean/save-nanoseconds-with-a-quicker-enum-hasflag-3l43
csharp, bitwise, enum, performance
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Save nanoseconds with a quicker Enum.HasFlag slug: save-nanoseconds-with-a-quicker-enum-hasflag date: 2013-03-11 15:03 tags: - csharp - bitwise - enum - performance --- One of the easiest ways to manage security flags is to h...
adamkdean
254,369
Quickly and easily upload files with FtpWebRequest
I've just been migrating the systems at work to a new host and it's mostly .NET 2.0 stuff, among the...
0
2013-03-08T13:29:00
https://dev.to/adamkdean/quickly-and-easily-upload-files-with-ftpwebrequest-1a21
ftp, ftpwebrequest, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Quickly and easily upload files with FtpWebRequest slug: quickly-and-easily-upload-files-with-ftpwebrequest date: 2013-03-08 13:29 tags: - ftp - ftpwebrequest - csharp --- I've just been migrating the *systems* at work to a ne...
adamkdean
254,368
Set preferred domain for Google Webmaster Tools
Adding this website to Google Webmaster Tools just presented me with a small but annoying problem of...
0
2013-03-06T10:40:00
https://dev.to/adamkdean/set-preferred-domain-for-google-webmaster-tools-3p0c
google, webmastertools
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Set preferred domain for Google Webmaster Tools slug: set-preferred-domain-for-google-webmaster-tools date: 2013-03-06 10:40 tags: - google - webmaster-tools --- Adding this website to Google Webmaster Tools just presented me ...
adamkdean
254,367
EasyAuth now available via NuGet
Now that my new website is live and all working, I've had a bit of time to put EasyAuth on NuGet so e...
0
2013-03-05T15:51:00
https://dev.to/adamkdean/easyauth-now-available-via-nuget-4k3o
easyauth, aspnetmvc, nuget, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: EasyAuth now available via NuGet slug: easyauth-now-available-via-nuget date: 2013-03-05 15:51 tags: - easyauth - asp-net-mvc - nuget - csharp --- Now that my new website is live and all working, I've had a bit of time to put...
adamkdean
254,366
Zen Coding for Visual Studio 2012 via Web Essentials 2012
Something I have come across whilst building this new blog/website is yet another extension that amon...
0
2013-03-03T22:39:00
https://dev.to/adamkdean/zen-coding-for-visual-studio-2012-via-web-essentials-2012-510c
visualstudio11
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Zen Coding for Visual Studio 2012 via Web Essentials 2012 slug: zen-coding-for-visual-studio-2012-via-web-essentials-2012 date: 2013-03-03 22:39 tags: - visual-studio-11 --- Something I have come across whilst building this new...
adamkdean
1,244,601
The Hunter S. Thompson Board -- Arduino Mega Mini
Six months ago I bought my first Arduino. Bought it at the Shack. I'd never worked with...
20,412
2013-02-23T10:00:00
https://ladvien.com/the-hunter-s-thompson-board
robots, smd, pcb, atmega2560
--- title: The Hunter S. Thompson Board -- Arduino Mega Mini tags: robots, smd, pcb, atmega2560 published_at: 20130223T10:00Z canonical_url: https://ladvien.com/the-hunter-s-thompson-board main_image: https://ladvien.com/images/IMG_0476.jpg series: Custom PCBs published: true --- ![](https://ladvien.com/images/IMG_0...
ladvien
53,719
Image Preloading in CSS
Something that I hadn’t thought about in a while was image preloading in css. The other day I sent...
0
2018-10-05T19:11:02
http://dangerisgo.com/blog/2013/02/22/image-preloading-in-css.html
tech, frontend
--- title: Image Preloading in CSS published: true tags: tech,frontend canonical_url: http://dangerisgo.com/blog/2013/02/22/image-preloading-in-css.html --- Something that I hadn’t thought about in a while was image preloading in css. The other day I sent [Matt](http://busticated.org) a code review because the way he ...
cwardzala
254,365
Passing extended DbContext class but instantiating the base
Whilst working on EasyAuth I came across a slight issue, how do I use Entity for the user storage whi...
0
2013-02-14T22:37:00
https://dev.to/adamkdean/passing-extended-dbcontext-class-but-instantiating-the-base-gid
csharp, entityframework, easyauth
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Passing extended DbContext class but instantiating the base slug: passing-extended-dbcontext-class-but-instantiating-the-base date: 2013-02-14 22:37 tags: - csharp - entity-framework - easyauth --- Whilst working on [EasyAuth]...
adamkdean
53,718
How We Grew Out of Bootstrap
When we started our redesign of the Cheezburger network we had the daunting task of building a...
0
2018-10-05T19:09:20
http://dangerisgo.com/blog/2013/02/14/how-we-grew-out-of-bootstrap.html
cheezburger, tech, frontend
--- title: How We Grew Out of Bootstrap published: true tags: cheezburger,tech,frontend canonical_url: http://dangerisgo.com/blog/2013/02/14/how-we-grew-out-of-bootstrap.html --- When we started our redesign of the Cheezburger network we had the daunting task of building a front-end framework that met the needs of not...
cwardzala
340,135
Program Like a Videogamer
Videogames are cool I see a lot of you out there worried about the next step in your programming car...
0
2021-01-23T15:44:27
https://www.rakeroutes.com/program-like-a-videogamer
--- title: Program Like a Videogamer published: true date: 2013-02-06 17:00:00 UTC tags: canonical_url: https://www.rakeroutes.com/program-like-a-videogamer --- ![Videogames are cool](https://blotcdn.com/blog_a48c2be3d1364623b1c4d68dc80015b4/_image_cache/6939454d-66f8-49b2-be4d-644f9b915616.png)Videogames are cool I...
sdball
585,560
Select A Character in a String with PHP
I love finding little thing in PHP that I did not know before. They are generally not important or...
0
2021-01-28T21:47:53
https://dev.to/scottrobertson/select-a-character-in-a-string-with-php-ehk
--- title: Select A Character in a String with PHP published: true date: 2013-02-01 12:00:00 UTC tags: canonical_url: --- I love finding little thing in PHP that I did not know before. They are generally not important or advanced but it's still very interesting. Here are a few I found recently: Select a character w...
scottrobertson
254,364
Connecting to SQL over TCP/IP with Entity Framework
So this has caused me quite a headache, but I've finally managed to get it working. Code First Entity...
0
2013-01-31T22:35:00
https://dev.to/adamkdean/connecting-to-sql-over-tcp-ip-with-entity-framework-4l7i
entityframework, csharp, sql
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Connecting to SQL over TCP/IP with Entity Framework slug: connecting-to-sql-over-tcp-ip-with-entity-framework date: 2013-01-31 22:35 tags: - entity-framework - csharp - sql --- So this has caused me quite a headache, but I've ...
adamkdean
254,363
Regular Expression Tester Extension
Currently on a bit of an extension trawl, to think that I've lived in the dark ages for the past year...
0
2013-01-31T22:34:00
https://dev.to/adamkdean/regular-expression-tester-extension-elc
visualstudio11, regex
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Regular Expression Tester Extension slug: regular-expression-tester-extension date: 2013-01-31 22:34 tags: - visual-studio-11 - regex --- Currently on a bit of an extension trawl, to think that I've lived in the dark ages for ...
adamkdean
254,361
Making Visual Studio 2012 look nice
So in line with my 2013 new years resolution to pull my finger out and become the developer I'm suppo...
0
2013-01-28T22:31:00
https://dev.to/adamkdean/making-visual-studio-2012-look-nice-4e78
visualstudio11
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Making Visual Studio 2012 look nice slug: making-visual-studio-2012-look-nice date: 2013-01-28 22:31 tags: - visual-studio-11 --- So in line with my 2013 new years resolution to pull my finger out and become the developer I'm s...
adamkdean
1,244,584
First Robot
First Bot Files I will update with "4.x" build. But wanted to get video up as demonstration of...
0
2013-01-26T10:00:00
https://ladvien.com/first-robot
robots, pcb, smd
--- title: First Robot published: true tags: robots, pcb, smd published_at: 20130126T10:00Z canonical_url: https://ladvien.com/first-robot main_image: https://ladvien.com/images/IMG_8961.JPG --- [First Bot Files](/files/First_Bot.tar.gz) {% embed https://www.youtube.com/embed/FmJV9werCjQ %} **I will update with "4....
ladvien
254,360
It has been another while.
It has been a while since my last blog post, around 12 months. I've had a busy year and done a lot of...
0
2013-01-24T22:29:00
https://dev.to/adamkdean/it-has-been-another-while-3h27
general
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: It has been another while. slug: it-has-been-another-while date: 2013-01-24 22:29 tags: - general --- It has been a while since my last blog post, around 12 months. I've had a busy year and done a lot of things. `[redacted]`, a...
adamkdean
356,015
Prevent Emacs from killing "git commit" on C-g
If you use Emacs and Git, you might have noticed that pressing control + G (C-g) while typing a...
0
2020-06-15T17:40:48
https://lepovirta.org/posts/2013-01-20-prevent-emacs-from-killing-git-commit-on-c-g.html
emacs
--- title: Prevent Emacs from killing "git commit" on C-g published: true date: 2013-01-20 00:00:00 UTC tags: emacs canonical_url: https://lepovirta.org/posts/2013-01-20-prevent-emacs-from-killing-git-commit-on-c-g.html --- If you use Emacs and Git, you might have noticed that pressing control + G (`C-g`) while typing...
lepovirta
356,014
Ctrl-Meta-Space in iTerm2
In Emacs, there’s a handy command called mark-sexp. It marks the rest of the current s-expression...
0
2020-06-15T17:41:16
https://lepovirta.org/posts/2013-01-19-ctrl-meta-space-in-iterm2.html
emacs, macos
--- title: Ctrl-Meta-Space in iTerm2 published: true date: 2013-01-19 00:00:00 UTC tags: emacs, macos canonical_url: https://lepovirta.org/posts/2013-01-19-ctrl-meta-space-in-iterm2.html --- In Emacs, there’s a handy command called `mark-sexp`. It marks the rest of the current s-expression from the cursor’s position. ...
lepovirta
901,724
How to generate QR Code using jQuery
QR Code or the Quick Response Code is a square-shaped matrix barcode that contains data encoded...
0
2021-12-04T07:53:32
https://www.moreonfew.com/generate-qr-code-using-jquery/
jquery, webdev, javascript, tutorial
--- title: How to generate QR Code using jQuery published: true date: 2013-01-02 06:38:06 UTC tags: jQuery,WebDev,Javascript, tutorial canonical_url: https://www.moreonfew.com/generate-qr-code-using-jquery/ --- **QR Code** or the **Quick Response Code** is a square-shaped matrix barcode that contains data encoded wit...
moreonfew
53,717
Using SignalR with RequireJS
If you don’t know about SignalR and...
0
2018-10-05T19:13:04
http://dangerisgo.com/blog/2012/11/09/using-signalr-with-requirejs.html
tech, javascript
--- title: Using SignalR with RequireJS published: true tags: tech,javascript canonical_url: http://dangerisgo.com/blog/2012/11/09/using-signalr-with-requirejs.html --- If you don’t know about SignalR and RequireJS - [https://github.com/SignalR/SignalR](https://github.com/SignalR/SignalR) - [http://requirejs.org](htt...
cwardzala
48,750
Moving the World
Dear America: In the wake of yesterday's election it would be wise to reflect on these wise words fr...
0
2018-09-20T12:32:42
http://designfrontier.net/moving-the-world
elections, politics
--- title: Moving the World published: true tags: elections,politics canonical_url: http://designfrontier.net/moving-the-world --- Dear America: In the wake of yesterday's election it would be wise to reflect on these wise words from our first President, George Washington. “I have already intimated to you the danger...
designfrontier
47,358
There is NEVER one person working on your code
Alternate Title: Avoid “Black Boxes” and “Works on my Machine” Even when wo...
0
2018-09-18T02:46:27
https://www.briannipper.com/2012/11/tthere-is-never-one-person-working-on-your-code.html
automatedbuilds, continuousintegrati, development, programming
--- title: There is NEVER one person working on your code published: true tags: Automated Builds,Continuous Integrati,Development,Programming canonical_url: https://www.briannipper.com/2012/11/tthere-is-never-one-person-working-on-your-code.html --- _Alternate Title: Avoid “Black Boxes” and “Works on my Machine”_ ...
briannipper
585,559
Google's Mod_Pagespeed
mod_pagespeed speeds up your site and reduces page load time. This open-source Apache HTTP server...
0
2021-01-28T21:48:32
https://dev.to/scottrobertson/google-s-modpagespeed-2dcn
--- title: Google's Mod_Pagespeed published: true date: 2012-10-23 12:00:00 UTC tags: canonical_url: --- > mod_pagespeed speeds up your site and reduces page load time. This open-source Apache HTTP server module automatically applies web performance best practices to pages, and associated assets (CSS, JavaScript, im...
scottrobertson
585,558
Copy SSH Keys to Server
When you wish to log in to a server without having to enter a password, all you need to do is log in...
0
2021-01-28T21:49:04
https://dev.to/scottrobertson/copy-ssh-keys-to-server-2164
--- title: Copy SSH Keys to Server published: true date: 2012-10-12 12:00:00 UTC tags: canonical_url: --- When you wish to log in to a server without having to enter a password, all you need to do is log in with SSH. However I do not know why, but it took me hours to find a simple way to do this a few years ago. Fi...
scottrobertson
47,357
Help users help themselves with built-in Microsoft tools
Credit to Scott Hanselman for reminding me of this very helpful tool with his b...
0
2018-09-18T02:46:10
https://www.briannipper.com/2012/10/help-users-help-themselves-with-built.html
bugs, howto, software, troubleshooting
--- title: Help users help themselves with built-in Microsoft tools published: true tags: Bugs,How-To,Software,Troubleshooting canonical_url: https://www.briannipper.com/2012/10/help-users-help-themselves-with-built.html --- Credit to [Scott Hanselman](http://www.hanselman.com/blog/AboutMe.aspx) for reminding me of th...
briannipper
585,557
Simple Memcache In PHP
In the past year or so I have been using caching more and more. It has become a massive part of my...
0
2021-01-28T21:49:26
https://dev.to/scottrobertson/simple-memcache-in-php-1faa
--- title: Simple Memcache In PHP published: true date: 2012-10-07 12:00:00 UTC tags: canonical_url: --- In the past year or so I have been using caching more and more. It has become a massive part of my job, and pretty much the whole site depends on it, and without it, things would start to fall over very quickly. ...
scottrobertson
585,556
Install Varnish Cache on cPanel Server
I have had issues installing Varnish Cache on a cPanel VPS for some time. The main reason is because...
0
2021-01-28T21:41:43
https://dev.to/scottrobertson/install-varnish-cache-on-cpanel-server-118e
--- title: Install Varnish Cache on cPanel Server published: true date: 2012-09-29 12:00:00 UTC tags: canonical_url: --- I have had issues installing [Varnish Cache](http://scottymeuk.in/Joxt) on a cPanel VPS for some time. The main reason is because of the way cPanel deals with the Apache vhost files. It separates ...
scottrobertson
298,899
certificate verify failedなsvn+httpsサーバからmercurial+hgsubversionでcloneする
certificate verify failedなsvn+httpsサーバとmercurialの連携が一筋縄ではいかなかったので手順をまとめました。 環境によっては途中の手順を飛ばせるかもしれませんし...
0
2012-09-24T03:29:00
https://qiita.com/shiena/items/05f4b5254d952f8b2800
subversion, mercurial
--- title: certificate verify failedなsvn+httpsサーバからmercurial+hgsubversionでcloneする published: true tags: Subversion, Mercurial date: 20120924T03:29Z canonical_url: https://qiita.com/shiena/items/05f4b5254d952f8b2800 --- certificate verify failedなsvn+httpsサーバとmercurialの連携が一筋縄ではいかなかったので手順をまとめました。 環境によっては途中の手順を飛ばせるかもしれませんし...
shiena
53,715
Setup todo.txt CLI on OSX with Homebrew and Dropbox
I have recently re-discovered todo.txt the handy plain text todo list, along with its CLI. I have...
0
2018-10-05T19:14:31
http://dangerisgo.com/blog/2012/09/20/setup-todo-dot-txt-cli-on-osx-with-homebrew-and-dropbox.html
--- title: Setup todo.txt CLI on OSX with Homebrew and Dropbox published: true tags: canonical_url: http://dangerisgo.com/blog/2012/09/20/setup-todo-dot-txt-cli-on-osx-with-homebrew-and-dropbox.html --- I have recently re-discovered [todo.txt](http://todotxt.com) the handy plain text todo list, along with its CLI. I ...
cwardzala
46,409
Flex "Global" RSLs
I am looking into deploying our custom libraries in flex in a "Global RSL Library" fashion. I'm not...
0
2018-08-27T20:55:30
https://kritner.blogspot.com/2011/12/flex-global-rsls.html
flex, global, path, programming
--- title: Flex "Global" RSLs published: true tags: flex,global,path,programming canonical_url: https://kritner.blogspot.com/2011/12/flex-global-rsls.html --- I am looking into deploying our custom libraries in flex in a "Global RSL Library" fashion. I'm not sure how exactly to describe what we're trying to do but I'...
kritner
9,164
Node.js skeleton project
Unfortunately, it’s obviously been a long time since this blog has been updated. Since the last post,...
0
2017-10-31T19:53:04
https://michael.mior.ca/blog/node-js-skeleton-project/
--- title: "Node.js skeleton project" published: true tags: canonical_url: https://michael.mior.ca/blog/node-js-skeleton-project/ --- Unfortunately, it’s obviously been a long time since this blog has been updated. Since the last post, I’ve been hard at work rewriting our Web app in Django (finally got rid of our old...
michaelmior
1,129,836
Pentingnya Melakukan Backup Data
Media apakah yang Anda gunakan untuk memback up data-data penting Anda? Apakah media optik (CD, DVD,...
0
2022-07-01T21:46:24
https://jurnalog.com/pentingnya-melakukan-backup-data
--- title: Pentingnya Melakukan Backup Data published: true date: 2012-08-29 17:00:00 UTC tags: canonical_url: https://jurnalog.com/pentingnya-melakukan-backup-data --- Media apakah yang Anda gunakan untuk memback up data-data penting Anda? Apakah media optik (CD, DVD, Blue Ray), removable storage (hardisk eksternal,...
aris
340,133
Things Most Interviewees Fail to Discover
It’s a great time to be a Rails developer. Companies left and right are turning to Rails or using it...
0
2021-02-14T15:59:58
https://www.rakeroutes.com/things-most-interviewees-fail-to-discover
--- title: Things Most Interviewees Fail to Discover published: true date: 2012-08-17 16:00:00 UTC tags: canonical_url: https://www.rakeroutes.com/things-most-interviewees-fail-to-discover --- It’s a great time to be a Rails developer. Companies left and right are turning to Rails or using it already for efficient we...
sdball
47,356
The Deceptive Complex Problem
| | | Complex Communcation arises when everyone "communcaties" with everyone e...
0
2018-09-18T02:45:54
https://www.briannipper.com/2012/08/the-deceptive-complete-problem.html
bigpicture, businesssolutions, communication, programmer
--- title: The Deceptive Complex Problem published: true tags: Big Picture,Business Solutions,Communication,Programmer canonical_url: https://www.briannipper.com/2012/08/the-deceptive-complete-problem.html --- | [![](http://1.bp.blogspot.com/-sR2yklhYX6Y/UBv0eORN0UI/AAAAAAAAGbs/dgnn4zj0Tbg/s320/complex_communication_c...
briannipper
1,332,164
Test Before > Test After
By now, I hope we can all agree that unit tests are a good idea. I recently gave a presentation on...
0
2023-01-24T15:52:09
https://www.rocky.dev/blog/test-before-test-after
tdd, testdrivendevelopment, testing, codequality
--- title: Test Before > Test After published: true date: 2012-08-03 00:00:00 UTC tags: tdd, testdrivendevelopment, testing, quality canonical_url: https://www.rocky.dev/blog/test-before-test-after --- By now, I hope we can all agree that unit tests are a good idea. I recently gave a presentation on why I think testin...
therockstorm
122,585
Testing Odd/Even Using Bitwise AND
I came to the programming world by way of an Apple II, TI 99/4A, BASIC, VB/VBA and on to C#. But my a...
0
2019-06-12T04:30:43
http://AgileCoder.net/2012/07/31/testing-oddeven-using-bitwise-and/
csharp, beginners
--- title: Testing Odd/Even Using Bitwise AND published: true tags: csharp, beginners canonical_url: http://AgileCoder.net/2012/07/31/testing-oddeven-using-bitwise-and/ --- I came to the programming world by way of an Apple II, TI 99/4A, BASIC, VB/VBA and on to C#. But my academic experience is in the world of economi...
geekcyclist
506,913
Presenting iDeal.NET
iDeal is the leading online payment platform in the Netherlands. Last year when working on...
0
2020-11-05T10:25:25
https://dev.to/robinvanderknaap/presenting-ideal-net-41ho
paymentgateway, dotnet, ideal
--- title: Presenting iDeal.NET published: true date: 2012-06-04 07:00:00 UTC tags: paymentgateway,dotnet,ideal canonical_url: --- iDeal is the leading online payment platform in the Netherlands. Last year when working on [bidfortickets.nl](http://bidfortickets.nl/) I had to create an API to interact with our iDeal p...
robinvanderknaap
1,332,533
SOLID Principles to Code By
Uncle Bob's book Agile Software Development, Principles, Patterns, and Practices calls out 5...
0
2023-01-24T15:03:18
https://www.rocky.dev/blog/solid-principles-to-code-by
solid, agile, principles, patterns
--- title: SOLID Principles to Code By published: true date: 2012-05-15 00:00:00 UTC tags: solid, agile, principles, patterns canonical_url: https://www.rocky.dev/blog/solid-principles-to-code-by --- Uncle Bob's book [Agile Software Development, Principles, Patterns, and Practices](https://www.amazon.com/Software-Deve...
therockstorm
506,912
Using P4Merge with TortoiseGit
The team I’m currently working with uses Perforce as their versioning system. Personally I prefer Git...
0
2020-11-05T10:27:12
https://dev.to/robinvanderknaap/using-p4merge-with-tortoisegit-29cj
p4merge, tortoisegit, merge
--- title: Using P4Merge with TortoiseGit published: true date: 2012-05-13 07:00:00 UTC tags: p4merge,tortoisegit,merge canonical_url: --- The team I’m currently working with uses [Perforce](http://www.perforce.com/products/perforce) as their versioning system. Personally I prefer Git over Perforce, but Perforce has ...
robinvanderknaap
46,411
My first ASP.NET application/Masterpage
I had been having a few issues when attempting to get asp.net applications work...
0
2018-08-27T20:56:02
https://kritner.blogspot.com/2012/04/my-first-aspnet-applicationmasterpage.html
applicationpool, apppool, aspnet, iis
--- title: My first ASP.NET application/Masterpage published: true tags: application pool,appPool,asp.net,iis canonical_url: https://kritner.blogspot.com/2012/04/my-first-aspnet-applicationmasterpage.html --- I had been having a few issues when attempting to get asp.net applications working on my web server - not know...
kritner
148,192
Writing Clear Code, Not Clever Code
In Practices of an Agile Developer, Andy Hunt and Venkat Subramaniam outline a huge list of ways to i...
0
2019-07-26T02:02:37
http://mike.sherov.com/clear-code/
career, productivity
--- title: Writing Clear Code, Not Clever Code tags: career, productivity canonical_url: http://mike.sherov.com/clear-code/ published: true --- In [Practices of an Agile Developer](http://www.amazon.com/gp/product/097451408X), Andy Hunt and Venkat Subramaniam outline a huge list of ways to improve yourself as a softwa...
mikesherov
340,132
Rails isn’t for beginners
There’s been some talk online about how Rails is losing its focus on beginners or that it’s getting t...
0
2021-02-14T16:01:02
https://www.rakeroutes.com/rails-isnt-for-beginners
--- title: Rails isn’t for beginners published: true date: 2012-04-03 13:13:00 UTC tags: canonical_url: https://www.rakeroutes.com/rails-isnt-for-beginners --- There’s been some talk online about how Rails is losing its focus on beginners or that it’s getting too complex for its own good. I have a different take: Rai...
sdball
1,332,155
Setting Linux System Time, Date, and Time Zone
Embedded systems sometimes require setting the system time, date, and time zone. On Linux, there are...
0
2023-01-24T14:59:30
https://www.rocky.dev/blog/setting-linux-system-time-date-and-time-zone
linux, datetime, date, time
--- title: Setting Linux System Time, Date, and Time Zone published: true date: 2012-03-26 00:00:00 UTC tags: linux, datetime, date, time canonical_url: https://www.rocky.dev/blog/setting-linux-system-time-date-and-time-zone --- Embedded systems sometimes require setting the system time, date, and time zone. On Linux,...
therockstorm
1,332,153
Linux Bash Aliases
Bash aliases are essentially keyboard shortcuts or abbreviations for longer command sequences. If,...
0
2023-01-17T21:43:27
https://www.rocky.dev/blog/linux-bash-aliases
linux, bash, aliases
--- title: Linux Bash Aliases published: true date: 2012-03-07 00:00:00 UTC tags: linux, bash, aliases canonical_url: https://www.rocky.dev/blog/linux-bash-aliases --- Bash aliases are essentially keyboard shortcuts or abbreviations for longer command sequences. If, for example, we include `alias lm="ls -l | more"` in...
therockstorm
340,129
A Taste of Metaprogramming
Today we take a small taste from the wide ranging metaprogramming abilities that Ruby gives us. We’ll...
0
2021-08-12T13:43:15
https://www.rakeroutes.com/a-taste-of-metaprogramming
--- title: A Taste of Metaprogramming published: true date: 2012-03-01 19:13:00 UTC tags: canonical_url: https://www.rakeroutes.com/a-taste-of-metaprogramming --- Today we take a small taste from the wide ranging metaprogramming abilities that Ruby gives us. We’ll be looking at `define_method` and `method_missing` to...
sdball
340,128
Fun with Rock, Paper, Scissors
James Edward Gray II’s Ruby Quiz #16 was to implement Rock, Paper, Scissors playing classes to compet...
0
2021-01-23T15:42:46
https://www.rakeroutes.com/fun-with-rock-paper-scissors
--- title: Fun with Rock, Paper, Scissors published: true date: 2012-02-28 16:23:00 UTC tags: canonical_url: https://www.rakeroutes.com/fun-with-rock-paper-scissors --- [James Edward Gray II’s Ruby Quiz #16](http://www.rubyquiz.com/quiz16.html) was to implement Rock, Paper, Scissors playing classes to compete on a pl...
sdball
47,355
Good Shoes and Microsoft Outlook
| | | FLORSHEIM | I think I've found my favorite pair of shoes in the latest ...
0
2018-09-18T02:45:36
https://www.briannipper.com/2012/02/good-shoes-and-microsoft-outlook.html
design, microsoftoffice, productivity, style
--- title: Good Shoes and Microsoft Outlook published: true tags: Design,Microsoft Office,Productivity,Style canonical_url: https://www.briannipper.com/2012/02/good-shoes-and-microsoft-outlook.html --- | [![](http://3.bp.blogspot.com/-vY2wevFk3g4/Tz8Y74ZekUI/AAAAAAAAGZA/G48zTsDDLiM/s320/style_shoes.jpg)](http://3.bp.b...
briannipper
47,354
Don't leave your users hanging
| | | command prompt can show actions as they are taken | If you create softw...
0
2018-09-18T02:45:21
https://www.briannipper.com/2012/02/dont-leave-your-users-hanging.html
development, dialogboxes, firmwareupdates, programming
--- title: Don't leave your users hanging published: true tags: Development,Dialog Boxes,Firmware Updates,Programming canonical_url: https://www.briannipper.com/2012/02/dont-leave-your-users-hanging.html --- | [![](http://4.bp.blogspot.com/-7QBVJFshg9s/TzSCvcgsHlI/AAAAAAAAGXc/OyYCd8pS8Yw/s320/command_interface.png)](h...
briannipper
47,353
Why we have to "Ask Why"
I'm always interested to find personality traits that seem to be common to "sm...
0
2018-09-18T02:45:06
https://www.briannipper.com/2012/02/why-we-have-to-ask-why.html
bigpicture, criticalthinking, development, problemsolving
--- title: Why we have to "Ask Why" published: true tags: Big Picture,Critical Thinking,Development,Problem Solving canonical_url: https://www.briannipper.com/2012/02/why-we-have-to-ask-why.html --- [![](http://2.bp.blogspot.com/-_KRAH1G8iQA/TzLKOmaiy6I/AAAAAAAAGXU/6pWMx77t8Us/s200/WhyImage.gif)](http://2.bp.blogspot....
briannipper
47,352
Perspective and Puzzles
| | | Reversible figures and vase. From Wikimedia Commons | I recently rememb...
0
2018-09-18T02:44:49
https://www.briannipper.com/2012/02/perspective-and-puzzles.html
bigpicture, criticalthinking, problemsolving, programming
--- title: Perspective and Puzzles published: true tags: Big Picture,Critical Thinking,Problem Solving,Programming canonical_url: https://www.briannipper.com/2012/02/perspective-and-puzzles.html --- | ![](http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Two_silhouette_profile_or_a_white_vase.jpg/320px-Two_silh...
briannipper
9,163
Unit testing Django model mixins
I recently found myself having to unit test some model mixins and I thought I would share the...
0
2017-10-31T19:52:48
https://michael.mior.ca/blog/unit-testing-django-model-mixins/
--- title: "Unit testing Django model mixins" published: true tags: canonical_url: https://michael.mior.ca/blog/unit-testing-django-model-mixins/ --- I recently found myself having to unit test some model mixins and I thought I would share the technique I used in case anyone else finds it useful. You could just pick ...
michaelmior
254,359
Compile C# into assembly, then load it and execute it
This is one way I have found that I can compile code at runtime into a DLL file, then load it and...
0
2012-01-09T22:28:00
https://dev.to/adamkdean/compile-c-into-assembly-then-load-it-and-execute-it-2a87
csharp, codedom, reflection
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Compile C# into assembly, then load it and execute it slug: compile-c-into-assembly-then-load-it-and-execute-it date: 2012-01-09 22:28 tags: - csharp - codedom - reflection --- This is one way I have found that I can compile c...
adamkdean
9,162
MySQL Client Configuration
Perhaps I’m the only one who didn’t know this, but a while back, I discovered a handy trick for...
0
2017-10-31T19:52:43
https://michael.mior.ca/blog/mysql-client-configuration/
--- title: "MySQL Client Configuration" published: true tags: canonical_url: https://michael.mior.ca/blog/mysql-client-configuration/ --- Perhaps I’m the only one who didn’t know this, but a while back, I discovered a handy trick for configuring the MySQL client. You can create a configuration file in your home direc...
michaelmior
46,410
Flex Email address validation component
I was attempting to find a decent email validation component for flex - one wit...
0
2018-08-27T20:55:49
https://kritner.blogspot.com/2012/01/flex-email-address-validation-component.html
customcomponent, email, emailvalidation, flex
--- title: Flex Email address validation component published: true tags: Custom Component,Email,Email Validation,flex canonical_url: https://kritner.blogspot.com/2012/01/flex-email-address-validation-component.html --- I was attempting to find a decent email validation component for flex - one with validators built in...
kritner
116,098
BF interpreters in XSLT and in Scratch
This release features Brainfuck interpreter in XSLT. It is in this repository. Most information is...
0
2019-06-02T14:48:00
https://ofdigitalwater.postach.io/post/bf-interpreters-in-xslt-and-in-scratch
brainfuck, xslt, scratch
--- title: BF interpreters in XSLT and in Scratch published: true tags: brainfuck,xslt,scratch canonical_url: https://ofdigitalwater.postach.io/post/bf-interpreters-in-xslt-and-in-scratch --- This release features Brainfuck interpreter in XSLT. It is in [this repository](https://github.com/wincentbalin/BFXSLT). Most ...
wincentbalin
506,910
Update jqGrid Html helper for ASP.NET MVC
We released a new version of MvcJqGrid, a fluent html helper which eases the the implementation of...
0
2020-11-05T10:30:53
https://dev.to/robinvanderknaap/update-jqgrid-html-helper-for-asp-net-mvc-52m8
microsoft
--- title: Update jqGrid Html helper for ASP.NET MVC published: true date: 2011-12-14 08:00:00 UTC tags: microsoft canonical_url: --- We released a new version of MvcJqGrid, a fluent html helper which eases the the implementation of jqGrid in ASP.NET MVC applications. I’ll give a short description of the most notable...
robinvanderknaap
506,911
Starting IIS Express from the command line
I’ve been working with IIS express for some time now, but only as an integrated webserver in Visual...
0
2020-11-05T10:28:55
https://dev.to/robinvanderknaap/starting-iis-express-from-the-command-line-f8b
iis
--- title: Starting IIS Express from the command line published: true date: 2011-12-14 08:00:00 UTC tags: iis canonical_url: --- > I’ve been working with IIS express for some time now, but only as an integrated webserver in Visual Studio. Today I stumbled upon a feature of IIS Express I didn’t know existed. You can s...
robinvanderknaap
1,079,906
Creating a chrome extension that uses jQuery to manipulate the DOM of a page
There are plenty of tutorials and guides on how to make a chome extension and there are hundeds for...
0
2022-05-09T13:59:37
https://carl-topham.com//articles/creating-a-chrome-extension-that-uses-jquery-to-manipulate-the-dom-of-a-page
--- title: Creating a chrome extension that uses jQuery to manipulate the DOM of a page published: true date: 2011-12-08 00:00:00 UTC tags: canonical_url: https://carl-topham.com//articles/creating-a-chrome-extension-that-uses-jquery-to-manipulate-the-dom-of-a-page --- There are plenty of tutorials and guides on how ...
designer023
254,358
MySQL Global Vars wait_timeout & max_connections
Just some more code for me to bookmark. Problem was the MySQL connections were not being closed, the...
0
2011-11-22T22:19:00
https://dev.to/adamkdean/mysql-global-vars-waittimeout-maxconnections-4idn
sql
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: MySQL Global Vars wait_timeout & max_connections slug: mysql-global-vars-wait-timeout-max-connections date: 2011-11-22 22:19 tags: - sql --- Just some more code for me to bookmark. Problem was the MySQL connections were not bei...
adamkdean
254,357
MySQL Relationships & Foreign Keys
Just another snippet of code that I will forget... ALTER TABLE `accounts` ADD CONSTRAINT...
0
2011-11-21T22:18:00
https://dev.to/adamkdean/mysql-relationships-foreign-keys-42n0
sql
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: MySQL Relationships & Foreign Keys slug: mysql-relationships-foreign-keys date: 2011-11-21 22:18 tags: - sql --- Just another snippet of code that I will forget... ALTER TABLE `accounts` ADD CONSTRAINT `FK_myKey` FOR...
adamkdean
254,356
Personal Website update
I have been working on my new personal website lately - www.adamkdean.co.uk - which I will integrate...
0
2011-09-03T23:17:00
https://dev.to/adamkdean/personal-website-update-10in
general
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Personal Website update slug: personal-website-update date: 2011-09-03 23:17 tags: - general --- I have been working on my new personal website lately - www.adamkdean.co.uk - which I will integrate with this blog as well as oth...
adamkdean
254,355
Collaborate - Redirecting to same Page ASP.NET
Collaborate: Redirecting to same Page ASP.NET Simple concept but still pain in head if unable to fig...
0
2011-09-02T23:17:00
https://dev.to/adamkdean/collaborate-redirecting-to-same-page-asp-net-1o33
aspnetwebforms, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Collaborate - Redirecting to same Page ASP.NET slug: collaborate-redirecting-to-same-page-asp-net date: 2011-09-02 23:17 tags: - asp-net-webforms - csharp --- [Collaborate: Redirecting to same Page ASP.NET](http://metahat.blogs...
adamkdean
254,354
XNA An Example Object using VariableService
Just a quick example of how you'd lay out an object class, which you could use for items like game...
0
2011-08-26T23:15:00
https://dev.to/adamkdean/xna-an-example-object-using-variableservice-mjd
csharp, xna, gamedev
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: XNA An Example Object using VariableService slug: xna-an-example-object-using-variableservice date: 2011-08-26 23:15 tags: - csharp - xna - gamedev --- Just a quick example of how you'd lay out an object class, which you could...
adamkdean
254,353
Alternative to Game Screen Management - An Example
So just to give you an example of how clean you can make your code, let us look at a very simple menu...
0
2011-08-26T23:15:00
https://dev.to/adamkdean/alternative-to-game-screen-management-an-example-318m
gamedev, xna, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Alternative to Game Screen Management - An Example slug: alternative-to-game-screen-management-an-example date: 2011-08-26 23:15 tags: - gamedev - xna - csharp --- So just to give you an example of how clean you can make your ...
adamkdean
254,352
XNA IScreen code
I have been doing some XNA, and in order to utilise some sort of game screen system without using a...
0
2011-08-26T23:13:00
https://dev.to/adamkdean/xna-iscreen-code-5169
csharp, xna, gamedev
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: XNA IScreen code slug: xna-iscreen-code date: 2011-08-26 23:13 tags: - csharp - xna - gamedev --- I have been doing some XNA, and in order to utilise some sort of game screen system without using a Microsoft version, I've crea...
adamkdean
297,057
Convore PHP 1.1.0 Released
This morning I released a new version of the Convore PHP API Library on GitHub. The class now has all...
0
2020-04-02T06:21:42
https://www.jaysonjphillips.com/blog/2011/07/convore-php-1-1-0-released/
opensource, php, old
--- title: Convore PHP 1.1.0 Released published: true date: 2011-07-18 07:00:00 UTC tags: opensource, php, old canonical_url: https://www.jaysonjphillips.com/blog/2011/07/convore-php-1-1-0-released/ --- This morning I released a [new version](https://github.com/jaysonjphillips/convore-php/releases/tag/1.1.0) of the Co...
jaysonjphillips
506,909
Setting up FluentValidation for ASP.NET MVC using Ninject
FluentValidation is a powerful library to validate your model objects fluently. Setting up...
0
2020-11-05T10:32:07
https://dev.to/robinvanderknaap/setting-up-fluentvalidation-for-asp-net-mvc-using-ninject-1lah
ninject, fluentvalidation, dotnet, aspnet
--- title: Setting up FluentValidation for ASP.NET MVC using Ninject published: true date: 2011-07-02 07:00:00 UTC tags: ninject,fluentvalidation,dotnet,aspnet canonical_url: --- [_FluentValidation_](http://fluentvalidation.codeplex.com/) _is a powerful library to validate your model objects fluently. Setting up Flue...
robinvanderknaap
297,056
MaxCDN PHP 0.5.0 released
Now bumped to version 0.5.1, the PHP API now has all methods of the MaxCDN's XML-RPC interface...
0
2020-04-02T06:11:34
https://www.jaysonjphillips.com/blog/2011/06/maxcdn-php-0-5-0-released/
--- title: MaxCDN PHP 0.5.0 released published: true date: 2011-06-19 07:00:00 UTC tags: canonical_url: https://www.jaysonjphillips.com/blog/2011/06/maxcdn-php-0-5-0-released/ --- Now bumped to version 0.5.1, the PHP API now has all methods of the MaxCDN's XML-RPC interface implemented. Only thing left is to finish a...
jaysonjphillips
865,350
Sony FAIL : why it is absolutely necessary to encrypt passwords
As you may have read in the news lately, Sony is in a lot of hot water after it's network was hacked....
0
2021-10-16T02:11:31
https://waiholiu.blogspot.com/2011/04/sony-fail-why-it-is-absolutely.html
cryptography, hashing, itsecuritypassword, nerdspeak
--- title: Sony FAIL : why it is absolutely necessary to encrypt passwords published: true date: 2011-05-01 01:44:00 UTC tags: cryptography,hashing,ITSecuritypassword,nerdSpeak canonical_url: https://waiholiu.blogspot.com/2011/04/sony-fail-why-it-is-absolutely.html --- As you may have read in the [news](http://www.tel...
diskdrive
865,349
How to maintain the scroll position of the page after client side validation fails
This was something that I was stuck on for a little while today, I was working on a page at work. ...
0
2021-10-16T02:09:16
https://waiholiu.blogspot.com/2011/04/how-to-maintain-scroll-position-of-page.html
dotnet, aspnet, csharp, clientsidevalidation
--- title: How to maintain the scroll position of the page after client side validation fails published: true date: 2011-04-28 09:59:00 UTC tags: dotnet,aspnet,csharp,clientsidevalidation canonical_url: https://waiholiu.blogspot.com/2011/04/how-to-maintain-scroll-position-of-page.html --- This was something that I was...
diskdrive
254,351
WASD Control for R/C Car using Arduino
I will comment this more when I get time, just posting the code for a forum right now! /* Author: Ad...
0
2011-04-15T23:09:00
https://dev.to/adamkdean/wasd-control-for-r-c-car-using-arduino-30pp
arduino, remotecontrol, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: WASD Control for R/C Car using Arduino slug: wasd-control-for-r-c-car-using-arduino date: 2011-04-15 23:09 tags: - arduino - remote-control - csharp --- I will comment this more when I get time, just posting the code for a for...
adamkdean
254,350
No definition found for Table yahoo.finance.quotes
I am writing a bit of code to grab stock data and Yahoo's CSV data source is absolutely terrible. Com...
0
2011-04-14T23:08:00
https://dev.to/adamkdean/no-definition-found-for-table-yahoo-finance-quotes-1a45
yql, yahoofinance
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: No definition found for Table yahoo.finance.quotes slug: no-definition-found-for-table-yahoo-finance-quotes date: 2011-04-14 23:08 tags: - yql - yahoo-finance --- I am writing a bit of code to grab stock data and Yahoo's CSV d...
adamkdean
506,908
AutoPoco, create meaningful test data based on your domain objects. (.NET)
Creating test data for your applications is usually a cumbersome and not too inspiring exercise, to...
0
2020-11-05T10:33:45
https://dev.to/robinvanderknaap/autopoco-create-meaningful-test-data-based-on-your-domain-objects-net-3mgj
dotnet, csharp, testing
--- title: AutoPoco, create meaningful test data based on your domain objects. (.NET) published: true date: 2011-03-19 07:00:00 UTC tags: dotnet,csharp,testing canonical_url: --- _Creating test data for your applications is usually a cumbersome and not too inspiring exercise, to say the least. Lately I discovered a n...
robinvanderknaap
9,161
Coloured SSH terminals
With the looming prospect of deploying software to production systems and horror stories of...
0
2017-10-06T16:28:46
https://michael.mior.ca/blog/coloured-ssh-terminals/
--- title: "Coloured SSH terminals" published: true tags: canonical_url: https://michael.mior.ca/blog/coloured-ssh-terminals/ --- With the looming prospect of deploying software to production systems and horror stories of accidental commands executed on production systems instead of development machines, I wanted to ...
michaelmior
716,849
A smarter console.info
Here is a little piece of code you can use in your project for slightly smarter console messages. Obj...
0
2021-06-03T08:42:17
https://www.recoveryarea.nl/javascript/a-smarter-console-info/
javascript
--- title: A smarter console.info published: true date: 2011-02-09 09:05:17 UTC tags: JavaScript canonical_url: https://www.recoveryarea.nl/javascript/a-smarter-console-info/ --- Here is a little piece of code you can use in your project for slightly smarter console messages. Objects and arrays are handled differently...
ipasqualito
187,623
How to dump all MySQL databases into separate files
Sometimes we need to to dump all databases form a MySQL server. This can be done using the mysqldump...
0
2019-10-11T07:23:46
https://www.danielwerner.dev/how-to-dump-all-mysql-databases-into-separate-files/
tutorial, vintage, dump, howto
--- title: How to dump all MySQL databases into separate files published: true date: 2011-01-31 17:21:55 UTC tags: Tutorial,Vintage,dump,howto canonical_url: https://www.danielwerner.dev/how-to-dump-all-mysql-databases-into-separate-files/ --- Sometimes we need to to dump all databases form a MySQL server. This can be...
daniel_werner
254,349
Excel Formula - Nice Currency!
I hate it in Excel when my currency has to be either spaced out nicely OR red when negative. There is...
0
2011-01-26T22:05:00
https://dev.to/adamkdean/excel-formula-nice-currency-51e
microsoftexcel
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Excel Formula - Nice Currency! slug: excel-formula-nice-currency date: 2011-01-26 22:05 tags: - microsoft-excel --- I hate it in Excel when my currency has to be either spaced out nicely OR red when negative. There is the curre...
adamkdean
254,348
MySql Version "Correlated Sub-Queries and Group By Unions"
If you look at this SQL article [old link removed], you may either be impressed or insult me for bad...
0
2011-01-20T22:05:00
https://dev.to/adamkdean/mysql-version-correlated-sub-queries-and-group-by-unions-279b
sql
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: MySql Version "Correlated Sub-Queries and Group By Unions" slug: mysql-version-correlated-sub-queries-and-group-by-unions date: 2011-01-20 22:05 tags: - sql --- If you look at this SQL article [old link removed], you may either...
adamkdean
1,350,421
Flag Arguments
Passing a boolean as an argument into a method is not good practice. It complicates the method...
0
2023-02-02T05:12:48
https://dev.to/sealtiel/flag-arguments-4dlo
--- title: Flag Arguments published: true date: 2011-01-20 15:28:00 UTC tags: canonical_url: --- Passing a boolean as an argument into a method is not good practice. It complicates the method signature, indicating that this method does more than one thing. It does one thing if the flag is true and another if the fla...
sealtiel
48,742
Now Serving: Obsolescence
This article is part of a series, “Now Serving,” that takes a look at the changes in design, and cons...
0
2018-09-25T03:19:41
http://designfrontier.net/now-serving-obsolescense
obslete, history, culture, design
--- title: Now Serving: Obsolescence published: true tags: obslete,history,culture,design canonical_url: http://designfrontier.net/now-serving-obsolescense --- This article is part of a series, “Now Serving,” that takes a look at the changes in design, and consumer culture, that are happening right now. “We have adva...
designfrontier
254,347
New String.Format for C - strrep2
Following on from the problems I had with my previous string.format C function, I decided to rewrite...
0
2011-01-14T22:03:00
https://dev.to/adamkdean/new-string-format-for-c-strrep2-kkc
c
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: New String.Format for C - strrep2 slug: new-string-format-for-c-strrep2 date: 2011-01-14 22:03 tags: - c --- Following on from the problems I had with my previous string.format C function, I decided to rewrite it today under he...
adamkdean