Browse by Tags

All Tags » Code (RSS)

UDP Packet Generator by albertpascual

Tonight I need a UDP Packet generator, so I thought just to paste it here so I can help anybody looking for something like that. I have a few files I want to transfer using UDP to another machine. Remember that UDP does not warranty delivery. Change the...
Filed under: , , ,

Best practices for using LINQ to SQL on your existing web applications. by albertpascual

Previously I have been talking about the limitations of Linq to SQL for your data layer. You should read it here . This post is part of the Linq to SQL series . Linq to SQL is a great technology I found that adding the data layer on the web application...
Filed under: , , , ,

How to add GeoTwitter to your blog or website by albertpascual

  You can add Geotwitter.NET to your website or blog with a simple JavaScript include and will provide two functions: You can see the last 10 users using Twitter the have a location as well as you can only show your last location. The code to add...

iPhone support for GeoTwitter.Net by albertpascual

I spent this shorts periods of free time this long weekend providing iPhone support to GeoTwitter , actually for a non UI person like me a little more difficult that I thought, still looking back to it, looks pretty crappy compared to other iPhone designs...

Writing good performance web application for the masses. Twitter FAQ? by albertpascual

I have recently being a twitter user, not proud that I become a user or better said a reader. I have blogged before about twitter , but after forcing myself to use it I have a much better opinion about such a service. I like to read some people’s...
Filed under: , , , , ,

Who gets more replies on Twitter? GeoTwitter Alpha 0.3 available and running! by albertpascual

Added a new feature requested that had nothing to do with geography but seemed pretty cool. I'll be keeping track of peoples replies to see who gets more replies on the public timeline. There is a delay on the public timeline, however hopefully in a few...

Don't wait for your Page_Load to finish if you don't have to. by albertpascual

I spent many times answering this question at http://forums.asp.net , so I thought to put in a post the answer, so I can do a simple link. How to spoon a thread on the Page_Load so you don't have to wait for the page load rendering controls. Note: This...
Filed under: , , ,

GeoTwitter found a permanent home and got already feedback by albertpascual

Finally I found a permanent home for geoTwitter where you can check out the Alpha 0.1 and of course follow me at Twitter. To stay up to date with GeoTwitter news subscribe to the feed . GeoTwitter is being hosted by Hostingfest , a extremely cheap yet...

Using LINQ to SQL makes life easier. An introduction of LINQ to SQL. by albertpascual

LINQ to SQL came out with 3.5 and I am still amazed that many people accomplished to stay away from that simple technology. When you ask them, they've heard about but they are not sure how everything works together. Instead of looking it up to learn to...

How to fix Sys.WebForms.PageRequestManagerParserErrorException in AJAX 1.0 by albertpascual

Last year I wrote a fix for AJAX 1.0 on my old blog, looks like many people found it helpful, I wanted to make sure people understood that issue only happened with ASP.NET AJAX 1.0. I cannot reproduce the same problem with AJAX 3.5. You will encounter...
Filed under: , , , , ,
More Posts Next page »