Hisham Elbreky
Simulate The Nature
Sign in
|
Join
Home
Contact
About
RSS
Atom
Search
Tags
.NET
ADO.NET
Agile
AJAX
ASP.Net
C#
CSS
General Software Development
JavaScript
JQuery
LINQ
MVC
SharePoint
SQL Server
wcf
WPF
WWF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
May 2011 (1)
January 2011 (1)
September 2010 (1)
August 2009 (1)
July 2009 (2)
June 2009 (3)
July 2008 (3)
May 2008 (3)
April 2008 (1)
March 2008 (2)
February 2008 (5)
January 2008 (1)
Recent Posts
4
Comments
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:
JavaScript
,
AJAX
,
C#
,
wcf
0
Comments
DB Documentation Tool
by
Hisham El-bereky
Recently I have uploaded new project to codeplex site, DbDocument or DbDoc project is a helper tool used side by side with MS SQL server management studio tool, you can design your DB Tables in visualized way through Diagrams and then use “DbDoc” tool...
Filed under:
WPF
,
LINQ
,
SQL Server
2
Comments
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;...
Filed under:
CSS
,
MVC
,
ASP.Net
,
.NET
,
Agile
,
JavaScript
,
AJAX
,
C#
,
JQuery
7
Comments
Game program for kids less than 2 years :)
by
Hisham El-bereky
My daughter Mariam (=Mary) one year old always coming to my pc when I doing some work and climbing me then hitting keyboard randomly (oh, the pc gone to be like small cat fall in the pool :( ) I’m decided to save my pc (as possible :) ) then I developed...
Filed under:
.NET
,
C#
2
Comments
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...
Filed under:
MVC
,
ASP.Net
,
.NET
,
JavaScript
,
AJAX
,
ADO.NET
3
Comments
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:
ASP.Net
,
.NET
,
JavaScript
,
AJAX
0
Comments
Swaplist [JQuery Plugin]
by
Hisham El-bereky
A few days ago I developed Jquery plugin, it was very useful to use it in client side, the plugin generate UI for two lists and give you ability to swap items between them Plugin have methods to initialize it with data or get data from it, data is represented...
2
Comments
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:
CSS
,
ASP.Net
,
JavaScript
,
AJAX
0
Comments
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:
CSS
,
ASP.Net
,
JavaScript
,
AJAX
3
Comments
Simple And Generic Web Service Proxy Using HttpWebRequest/HttpWebResponse objects
by
Hisham El-bereky
The below class is a simple layer that can be used to access web service methods, it's depend on three tricks (1)initializing HttpWebRequest object, (2)encoding and passing request data that represent web method input parameters and (3)get response from...
More Posts
Next page »