Anheledir

Stories submitted by friends of Anheledir

PHP on Windows Server 2008 : 500 - Internal Server Error on IIS(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 1 month ago

If you work on a Windows server 2008 machine with IIS 7.0 and with PHP on it you can ran into a strange error. read more...

add a comment |category: |Views: 7

tags: another

CSS File Size Limit in Internet Explorer 6 / 7 / 8(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 2 months ago

The last days I have encountered a problem in IE where it seemed as if some parts of my CSS was not loaded. I pursued the issue down. So it seems to be a size limit of ~ 288Kb for a CSS file. read more...

add a comment |category: |Views: 51

tags: another

C# Object Array to DataTable Extension Method(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 3 months ago

Snippet to convert an Object Array to DataTable. read more...

1 comment |category: |Views: 15

tags: another

C# DataSet to Object Array Extension Method(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 3 months ago

Snippet to convert a DataSet to an object Array. read more...

add a comment |category: |Views: 40

tags: another

Get all Outlook Contacts (dotnet-snippets.com)

submitted by jan223jan223(230) 2 years, 4 months ago

This function allows you, to read out all saved contacts from Microsoft Outlook. read more...

add a comment |category: |Views: 16

tags: another

Consuming .NET Webservice by Javascript(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 4 months ago

I have a webService service.asmx and I would like to call and consum this webservice using XMLHttpRequest and SOAP. read more...

add a comment |category: |Views: 15

tags: another

Why aren't I an MVP?(codebetter.com)

submitted by klaus_b0klaus_b0(210) 3 years, 3 months ago

There's a problem with the MVP program I'd like to talk about. The fact that I'm no longer an MVP (haven't been for over a year now) isn't the problem, merely a symptom. My problem is that I don't know why I'm not an MVP, and by extension I don't know why others are. The process of becoming and remaining an MVP is completely opaque. Plainly, the MVP program lacks transparency. read more...

add a comment |category: |Views: 680

tags: another

Get all email addresses from text or string (dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

This function can filter all email addresses out of a string and save's them into a List(Of String) read more...

add a comment |category: |Views: 20

tags: another

Searching for files using LINQ(dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

An LINQ example read more...

add a comment |category: |Views: 336

tags: another

.NET-Forum.de launched(thomasfreudenberg.com)

submitted by jan223jan223(230) 4 years, 3 months ago

New .NET Community. read more...

add a comment |category: |Views: 3

tags: another

Enumerator as a parameter of a method (dotnet-snippets.de)

submitted by jan223jan223(230) 4 years, 6 months ago

The use of custom enumerators is an elegant way to filter a list. Sometimes a function has to be called on different filtered sets with some changes to the parameters. This sniplet will offer you an elegant way of doing so. It can for instance be used to write different tags in an XML file (implement the non-provided DoWriteTag method; or any other) read more...

add a comment |category: |Views: 2

tags: another

Check Windows Password in VB.NET(dotnet-snippets.com)

submitted by jan223jan223(230) 4 years, 6 months ago

This function checks a windows user password whether it is valid and matching to the given username. read more...

add a comment |category: |Views: 955

tags: another

Read and Write INI Files (dotnet-snippets.com)

submitted by jan223jan223(230) 4 years, 6 months ago

Free C# Snippet: Read and Write INI Files Enjoy it! read more...

1 comment |category: |Views: 32

tags: another

Simple Network Time (NTP) Protocol Client (dotnet-snippets.com)

submitted by jan223jan223(230) 4 years, 6 months ago

This is a free C# implementation of the SNTP, as documented in the RFC 2030. Feel free to download it and enjoy. There are no restrictions on how you use the code provided herein, except a short notice to the author. read more...

add a comment |category: |Views: 52

tags: another