Archive for September, 2009

Using Fiddler with Localhost and ASP.NET DEV IIS Server

Quick and to the point (the 1234 is the port your local IIS dev server is running on);

http://localhost:1234 <- fails

http://ipv4.fiddler:1234 <- works

Enjoy!

 

VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)

jqGrid get Row Column Value

This took me a while to figure out, so I am putting it here for prosperity. This is how to get the value of a specific column in a jqGrid selected Row;

ondblClickRow: function(id, rowid) {
    var ret = $("#grid").getRowData(id);
    window.location = '/Clients/Details/' + ret.ClientID;
}

Enjoy!

VN:F [1.9.11_1134]
Rating: 8.4/10 (11 votes cast)

Input hidden missing from post FormCollection

I futzed around trying to get my hidden selected ID to be in the FormCollection object posted to my ASP.NET MVC controller.

I could not for the life of me figure out why it was not in the collection.

The input was defined like this;

<input id=”pkid” type=”hidden” value=”15″ />

Finally after looking around I noticed it was missing the ‘name’ attribute.

<input id=”pkid” name=”pkid” type=”hidden” value=”15″ />

After that the hidden was in the AllKeys and I could get the value, perhaps

widely known but it messed with me for a bit.

Enjoy!

VN:F [1.9.11_1134]
Rating: 7.0/10 (1 vote cast)
1 Comment more...

Payday Online sucks with black hole force

In the last three days I have gotten over 200 comments on posts from Payday Online (www.yesmyloans.com) using some horrific auto post utility software package to go out and post SPAM comments all over blogs.

I havent any word to appreciate this post…..Really i am impressed from this post….the person who create this post it was a great human..thanks for shared this with us.

One of their favorite and this one;

Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts.Any way Ill be subscribing to your feed and I hope you post again soon

I did a whois on the www.yesmyloans.com and came up with;

Domain Name: yesmyloans.com
Registered at http://www.dynadot.com

Registrant:
Cristina Dasianu c/o Dynadot Privacy
PO Box 701
San Mateo, CA 94401
United States

Administrative Contact:
Cristina Dasianu c/o Dynadot Privacy
PO Box 701
San Mateo, CA 94401
United States

1-650-585-1961

And from the hundreds (yes hundreds no shit I am not joking in the last 60 hours 274 of these);

Name: payday online
E-mail: yesmyloans1@gmail.com
Website: http://www.yesmyloans.com/
Country code: US
IP address: 70.86.162.178
Referrer:
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)

Its internet douchbags like this who make putting anything on the internet difficult. I sincerly hope not a single sale is derived from their tactics.

Blah.

VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)

Copyright © 1996-2010 Bits, Bytes And Burps. All rights reserved.
iDream theme by Templates Next | Powered by WordPress