thefullstack.xyz
Facing JavaScript Obstacles The Right Way
http://thefullstack.xyz/javascript-obstacles
Skip to primary navigation. Skip to primary sidebar. Unique Insights for JavaScript Developers. You are here: Home. Facing JavaScript Obstacles The Right Way. Facing JavaScript Obstacles The Right Way. May 24, 2016. JavaScript is filled with obstacles. Most of us treat obstacles as Those things that are blocking my way. I need to get past them ASAP. And as developers we face many obstacles every day. But I’ve recently come to question this thinking paradigm. Hear me out. The Obstacle is the Way. The poin...
frugalcoder.us
CSS Hacks for IE
http://frugalcoder.us/post/2010/11/01/CSS-Hacks-for-IE.aspx
Tips, tools and techniques for the frugal programmer. CSS Hacks for IE. 1 November 2010 18:24. The following are a few techniques you can use to target specific IE versions via CSS markup. I would like to point out that using IE conditional comments is still the best way to address specific browsers, it's just worthwhile to know about these techniques. Creating A Modern Web Application - Part 2 (Working with HTML5 and CSS3). IE9 Background Gradient Border Radius = Fail. Follow me on Twitter.
frugalcoder.us
Building Twitter Bootstrap With Visual Studio 2010
http://frugalcoder.us/post/2012/06/07/Building-Twitter-Bootstrap-With-Visual-Studio-2010.aspx
Tips, tools and techniques for the frugal programmer. Building Twitter Bootstrap With Visual Studio 2010. 7 June 2012 12:11. I've been a big fan of the Chirpy. Add-In for Visual Studio for a couple of years now. Recently I started work on a project where it made sense to use Twitter Bootstrap. Directives in order to include the necessary files in the correct order, which Chirpy doesn't seem to support. I came across another blog post. For the less and img content. I placed the js into. Third, you'll need...
hanselman.com
One of Microsoft's Best-Kept Secrets - Python Tools for Visual Studio (PTVS) - Scott Hanselman
http://www.hanselman.com/blog/OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx
One of Microsoft's Best-Kept Secrets - Python Tools for Visual Studio (PTVS). July 2, '13. Posted in Open Source. I've talked some about the sweet support for node and PHP in Azure. You can also File New Node.js express application in WebMatrix. Or run WordPress and get intellisense as well. I installed windows just so i can use PTVS - Comment on Hacker News. One of the least-known and most-kick-butt free products we have is PTVS - Python Tools for Visual Studio. 160; Oh, it must be all about IronPython.
w3techs.com
The PNG image file format is now more popular than GIF
https://w3techs.com/blog/entry/the_png_image_file_format_is_now_more_popular_than_gif
Featured products and services advertise here. The PNG image file format is now more popular than GIF. Posted by Matthias Gelbmann. On 31 January 2013 in News. The PNG image file format has been created in 1995 as a response to some patent issues around the then-prevailing GIF format. PNG has gained popularity ever since, and it is now used on more websites than GIF. Is now used on 62.4% of all websites, just ahead of GIF with 62.3%. GIF was leading by more than 15% one year ago. The GIF image format, or...
ektomarch.com
Subbania is complete – Two years of work for one HTML5 game | ektomarch.
http://ektomarch.com/blog?p=48
My first game ever. Subbania now has an online demo →. Subbania is complete – Two years of work for one HTML5 game. October 20, 2012. UPDATE: The below online versions are out of date. Either get the Chrome Web Store version, or play it here. Get it from the Chrome Web Store. Play online now (works best on Chrome). Here’s a downloadable version. Five word summary: Nazis in Hell fighting demons. Five more words: It’s pure Javascript and HTML5. I’m glad I did. So what’s the end result? Of the body, which s...
zsoltnagy.eu
SinonJs Mocks – Zsolt Nagy
http://www.zsoltnagy.eu/sinonjs-mocks
Development of Maintainable Web Applications. Development of Maintainable Web Applications. Get The Developer’s Edge! This entry was posted in Test Automation. And tagged Automated Testing. This is part 5 of the automating testing series with Mocha, Chai and SinonJs. Part 1. Introduce the Mocha automated testing framework and the Chai assertion library. We then learned how to use SinonJs spies. The mocking process works as follows:. 2 formulate your expectations. To be called once, same as once(). The fo...
davidvgalbraith.com
How I fixed Atom - davidvgalbraith
http://davidvgalbraith.com/how-i-fixed-atom
How I fixed Atom. When good regexes go bad. Is the hot new up-and-comer in the world of text editing. It is my editor of choice for building software, and it’s open source, so I decided to check out its issues to see how I could contribute. I came across a strange bug. The Atom user speter. Had written a line of text that, when you pressed. Here’s the text in question:. It’s a line of code in Go. At the end of that line could cause Atom to hang. Is pressed, a function called. It also supports classes.
frugalcoder.us
C# Tip: Creating an Octal String from a Byte in C#
http://frugalcoder.us/post/2008/12/C-Sharp-Convert-Between-Byte-and-Octal-String.aspx
Tips, tools and techniques for the frugal programmer. C# Tip: Creating an Octal String from a Byte in C#. 3 December 2008 18:19. Okay, so C# (.Net) has some awesome functionality for creating a hex string from a numeric value. But what if you need an octal string for a binary value. The real key is realizing that you need to move the value by 3 bits at a time for each octal number, and to XAND the value by 7 which is the highest value an octal number can hold. Hope it helps someone out there. It's ac...
frugalcoder.us
Creating A Modern Web Application - Part 2 (Working with HTML5 and CSS3)
http://frugalcoder.us/post/2010/10/28/Creating-A-Modern-Web-Application-Part-2-(Working-with-HTML5-and-CSS3).aspx
Tips, tools and techniques for the frugal programmer. Creating A Modern Web Application - Part 2 (Working with HTML5 and CSS3). 28 October 2010 17:36. This is Part 2 in a series on creating a web application utilizing modern techniques in order to deliver a fast, cohesive site. The index for this series can be found at the end of part 1 in this series. View the Part2 demo page. Download the Part2 demo. Which adds support for HTML5 tags in IE6-8. The second is css browser selector.js. Which adds specific ...
SOCIAL ENGAGEMENT