Abdel O.

5 Followers
3 Blog Followers
1 Blog Reviews
Following: 1
Following Blogs: 9

Latest Activity

Multiple file upload using ExtJS & ASP.Net MVC

Abdel O. posted an article on - Feb 28, 2011, 10:58 am
Recently I had to build an image gallery for one of my project which used ExtJS & ASP.Net MVC. The gallery consisted of many components, and I will explain the multiple image file upload...
Comment - Like

How to execute custom queries on Recess framework

Abdel O. posted an article on - Feb 28, 2011, 10:53 am
Working with Recess framework can be fun if you are ready to dig into the source code of the framework. Due to its small code footprint, going through the code is no trouble for even a beginner. In...
Comment - Like

Recess framework - An ignored PHP RAD tool!

Abdel O. posted an article on - Feb 14, 2011, 2:36 pm
My new personal project is being built on PHP stack instead of Java or .Net! My team (group of friends) not I are regular PHP coders and we decided to give PHP a try. Our application needed a simple...
Comment - Like

Cascading Combo box in ExtJS

Abdel O. posted an article on - Jan 28, 2011, 11:41 am
This week, two Techno Paper readers had approached me with questions on cascaded loading of combo box in ExtJS. Rather than replying them with mails, I decided to put it up for on the blog so other...
Comment - Like

Working with .Net serialized dates in ExtJS

Abdel O. posted an article on - Jan 18, 2011, 9:29 am
ASP.Net’s JSON serialize encodes DateTime instance as a string. If you return a JSON from a MVC contoller, you will notice your data encoded in the form: \/Date(1295163209177)\/ This is basically...
Comment - Like

Getting "Dive into HTML5" for Free!!!

Abdel O. posted an article on - Jan 11, 2011, 11:28 am
There are many references available for HTML5. But, there is one reference you should not miss as a web developer. Dive into HTML5 by Mark Pilgrim is free for the public. Site:...
Comment - Like

Creating toolbar in ExtJS Viewport

Abdel O. posted an article on - Jan 10, 2011, 11:37 am
Building application UI using Ext JS can be complex and confusing for new comers. When you build applications, you usually make use of the border layout for placing different components onto the main...
Comment - Like

Creating a simple Border Layout

Abdel O. posted an article on - Dec 20, 2010, 6:16 am
At times, building a simple thing can become tedious. Especially when you miss simple configurations that make huge impact! This is a back to basics article on how to code a simple border layout in...
Comment - Like
Abdel O. is following the blog 101 Cookbooks
Abdel O. is following the blog Boing Boing
Abdel O. is following the blog engadget
Abdel O. is following the blog Gizmodo
Abdel O. is following the blog Lifehacker
Abdel O. is following the blog Copyblogger
Abdel O. is following the blog Seth Godin's Blog
Abdel O. is following the blog Problogger

Hiding Series in ExtJS Charts

Abdel O. posted an article on - Jun 21, 2010, 11:28 am
In the last few posts we saw how to create and handle events in Ext JS charts. We will have a look at some advanced tasks using Ext JS charts. In this post, we will learn how to hide and display a...
Comment - Like

ExtJS is now Sencha!

Abdel O. posted an article on - Jun 15, 2010, 8:07 am
The post's heading speaks it all. Yes, Ext JS a javascript UI library has combined forces with jQTouch and Raphael projects. The company's name is being changed to Sencha which is a popular Japanese...
Comment - Like

Handling Events in ExtJS Charts

Abdel O. posted an article on - Jun 3, 2010, 11:58 am
After publishing "Getting started with ExtJS Charts" article last week, I got a question on handling event in ExtJS charts. So, in this article we will discuss about the event handling. Before we...
Comment - Like

Working with ExtJS Pie Charts

Abdel O. posted an article on - May 29, 2010, 10:35 am
In the previous post we saw how to create & customize charts using ExtJS. In this post, we will have a look at Pie charts. Pie charts are little different from other charts as they do not have...
Comment - Like

