Omar Abid

923
Reputation
486 views

Registered User

Name Omar Abid
Member for 1 year
Seen Aug 22 at 11:58
Website
Location Sfax
Age 18
A simple developer
Sep
17
awarded  Yearling
Aug
24
awarded  Popular Question
Aug
21
comment Regular Expression Pattern (match URL)
no, I have the links stored and they are regular, I mean they have the same format "domain.com";
Aug
21
asked Regular Expression Pattern (match URL)
Aug
19
comment Problem with AJAX and PHP
yeah that's it :P sorry for my very useless question
Aug
19
comment Problem with AJAX and PHP
1- Yes the page works correctly with the browser 2- Doesn't really do anything 3- Changed it, same result
Aug
19
comment Problem with AJAX and PHP
yeah I did try access through the browser and the script works correctly
Aug
19
asked Problem with AJAX and PHP
Aug
18
comment PHP variables in classes
the other function should changes also function printuser () { echo $this->_un; } Thanks it's working correctly now
Aug
18
answered input type=”text” not resizing
Aug
18
comment input type=”text” not resizing
+1 for Russ here's more monc.se/kitchen/38/…
Aug
18
asked PHP variables in classes
Aug
13
comment Develop smart applications for Windows 7
I'm going to create a small app, don't you think Visual Studio + WPF (since I want them interactive) will be very complicated and a long time to learn
Aug
13
asked Develop smart applications for Windows 7
Aug
13
comment What is the hot next-generation technology that a software engineer should learn?
look interesting and very "Google-Based", wonder if Microsoft will do something similar
Jul
31
comment page load time with Jquery
all i need is a few lines, a complete framework isn't really productive if you have a very little goal; what's better writing 3 lines of Javascript or 1 line in Jquery?
Jul
31
comment page load time with Jquery
you'll add mike houston tip in adding the first line of javascript in the "head", this will increase accuracy
Jul
31
comment page load time with Jquery
very intensive, looking for something easy and simple, will browse it though
Jul
31
revised page load time with Jquery
added 86 characters in body
Jul
31
comment page load time with Jquery
no i want it for every browser; this is because i'll be gather all loads time and making analytics with them later
Jul
31
asked page load time with Jquery
Jul
28
comment What is the best PHP programming book?
@John Fiala but it won't learn you the basics
Jul
20
comment Games for learning
"Writing small exercise-programs" -> this is not a game ?!? I didn't say don't mix fun with work, but don't mix games with work. Your mind can do one thing at a time, try to calculate 5 *6 and 7 *3 in the same time and you'll fail. So either you concentrate on the game or you concentrate on the work. But a tutorial introduced in a funny way is good when you are bored or tired.
Jul
18
answered Games for learning
Jul
17
comment How to re-size a box with CSS or Javascript
no problem, but i didn't understand what u wrote!!!
Jul
16
asked How to re-size a box with CSS or Javascript
Jul
14
comment What’s better: Json or XML (PHP)
yes, one of those, sure...
Jul
13
comment What’s better: Json or XML (PHP)
I said that I'm going to manipulate the data with PHP, I don't know why all were confused and talk about the client side. The server has some data (downloaded from somewhere) and will manipulate it using PHP, what's the easier one. The data is small in size, but very complicated in structure, so I want the easiest to manipulate (Json or XML??)
Jul
13
comment What’s better: Json or XML (PHP)
""doing what Google does might be considered to be "not thinking," but they're generally smarter than me and have many more person-hours to think anyway :)"" not true It'll depend on many things, they don't choose the "BEST", they choose the "BEST ONE FOR GMAIL"
Jul
13
comment What’s better: Json or XML (PHP)
can't you convert an array to XML??
Jul
12
asked What’s better: Json or XML (PHP)
Jul
6
comment Uses of delegates in C# (or other languages)
no i found it on "Programming Microsoft Visual C# 2005: The Language" for the same author, good that he made a new edition for C# 2008, I shall have a look at it
Jul
6
asked Uses of delegates in C# (or other languages)
Jul
5
answered How to Create a Download speed test with .NET (C#)
Jun
28
answered What is the worst programming language you ever worked with?
Jun
22
comment How to position many DIVs in CSS
finally a step-by-step tutorial I was looking for now 2 months ago!!!
Jun
22
comment How to position many DIVs in CSS
what's class "container" and what does overflow mean?
Jun
21
asked How to position many DIVs in CSS
Jun
21
answered Is there any way other than javascript to fix IE 6 bugs ?
Jun
21
answered how to design a game web app?
Jun
20
answered I need a good programming project
Jun
20
revised Difference between @import and link in CSS
added 97 characters in body
Jun
20
asked Difference between @import and link in CSS
Jun
20
comment CSS 2, precedence of stylesheets imported using link element
That's important!
Jun
20
comment How can I programmatically determine my processor type?
exactly what I was looking for!
Jun
19
asked How can I programmatically determine my processor type?
Jun
19
asked How can I programmatically determine my processor type?
Jun
19
comment What is the best credit card processing service?
Paypal does support only few countries,so be careful from where most of your users come
Jun
19
answered c#: difference between “System.Object” and “object”
Jun
19
comment Call my application through keyword
that solution! I remember I was using it for some ms-dos applications; while it works it seems to me that it's not robust and garantued