Browse by Tags

All Tags » CSS » AJAX (RSS)

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;...

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 ...
More Posts