Getting Started with ExtJS Charts

Abdel O. posted an article on - May 19, 2010, 3:46 pm
The Charts feature in ExtJS is not a new thing, but recently few Techno Paper readers asked me questions regrading the same. This article is about getting started with ExtJS Charts how to do some...
Comment - Like

Creating JSON using ASP Repeater

Abdel O. posted an article on - May 17, 2010, 3:10 pm
I had to implement an interesting task over the last few days. A part of the task, had to deal with what this article is all about. It sounded simple and easy but it turned ugly! The aim was to use...
Comment - Like

How To configure Apache log4net for ASP.Net

Abdel O. posted an article on - Mar 30, 2010, 12:32 pm
Apache log4net is a tool that helps programmer to log outputs to a variety of output targets. Its basically a port of log4j framework and can be used with all types of .Net applications. In this...
Comment - Like

XML Transformation using C#

Abdel O. posted an article on - Mar 20, 2010, 5:09 am
XML is now heavily used by developers for describing, transporting and storing data. XSLT is used to transform these XML files into different formats like HTML, XML, PDF and others. In my current...
Comment - Like

Configuring View Resolver for Spring web flow

Abdel O. posted an article on - Mar 2, 2010, 11:24 am
From the previous post, we learned how to setup spring web flow application. With the minimal set up there are few downsides. One of it is the usage default view revolver. In this post, we are going...
Comment - Like

How to setup Spring Web Flow application

Abdel O. posted an article on - Feb 26, 2010, 2:40 am
Spring web flow is solution for management of web application page flows. It's part of Spring web stack offering and works on top of Spring MVC. I have been working with the framework recently and...
Comment - Like

Consuming web service using Spring

Abdel O. posted an article on - Feb 16, 2010, 12:56 pm
With the adoption of SOA in companies, we have many web applications accessing web services which are local and external. My application currently interacts with web services built by other team with...
Comment - Like

Access Control in ExtJS applications

Abdel O. posted an article on - Feb 2, 2010, 6:21 am
When you implement large applications using Ext Js, you will definitely come across access control. Your application will have different type of users and you don't expect all users to have access to...
Comment - Like

How To use GroupHeaderGrid Ext JS plugin

Abdel O. posted an article on - Dec 29, 2009, 3:18 am
GroupHeaderGrid is a custom plugin that implements support for grouping columns in a grid. When you are serious about using ExtJS on your application, I am sure many of you will come across this...
Comment - Like

Installing MySQL Workbench on Ubuntu 9.10

Abdel O. posted an article on - Dec 21, 2009, 1:10 pm
MySQL Workbench is a GUI tool for MySQL database for running queries, data modification and visual design of database. The community version of the software is distributed under GPL license. Install...
Comment - Like

Handling calls in Windows Mobile

Abdel O. posted an article on - Dec 3, 2009, 6:39 am
Last two weekends, I ventured into different kind of project. Away from web application frameworks, Java technology.. I entered into Windows mobile application programming.I decided to play with my...
Comment - Like

Google releases Closure!

Abdel O. posted an article on - Nov 6, 2009, 9:02 am
When Gmail was released I was very enthusiastic in knowing how they built the application around the Ajax technology. Since Gmail, Google have released many successful web application to the public...
Comment - Like

Dynamic loading of ComboBox using ExtJS

Abdel O. posted an article on - Nov 5, 2009, 2:27 pm
Ext JS provide us with a very flexible ComboBox widget that can be loaded locally or remotely (dynamic loading). You can also load the combo box from the server in response to an event like changing...
Comment - Like

Change ComboBox's default option using jQuery

Abdel O. posted an article on - Jun 16, 2009, 2:41 pm
I have started heavy use of jQuery in my current project.Today's task was very interesting. I am currently building a data filtering component for my application where form and data display table are...
Comment - Like

Abdel O.'s Blogs:

Abdel O.'s Followers

Abdel O. is Following

Invite Your Friends

Invite your contacts to blogged from:
gmail yahoo