Stories recently tagged with 'Tips'

8 Most Popular jQuery Plugins of January 2012 (www.moretechtips.net)

submitted by MikeMoreMikeMore(294) 9 days, 5 hours ago

Last month developers were busy with jQuery and it is time to go through some of the most popular jQuery plugins they created in January 2012. read more...

add a comment |category: |Views: 11

tags: another

Going Faster: Sexy numbers and full post-mortem(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(3464) 19 days, 15 hours ago

In a followup to my article on how not to suck at serving web content, I go over what we did to improve page performance at DotNetKicks and why it worked. Read the first post if you haven't already: http://blogs.dotnetkicks.com/dnk-jump-in/2011/12/21/going-faster-how-not-to-suck-at-serving-web-content/ read more...

add a comment |category: |Views: 217

tags: another

Using Git with Subversion(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(836) 23 days, 1 hour ago

Do you love Git? Are you working on a project that’s using Subversion? Well, did you know that Git actually integrates quite nicely with Subversion right out of the box? I’ll show you what you need to know to get started with Git and Subversion, and I’ll show you the workflow I use for keeping my work in sync with everyone else on my team. read more...

1 comment |category: |Views: 25

tags: another

.Net's Sort Is Not Secure. Don't Use It. Here's a better one.(zimbry.blogspot.com)

submitted by pwhe23pwhe23(845) 1 month, 6 days ago

.Net's Array.Sort (up to at least version 4.0) has serious weaknesses read more...

1 comment |category: |Views: 552

tags: another

Crystal Reports error in .NET 4.0(blog.wujitouch.com)

submitted by starsky163starsky163(5) 1 month, 11 days ago

Shows how to fix a strange error when using Crystal Reports in .NET 4.0 with an ADO.NET data source read more...

add a comment |category: |Views: 4

tags: another

Testing Web services or REST API Easily with Poster Add-on(techbrij.com)

submitted by urenjoyurenjoy(267) 1 month, 11 days ago

Poster is a developer tool for interacting with web services and other web resources that lets you make HTTP requests, interact with web services and inspect the results. read more...

add a comment |category: |Views: 3

tags: another

11 Things every Software Developer should be doing in 2012.(michaelcrump.net)

submitted by mbcrumpmbcrump(940) 1 month, 18 days ago

2011 is winding down and 2012 is upon us. Have you set any goals for 2012 both professionally/personally? Regardless of the answer, I’m sure one or two of the items listed below can help. I usually don’t blog many opinion posts, due to the fact that I like to keep my blog technical. This post is an exception. :) read more...

add a comment |category: |Views: 28

tags: another

Going Faster: How not to suck at serving web content(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(3464) 1 month, 21 days ago

We've noticed some performance issues here on the DNK site. Check out our findings and read about how we're going to fix it! These are problems anyone running a website can run into, do yourself a favor and learn from our mistakes. read more...

add a comment |category: |Views: 236

tags: another

Manage your dependencies with Rake and Nuget(freshbrewedcode.com)

submitted by dpetersondpeterson(3464) 1 month, 27 days ago

Josh Bush shares with us a rake script that works with Nuget 1.6 to automatically fetch and update your project dependencies without the need for checking binary files into your source repositories. It even does away with the package version folders, leaving your working directory clean of old versions that are no longer used by your project. Best of all, it allows everything new about Nuget 1.6 to be handled through 1 config file, rather than several. read more...

1 comment |category: |Views: 102

tags: another

Scheduling TeamCity backups in Windows(www.diaryofaninja.com)

submitted by wiredonewiredone(863) 1 month, 29 days ago

Jetbrains’ build server software TeamCity is an awesome product to get up and running with continuous integration and deployment, however with its ease of operation it leaves a few nice to have business features aside. One of these is Scheduled backup – and if there is anything that your career has probably taught you to date, it’s that when things break, having a backup is priceless. read more...

add a comment |category: |Views: 3

tags: another

Return Multiple Values from Methods with Tuples -- Visual Studio Magaz(visualstudiomagazine.com)

submitted by pwhe23pwhe23(845) 1 month, 30 days ago

You have a method that returns multiple values. So you have to define a class, instantiate it, set the properties to the values, and return the resulting object, right? Well, no you don't -- at least in .NET Framework 4, which gives you a simpler way: Tuples. read more...

8 comments |category: |Views: 297

tags: another

Beyond YSlow - Squeeeezing out website network performance(www.troyhunt.com)

submitted by troyhunttroyhunt(696) 2 months, 4 days ago

How much improvement can be made on an already well-optimised site, I mean one that scores very well against existing performance yardsticks? How much faster can you go without spending dollars on a CDN? Turns out there are big gains to be made very quickly – and it costs just a tiny bit of development time. read more...

2 comments |category: |Views: 13

tags: another

FEDe: A Search engine for Front-End (HTML, CSS, Javascript & jQuery) W(techbrij.com)

submitted by urenjoyurenjoy(267) 2 months, 7 days ago

It explains about FEDe A Search engine for Front-End (HTML, CSS, Javascript & jQuery) Web developers having special tabs for smashing network, stackoverflow, ..etc in search result. read more...

add a comment |category: |Views: 3

tags: another

Abstracting reactive extensions for sql server compact and implementin(www.gideondsouza.com)

submitted by giddygiddy(30) 2 months, 9 days ago

How to implement an async instant search with Rx (Reactive Extensions) while querying an Sql Ce4 database. read more...

add a comment |category: |Views: 2

tags: another

Using Dropbox as a personal Git and Mercurial Storage area(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 2 months, 27 days ago

Quick tutorial on how to use Dropbox as a shared folder for Git or Mercurial read more...

1 comment |category: |Views: 39

tags: another

Ruby Rake Files And Directories manipulation tasks(blog.kaide.net)

submitted by IndraKurniawanIndraKurniawan(46) 3 months, 1 day ago

Collection of Ruby Rake code snippets for manipulating files and directories during continuous integration process read more...

2 comments |category: |Views: 4

tags: another