Browse by Tags

All Tags » JavaScript » AJAX (RSS)

WebSockets and Web Pages Two Way Communication by Hisham El-bereky

Suppose that you have to design a web application (i.e. stock exchange) which should be designed in the way that the client should be updated instantly with any change submitted by other clients, and also you have to implement this design using ASP.NET...
Filed under: , , ,

WebShell, new web applications framework by Hisham El-bereky

I have released the first beta version of WebShell framework on Codeplex, Which aims to facilitate and improve the process of development by providing new and easy way to build module/component driven applications based on request driven design pattern;...

Eye On .Net - episode 4 by Hisham El-bereky

Brad Abrams - What is .NET RIA Services? - Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update, part1 , part2 , part3 , part4 , part5 , part6 , part7 , part 8 - Simple Example of Managed Extensibility Framework (MEF) in Silverlight...

Web Developer Top up for Next Web Generation by Hisham El-bereky

Web developers will need for some top up there web dev experience with new frameworks and technologies that will be required by new web development Trend, Web Developer should know about: 1- Javascript frameworks ( Jquery , Dojo ….) 2- Service Oriented...
Filed under: , , ,

JQuery Tips by Hisham El-bereky

Selectors: Getting text box value $(“#TextBoxId”).val(); Chang or set label text $(“#LabelId”).text(“Your Text”); Set control CSS “i.e td border width” $(“#td_id”).css('border-width', '1px'); Animation: Display DIV element with animation $("#div-id")...
Filed under: , , ,

An entry to JQuery by Hisham El-bereky

JQuery is a JavaScript library simplify using JavaScript in client side, with JQuery you can handle document objects where you can select and change style or behavior in easy way, I think JQuery as a successful JavaScript Library will play a big role...
Filed under: , , ,

Eye On .NET by Hisham El-bereky

Eye On .NET is periodical listing series for .NET(Blogs, Articles, Media, Events and Announcing) I hope that my simple view to .NET development be helpfully at least reflect the best. And this is my first List that will be focus on Blogs Community ...

ASP.NET AJAX Overview And Technical Tips by Hisham El-bereky

Latest days I was interested with the best use for ASP.NET Ajax also covering its helpfully features, after many reads for books and websites (blogs, articles) hope to introduce something that help developers.( download PDF document version ) Contents...
Filed under: , , ,
More Posts