jason

Stories submitted by jason

SlickEdit's Tools Editing Toolbox 2.0 Review(visualstudiomagazine.com)

submitted by jasonjason(175) 3 years, 11 months ago

SlickEdit's Tools Editing Toolbox v2.0 brings to Visual Studio some of the features that "power programmers" love about the SlickEdit editor. If you hate to take your hands off the keyboard and believe that real programmers don't use menus -- in other words, if pressing Ctrl+Shift+0 to navigate to the next method in your code makes sense to you -- then you're the audience that the Editing Toolbox is aimed read more...

add a comment |category: |Views: 3

tags: another

SlickEdit Tools(rosscode.com)

submitted by jasonjason(175) 3 years, 11 months ago

I love tools that'll help me be more productive, so I jumped at the chance. SlickEdit Tools is actually two products - Editing and Versioning. Both integrate with with Visual Studio, and since that's where I spend much of my time, that works for me. read more...

add a comment |category: |Views: 7

tags: another

Playing with SlickEdit Tools(frazzleddad.blogspot.com)

submitted by jasonjason(175) 3 years, 11 months ago

Being a tool geek I couldn't resist installing it and fooling around a bit. I've not spent a whole lot of time with the tools, but have already found some cool bits. The window below shows a cool documentation preview in MSDN style, a nice compliment to what I get from ReSharper's Ctrl-Q. There's also a nice regex evaluator which can generate code for you to paste in as needed. read more...

add a comment |category: |Views: 10

tags: another

“Management” is a Dirty Word(blog.slickedit.com)

submitted by jasonjason(175) 3 years, 11 months ago

Though it won’t be flagged as profane in most dictionaries, one word that is often viewed as a dirty word in programming is “management”. Managers are so maligned in engineering that Scott Adams created the “pointy-haired boss” as their representative (http://www.dilbert.com/). It may be true that managers are equally loathed in other fields, but having spent my adult years working in software engineering, this is the only field I feel competent to address. I also have a somewhat unique perspective having been both a developer and a development manager. read more...

add a comment |category: |Views: 6

tags: another

What Would I Do Without Programming?(blog.slickedit.com)

submitted by jasonjason(175) 4 years ago

One of my friends lost his job this week. He worked in the chem department of a pharmaceutical company, doing something that went completely over my head while he was explaining it to me. it’s not uncommon for companies to just run out of funding or to have massive sweeping layoffs. read more...

add a comment |category: |Views: 0

tags: another

Finding Misery in Another Programmer’s Success(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 1 month ago

I was introduced to the word schadenfreude by an episode of the Simpsons, “When Flanders Failed“. It’s a german word that means “pleasure from misfortune”. In this episode, Homer finds happiness in watching Flanders’ Leftorium shop go out of business. The Wikipedia reference to it says that the opposite meaning of schadenfreude would be “happiness in another’s good fortune,” but I think that the opposite should really mean “misery in another’s success”. This sentiment has a long, unfortunate place in software development. read more...

add a comment |category: |Views: 0

tags: another

SlickEdit Inc. Announces the Release and New Lineup of SlickEdit Tools(slickedit.com)

submitted by jasonjason(175) 4 years, 2 months ago

The SlickEdit Tools productivity suite is a powerful collection of utilities optimized for use within the Microsoft Visual Studio environment. SlickEdit Tools is organized into two products: the Editing Toolbox and the Versioning Toolbox. The SlickEdit Tools Editing Toolbox is comprised of features that help you write and edit code. The SlickEdit Tools Versioning Toolbox contains features that help you manage and control your source code. read more...

add a comment |category: |Views: 0

tags: another

Help With MSDN Help(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 3 months ago

F1… it’s possibly the most feared key on my keyboard when writing code in Visual Studio. At best, it’s going to bring up MSDN help, aka dexplore.exe. That means that I’m in for a very, very long wait. Startup time is 3 minutes on average, and I’m an Athlon 64 dual core @ 2 GHz with 1 GB RAM. read more...

add a comment |category: |Views: 2

tags: another

QA Deathmatch - Make Testing Fun(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 4 months ago

I’ve worked previously at several companies that didn’t have a QA department available. When the code freeze happened, all of the developers would go into QA mode. We’d then spend the next few weeks testing the features, and typically each developer would test their own. It was possibly the most feared and hated time of the year. If you’re familiar with Quake, or pretty much any other FPS, then you know about the deathmatch. It’s my single favorite type of game and, in it’s own way, is really therapeutic when the stress of development, or testing, gets you down. A lot of the other developers I worked with at one point also loved to deathmatch and we used to play during lunch. When testing time came around, we found a way to make it fun… QA Deathmatch. read more...

add a comment |category: |Views: 2

tags: another

Creating a PHP 5 Extension with Visual C++ 2005(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 8 months ago

This article describes the steps to create a custom PHP extension DLL for the Windows platform. The Zend API documentation that comes with PHP 5 on Windows (see php_manual_en.chm) does a good job explaining how to write extension methods, parse method parameters, and return values. But there is not currently a good step-by-step tutorial on how to get your first extension project up and running on Windows. The aim of this article is to fill that gap. read more...

add a comment |category: |Views: 28

tags: another

The Code Project Browser Add-in for VS 2005(codeproject.com)

submitted by jasonjason(175) 4 years, 9 months ago

The Code Project Browser Add-in for VS 2005 is a free add-in that lets you browse Code Project directly in Visual Studio 2005. When you click on a link that would normally download a zip file, it asks you instead if you'd like to open the sample up using the Code Project Browser. If you say yes, the add-in will download the file, unzip it to a base "My documents\My Code Project Samples" directory, then load it directly. It also provides a sidebar where you can view, reload and delete all of the projects you've downloaded. Finally, it allows you to keep Code Project favorites, just like any respectable web browser would. read more...

add a comment |category: |Views: 0

tags: another

It takes a community of programmers…(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 9 months ago

I’m the type of developer who learns best by example. Show me a working piece of code that solves a problem I’m having, then let me take it and reshape it to my needs. For me, this is an extremely powerful way of learning and achieving code reuse. read more...

1 comment |category: |Views: 0

tags: another

VSIP: Detecting code window switches in VS 2005(blog.slickedit.com)

submitted by jasonjason(175) 4 years, 11 months ago

I recently tackled the problem of reliably detecting code window lifecycle changes in Visual Studio 2005 using the VSIP SDK. For something that seems like it should be very straightforward, it wasn’t at all. There’s even a page in the SDK help that tries to describe how to do this [link] but misses several of the possible scenarios. read more...

add a comment |category: |Views: 0

tags: another

VSIP: Detecting code window switches in VS 2005(blog.slickedit.com)

submitted by jasonjason(175) 5 years ago

I recently tackled the problem of reliably detecting code window lifecycle changes in Visual Studio 2005 using the VSIP SDK. For something that seems like it should be very straightforward, it wasn’t at all. There’s even a page in the SDK help that tries to describe how to do this [link] but misses several of the possible scenarios. read more...

add a comment |category: |Views: 0

tags: another

Slick Edit Gadgets - Free VS2005 Utilities(coolthingoftheday.blogspot.com)

submitted by jasonjason(175) 5 years, 6 months ago

"SlickEdit has released SlickEdit® Gadgets, a collection of free utilities or the Microsoft® Visual Studio® 2005 development environment. It is completely free. SlickEdit Gadgets is an assortment of useful utilities to help programmers monitor, explore, and inspect the contents of their code. read more...

add a comment |category: |Views: 13

tags: another