From ProgrammerZ to Programmers.  

From ProgrammerZ to Programmers.


Your source of best, simple, original informations of all environments and programming languages.




22 Jun 2011

URL Rewriting in ASP.net url rewriting in aspneturl rewritingaspnet urlGoogle



Hi again after a long break.

First of all, to mention that, in the market for. NET does a company that supports URL rewriting, I spoke with the most recent EASYCGI, and they told me not support. Market seen / like this-a-url-rewriting.aspx. NET Servers in their own sites or have been le, or hosting a private company agreed (as I do). I want to report this issue thanks to a TURHOST.com. Support staff is excellent, instant solutions to any kind of problem. For me to add them server'lerine Intelligencia.UrlRewriter.dll i told customers it. Net platform and explained to her that the need for adding at the end. So the following. Dll i want to deploy a real environment or TURHOST hosting Get your PIN, or a bit of a painful period of waiting for you. Such as advertising even though advertising has no dislike, but the facts speak now.

So why URL rewriting? Why we are having such a pain to encode? If you google and search engines for your website inevitably, the answers that will satisfy you..

More»


21 Jun 2011

Random Selection with T-SQL Random Selection with T-SQLrandom t-sqlrandom sqlGoogle



Hi, we worked with colleagues at work due to the change room randomly assign new room places I have written a sql. Even though it will not be used in business, perhaps someone he wanted to share my work well.

The first is a list of the personnel and the query table, and a table with one of the Cartesian product of these two sheds subject.

Cartesian product of Id field as a result of adding one to the table. In doing so, create a Guid random using the NEWID function.

Created in this table for each table name and ID field of the Name column  basis. ID information is assigned in a random order each time for a random as the only No. 1 ranked. As a result If we randomly assigned each staff is assigned to a table.

More»


21 Jun 2011

Disable Internet Explorer Friendly Error Messages how to Disable Internet Explorer messagesInternet Explorer Friendly Error Messagesdisable ie messagesGoogle



Sometimes Internet Explorer display friendly error messages like “Internet explorer cannot display this webpage”. Via looking into this error message we do not get, any idea related to error message and most people think, it’s an internet connection problem.
More»


21 Jun 2011

Find the sum of all the multiples of 3 or 5 below or equal to 1000 find the sum of all the multiplesfind sumsum of multiples below or equalGoogle



To find the sum of all the multiples of 3 or 5 below or equal to 1000, first we have to find the sum of all the numbers which are divisible by 3, than sum of numbers which are divisible by 5. Once we are done with this we have to subtract the sum of numbers which are divisible by 3 and 5.

There are two approaches to solve this problem.

1. The first approach is to write a loop and find the numbers which are divisible by 3,5 and add them, after this subtract the numbers which are divisible by 3 and 5.
2. The other approach is to find the count of numbers which are divisible by 3,5 and 15. After this apply the arithmetic progression’s sum formula to find the sum.

More»


16 Jun 2011

jQuery: How to remove all the rows except first row in a table jQueryHow to remove all the rows except first row in a tableremove all rows in tableGoogle



Today I was a need where I need to remove all the rows of the table except first with jQuery. I decided to write a short blog on this. Below is the script to do it

$('#foo tr:gt(0)').remove()


where foo is the id of the table. The above code will remove all the rows greater than 0 index. Below is the complete code to test the same

More»




First 1 Last   

Categories  
ASP
ASP.NET
VB
VB.NET
JavaScript
PHP
Delphi
HTML
Network
IIS
Webmaster
Browsers
SQL


 
Advertisements 2  


 
Archive  
2011 Jun


 
Links  
programmers


 
 
2011 Copyright - ProgrammerZ.net Valid CSS Valid CSS programmersprogrammingcodingGoogle
From ProgrammerZ to Programmers.