phayman

Stories kicked by phayman

Email Regex Pattern(geekzilla.co.uk)

submitted by phaymanphayman(3550) 2 years, 6 months ago

An email regex pattern read more...

add a comment |category: |Views: 12

tags: another

Top 12 SEO Tips(seoers.org)

submitted by phaymanphayman(3550) 3 years, 2 months ago

Twelve on-page optimization tips which if you will follow you will never regret read more...

add a comment |category: |Views: 16

tags: another

Why ++ operator is not thread safe(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Here is a quick hint on how to make your software thread safe. read more...

2 comments |category: |Views: 516

tags: another

8 ways to be a better programmer in 6 minutes.(secretgeek.net)

submitted by Tr3vTr3v(376) 3 years, 3 months ago

It's always nice to read a post where you already follow some of the suggestions but find the odd useful nugget, I dislike seeing literals in my source code and the hint about making them stand out with nasty color coding is something I'll be giving a go! read more...

5 comments |category: |Views: 1306

tags: another

Googleman - Quite possibly the best WPF application ever(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Googleman is a fun and pointless application for launching Google.com in the style of the Batman 60s TV show, complete with spinning Google logo and sound effects. Now when a friend or co-worker says “To Google!” you can open your favourite search engine in style. Googleman uses WPF and is written using the MVP pattern. read more...

1 comment |category: |Views: 1229

tags: another

SQL SERVER - Quickest Way to - Kill All Threads - Kill All User Sessio(blog.sqlauthority.com)

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

More than a year ago, I wrote how to kill all the processes running in SQL Server. Just a day ago, I found the quickest way to kill the processes of SQL Server. While searching online I found very similar methods to my previous method everywhere. Today in this article, I will write the quickest way to achieve the same goal. Make sure to bookmark it. read more...

add a comment |category: |Views: 195

tags: another

Web Deployment with VS 2010 and IIS(blogs.msdn.com)

submitted by jongallowayjongalloway(4380) 3 years, 3 months ago

The MSDeploy tool which will be included in Visual Studio 2010 includes some fixes for key painpoints like database deployment and managing different web.config settings in development, test, and production. read more...

add a comment |category: |Views: 255

tags: another

Conditional IE CSS Hack(geekzilla.co.uk)

submitted by phaymanphayman(3550) 3 years, 3 months ago

Great little CSS hack for IE browsers, especially when IE6 browsers are causing problems. read more...

add a comment |category: |Views: 33

tags: another

Clearing Vista's saved passwords(geekzilla.co.uk)

submitted by marshp3marshp3(965) 3 years, 6 months ago

Ever wondered where your saved credentials are stored on Windows, and how to delete them? Find out here! A handy little tool if you need to clear down access to remote resources read more...

add a comment |category: |Views: 18

tags: another

Displaying XML just like Internet Explorer(geekzilla.co.uk)

submitted by phaymanphayman(3550) 3 years, 6 months ago

This is everything you need to display XML in your webpage the same way IE displays it when you open an XML document in IE. read more...

add a comment |category: |Views: 24

tags: another

Make a positive number a negative number in 1 line of C# code - A Quiz(j-dee.com)

submitted by jdeejdee(270) 3 years, 10 months ago

Any other cool ways of making a positive number a negative? read more...

1 comment |category: |Views: 295

tags: another

Simple Regex for cleaning illegal characters from a string.(geekzilla.co.uk)

submitted by phaymanphayman(3550) 3 years, 11 months ago

I use this regex loads when writing dynamic urls. read more...

add a comment |category: |Views: 147

tags: another

A good coding font makes a difference. Envy Code R, better than ever!(blog.activa.be)

submitted by activaactiva(2340) 4 years ago

Am I the only one who believes a great programming font can boost your productivity and increase your coding joy? Check out Damien Guard's superb new release of Envy Code R, my favorite coding font. read more...

9 comments |category: |Views: 998

tags: another

Fast ASP.NET web page loading by batching javascripts downloads(codeproject.com)

submitted by landonblandonb(145) 4 years ago

Hack for the .Net script manager to pull all needed javascript files at once and push them to the bottom of the html to speed up rendering. read more...

add a comment |category: |Views: 348

tags: another

The easiest string to/from byte array I've found(programmerramblings.blogspot.com)

submitted by phaymanphayman(3550) 4 years, 1 month ago

When looking for a utility function to convert from a hex string to a byte array, I found this example .. works a treat! read more...

1 comment |category: |Views: 9

tags: another

How to disable web.config Inheritance for Child Applications?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years, 1 month ago

Each ASP.NET Web Application has its own configuration file called web.config file. In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory. This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...

1 comment |category: |Views: 129

tags: another