ryanoc

Stories kicked by ryanoc

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

Important questions a developer should ask a prospective employer(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 8 months ago

A list of questions that software developers should ask a prospective employer during their interview process. Similar to the Joel test, but more in-depth. read more...

add a comment |category: |Views: 716

tags: another

Three Rules That ASP.NET Developers Should Know About SEO(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process. read more...

add a comment |category: |Views: 519

tags: another

How to easily enhance your existing tables with simple CSS(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 9 months ago

A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...

add a comment |category: |Views: 367

tags: another

Free Visual Studio File Explorer Add-in(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. read more...

add a comment |category: |Views: 638

tags: another

SQL Server 2008 Management Studio tip: Status bar Custom Colors(blog.jemm.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

"Here is a handy tip for those of you who work often with multiple SQL Server instances: Custom Colors for the connection status bar." read more...

2 comments |category: |Views: 286

tags: another

SQL Server 2008 Express is now live!(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

I promised an update on SQL Express availability in my last post about the release of SQL Server 2008 so here it is. SQL Server 2008 Express is now available along with the release of the .NET Framework 3.5 SP1, which is a prerequisite and Visual Studio Express SP1. As I mentioned, there are two more editions of SQL Express on the way. There are a number of prerequisites for SQL Server 2008 that you will have to install on your own before installing SQL Express. Here is the list and basic instructions: read more...

2 comments |category: |Views: 285

tags: another

How to run a software development company (INTO THE GROUND)(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 3 years, 9 months ago

The series will cover the things you *shouldn't* do if you hold some sort of managerial stake in a software project. Sadly these tales will be from my own personal experience working for companies that have drifted into disarray. These examples will be embellished somewhat to drive the points home, but by and large, everything you will read in these posts will be true. read more...

add a comment |category: |Views: 813

tags: another

Add grunge effect to text using simple CSS(jankoatwarpspeed.com)

submitted by bradygasterbradygaster(4897) 3 years, 9 months ago

Excellent, as usual, demonstration on how to do something pretty cool-looking using css by janko. Excellent style and idea inside... read more...

add a comment |category: |Views: 501

tags: another

Wild Nature - Wild, wild BlogEngine.NET theme (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 9 months ago

If you have wild spirit and you like nature then this might be a right theme for your blog. Wild Nature reflects pure, untouched nature washed in rain. Shades of green dominate the theme, but a touch of yellow and light brown make it looks more live. Take a look at the screenshots and download it for your blog. read more...

add a comment |category: |Views: 242

tags: another

SQL SERVER - 2005 - Difference Between INTERSECT and INNER JOIN (blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 9 months ago

INTERSECT operator in SQL Server 2005 is used to retrieve the common records from both the left and the right query of the Intersect Operator. INTERSECT operator returns almost same results as INNER JOIN clause many times. When using INTERSECT operator the number and the order of the columns must be the same in all queries as well data type must be compatible. Let us see understand how INTERSECT and INNER JOIN are related.We will be using AdventureWorks database to demonstrate our example. read more...

3 comments |category: |Views: 294

tags: another

13 reasons for UML’s descent into darkness(littletutorials.com)

submitted by klasbasklasbas(250) 3 years, 9 months ago

UML lost the programmers. There is no doubt about it… in my mind. And when a software design technology loses the programmers it fades away no matter what the academia thinks. This happened because UML was pushed in a direction that most code writers don’t like: it started to look a lot like bureaucratic paper work. read more...

add a comment |category: |Views: 619

tags: another

Software I can't work without (devlicio.us)

submitted by geochatzgeochatz(234) 3 years, 9 months ago

I'm about to configure a new development machine this week. It's going to be my 3rd install from scratch in the last 12 months, which I know is not all that much, but certainly more than I wish I had to. read more...

4 comments |category: |Views: 1099

tags: another

jQuery Content Slider Tutorial(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 10 months ago

This tutorial shows how to make an horizontal content slider with jQuery and a plugin called jFlow. read more...

add a comment |category: |Views: 1607

tags: another

Dynamically create ASP.NET user control using Ajax and Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 10 months ago

To make web UI dynamic and more responsive to the various situations and modes, several techniques are used by the developers like making irrelevant controls invisible, disabling unused controls. This technique makes you page complex and heavy in size. Dynamic user control is another story. With dynamic control creation you will get the unmatched flexibility and innovation with robustness. Using this technique you can add any usercontrol to any page as per demand without postback or update panel. read more...

add a comment |category: |Views: 578

tags: another

Continuous scrolling pattern using JavaScript and ASP.NET(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 10 months ago

Continuous scrolling is very interesting pattern. If I would have to describe it in short I would say that new items are being loaded while you scroll down the content. It is a completely opposite pattern to a pagination. In this article, you will learn about this pattern and see how it can be implemented using JavaScript and ASP.NET. read more...

add a comment |category: |Views: 386

tags: another