yrong

Stories kicked by friends of yrong

Do you swear while coding?(dotnetslackers.com)

submitted by xxXdxxXd(1461) 7 months, 22 days ago

Do you swear while coding? Probably. What language make you unconsciously swear more? Believe it or not, there is data. Cussing data, but data still. read more...

add a comment |category: |Views: 7

tags: another

Funny (and insightful) quotes about programming(dotnetslackers.com)

submitted by xxXdxxXd(1461) 7 months, 29 days ago

Some funny (and insightful) quotes about programming to relieve the day read more...

add a comment |category: |Views: 13

tags: another

He's dead, Jim! - Programmatically Speaking ...(dotnetslackers.com)

submitted by xxXdxxXd(1461) 8 months, 5 days ago

Check out the visual representation of death of chrome, windows 8, firefox and early windows. read more...

add a comment |category: |Views: 8

tags: another

Plunging into the sea of jQuery plugins – Part I(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 3 months ago

We take a look at how to create jQuery plugins and the official jQuery interaction plugins in jQuery UI library. read more...

add a comment |category: |Views: 336

tags: another

Using jQuery with ASP .NET(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 3 months ago

A brief introduction to jQuery and ways in which we can integrate it into ASP .NET read more...

add a comment |category: |Views: 492

tags: another

Twitter News, Yahoo News, Tweet news(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 4 months ago

Wall-street is crashing, main-street is suffering, however, the web-street is forever booming. There are cool exciting applications sprung up everyday. For example, Twitter-Yahoo news mash-up. read more...

add a comment |category: |Views: 8

tags: another

Social Timeline(bradygaster.com)

submitted by diggerdanhdiggerdanh(295) 3 years, 7 months ago

A slick little ASP.NET MVC + JQuery example. read more...

add a comment |category: |Views: 341

tags: another

JQuery, the very very basics - Lesson 6(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

For every programming language, there is invariably string manipulation and array fiddling. No exception with JQuery. Being unobtrusive in principal and complimentary in nature, it does not try to replace the existing bulk of JavaScript functions with its own, rather, it simply adds some of the most sorely missed functions. read more...

add a comment |category: |Views: 274

tags: another

Good links: ASP .NET and JQuery(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

Found a great bunch of links about using JQuery with asp .net read more...

add a comment |category: |Views: 20

tags: another

JQuery, the very very basics - Lesson 5(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

On with our journey of learning JQuery. Thanks to all of you who has stayed and cheered and made me go on, against my own lazy nature. So far, we have slowly walked through the bunch of commands by which we select, dress up, manipulate chains of elements and make them action bound. Now, let's look at the tiny set of commands for special-effects: show / hide with a speed, slide up / slide down, fade in and out. After all, we are human, insatiable for animations and wow factors. read more...

add a comment |category: |Views: 341

tags: another

JQuery, the very very basics - Lesson 4(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

On again with the very basics of JQuery. Thanks again for all of the kicks, dzones, stumbled-upons. I am wearing a permanent thank-you smile now. :) Now that we have done with the selection and manipulation of JQuery elements, time for some actions (event handling). Actions, reactions, interactions, through which we learn, connect and play, through which web becomes an inseperable part of our lives. read more...

1 comment |category: |Views: 449

tags: another

Inheritance and Associations with Entity Framework Part 3(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

On part 1 and part 2 I explored how to apply 2 different inheritance models (TPH & TPT) in Entity Framework. In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type (sub entity). read more...

add a comment |category: |Views: 62

tags: another

JQuery, the very very basics - Lesson 3(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

Snail on with my learning and writing about the very very basic lessons on JQuery. In "modern" (DOM) web programming, web pages are made up of a hierarchy of elements. Manipulation of elements goes far beyond styling and positioning, it involves almost everything, adding / deleting content, appending and removing children elements, attaching itself to a new parent, cloning ... Everything is possible. The question is : How? read more...

add a comment |category: |Views: 276

tags: another

Getting rid of spaghetti code in the real-world: a Case Study(codebetter.com)

submitted by LeinLein(135) 3 years, 8 months ago

A case study of cleaning up entangled code by reducing dependencies. Tips of how to avoid more entangled code to be added. Plugs NCover. read more...

1 comment |category: |Views: 503

tags: another

JQuery, the very very basics - Lesson 2(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

So it is nice to be able to use a combination of JQuery selectors to grab an array of elements, however, it would be better if we know how to inspect them one by one and operate on them. read more...

1 comment |category: |Views: 351

tags: another

Three Rules That ASP.NET Developers Should Know About SEO(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process. read more...

add a comment |category: |Views: 519

tags: another