User Omar Abid - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T06:05:25Z http://stackoverflow.com/feeds/user/12637 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/671316/build-a-program-from-a-z 5 Build a program from A->Z Omar Abid 2009-03-22T17:18:08Z 2009-12-03T17:05:41Z <p>I have read a lot of books about Microsoft Dot Net and I have learned a lot of things</p> <ul> <li>Object Oriented programming</li> <li>Windows User Interface designing</li> <li>Using SQL Server and XML</li> <li>Debugging an application</li> <li>Using Serialization and application Domains</li> <li>Deploying a Windows application</li> <li>Security and licencing</li> </ul> <p>I know how to do all that, no perfect and very deep, but good. But my problem is that I CAN'T build an application. It's not about the idea, I have ideas.</p> <p>The problem is that each time I start, I don't know how to start, where to start, how to design the plan, to debug an application while writing it or after, when to implement security, when to deploy and test it, if my application is missing a step, if it's compatible with other dot net frameworks, if it'll works perfect on all platforms....</p> <p>I feel that I have some missing in my learning that prevent me from building a whole application, that is secure and when managed.</p> <p>Am I missing another book, courses, lessons?? Or it's my problem? Can all people design plans or it's just limited to other people? Finally: What Shall I do? Continue learning and build an application (to sell it later) Or Just work part time until I complete study and find a full time job??</p> http://stackoverflow.com/questions/1271436/develop-smart-applications-for-windows-7 1 Develop smart applications for Windows 7 Omar Abid 2009-08-13T11:33:56Z 2009-11-23T09:42:41Z <p>I'm looking to create a very -tiny- application(s) in Windows 7. I'm looking for a programming language like C# and a simple framework that</p> <ul> <li>Makes the application very light weight</li> <li>Doesn't require any libraries or modules (only the *.exe and works on a newly installed Win7)</li> <li>The IDE (Or the compiler) let me easily implement windows 7 features (like the menu, the graphics...)</li> </ul> <p><strong>The point</strong>: I want to create a small application (light weight so it can be easily transported), that focus mainly on Windows 7 graphic design and features.</p> <p>I don't know if such IDE exists but also asking how will you solve it, mean if you have to create a tiny application (gadget like) how will you proceed?</p> http://stackoverflow.com/questions/660972/what-is-your-best-pseudo-code-phrase/677115#677115 -2 Answer by Omar Abid for What is your best pseudo-code phrase? Omar Abid 2009-03-24T12:10:46Z 2009-11-15T12:49:24Z <p>I make money this way!!</p> <pre><code>if (pocket.money.saving() &lt; money.currency.usd(500)) { moneyrenter money = new moneyrenter(4000, money.currency.usd()); pocket.money.charge(money); } </code></pre> <p>Put it on a thread and you'll never get poor!!! :D :D</p> http://stackoverflow.com/questions/763883/options-for-a-developer 9 Options for a developer Omar Abid 2009-04-18T18:14:10Z 2009-10-27T10:16:08Z <p>I have been an amateur developer for a long time. I was hooked to computers since the age of 10. I started with windows 3.1 and Qbasic. Few months, I moved to Visual Basic where I developed few applications just for fun. During this time I was always a novice, amateur developer. Two years ago, I started seriously with Dot Net for windows developement and PHP for Web developement. I worked and learned for the both sides (Web and Windows, Microsoft and Linux). I now prepare (and I can take) the MS certificates. I made a huge progress in programming and it turned from a hobby to a serious (job??).</p> <p>Yet, this is the problem. I live in Tunisia, where my programming skills have no value for our industry. I can't go abroad, as I'm not really that competent and also it's recession. (+ I'm 18 years old only).</p> <p>I have tried building sites and blogs, I made about $800 with Google adsense (but that was a long year, which means $2 a day!!). + I like more coding that being a webmaster.</p> <p>I'm now a good developer on MS Visual C# Dot Net, I have also a good knowledge on PHP/Mysql and AJAX. I can build sites and optimize Wordpress Blogs.</p> <p>But I have very little experience about the Freelance World. I want you guys to share your experience with me. You may have experience in this field, so simply said "If you were in that time in my place, what should you do?"</p> <ol> <li>Become a Freelance? What shall I really do, what articles you think are best for reading?</li> <li>Take a virtual Job? they exist? Is it easy to take it? what processes shall I go through.</li> <li>Other Options?</li> </ol> <p>I want just your advice and some ideas and hints to start. No matter if you write long about your experience, I'm interested to know it. I have learned that the most I know, the least I will fell in mistakes and then I save time and money.</p> <p>Thanks for your suggestions.</p> <p><strong>Just to make things clearer, I'm looking for other developers experience. What Worked for you, what ways you decided and they were time wasting, what's the best way to start..</strong></p> http://stackoverflow.com/questions/268555/whats-your-most-fantastic-line-of-code-optimization -12 what's your most fantastic line of code (optimization) Omar Abid 2008-11-06T12:47:03Z 2009-08-26T05:50:43Z <p>found it on a book and I understood it after 2 month</p> <p>while using if (x = 2) then y = 3 (for example)</p> <p>you can test this one y = (x = 2) + 1</p> <p>nice no?</p> http://stackoverflow.com/questions/1311264/regular-expression-pattern-match-url 0 Regular Expression Pattern (match URL) Omar Abid 2009-08-21T10:49:50Z 2009-08-21T11:00:24Z <p>hi, I need a regular expression that identify special links.</p> <p>I have an array with links, for example this one</p> <pre><code>array[1] = "http://domain.com/dfdf" array[2] = "http://domain.com/dfgf" array[3] = "http://domain2.com/derf" </code></pre> <p>I want to use a regular expression that extract links from this array under a specific domain (for example domain2)</p> <p>I'll get an array</p> <pre><code>array[1] = "http://domain2.com/derf" </code></pre> <p>I'm looking for the pattern only (I use PHP)</p> http://stackoverflow.com/questions/506118/how-to-manually-generate-random-numbers 1 How to manually generate random numbers Omar Abid 2009-02-03T05:44:52Z 2009-08-20T12:44:53Z <p>I want to generate random numbers manually. I know that every language have the rand or random function, but I'm curious to know how this is working. Does anyone have code for that?</p> http://stackoverflow.com/questions/1299298/problem-with-ajax-and-php 0 Problem with AJAX and PHP Omar Abid 2009-08-19T11:24:00Z 2009-08-19T11:35:06Z <p>I have a small problem, I want to load data from a PHP file and put them on a DIV.</p> <p>Here's the Jquery code</p> <pre><code> // Store the username in a variable var jq_username = $("#txt_checkuser").val(); // Prepare the link variable var link = 'user.php?action=check&amp;username=' + jq_username; $('div #checkuser_hint').load(link); </code></pre> <p>So it works! but instead of loading the result (compiled PHP) it loads the PHP code.</p> <p>If I write the long URL "http://localhost/project..." it doesn't load anything!</p> <p>Any idea how to do that?</p> http://stackoverflow.com/questions/1292939/php-variables-in-classes 1 PHP variables in classes Omar Abid 2009-08-18T09:58:58Z 2009-08-18T10:47:29Z <p>I have the following code (I'm a Dot Net developers and I thought if I can bring my OOP knowledge to PHP)</p> <pre><code>class user { var $_un; function user($un) { $_un = $un; } function adduser() { } function checkuser() { } function printuser () { echo $_un; } } $newuser = new user('Omar Abid'); $newuser-&gt;printuser(); </code></pre> <p>So the problem is simple "$_un" is empty!! I want it to be filled, when the class is created using the constructor and then saved.</p> <p>I used to do that in C# .net, but here it doesn't work for some reasons. Thanks!</p> http://stackoverflow.com/questions/1292910/input-typetext-not-resizing/1292964#1292964 0 Answer by Omar Abid for input type="text" not resizing Omar Abid 2009-08-18T10:04:20Z 2009-08-18T10:04:20Z <p>using stylizer, the property that control the size of your box is "INPUT[type="text"]". So you need to change it</p> <p>It's in your site.Css file</p> http://stackoverflow.com/questions/1211414/page-load-time-with-jquery 1 page load time with Jquery Omar Abid 2009-07-31T08:59:47Z 2009-08-01T01:42:30Z <p>I want to calculate the page load time; This means from second 0 (a little jquery snippet was loaded) to second x, when the whole page is loaded.</p> <p>i wonder if any one had an experience with it, also ideas how to implement it correctly will be apperciated.</p> <p><strong>please i don't need an extension, i already have firebug, i need a js solution</strong></p> <p>thanks :)</p> http://stackoverflow.com/questions/1147587/games-for-learning/1147802#1147802 -1 Answer by Omar Abid for Games for learning Omar Abid 2009-07-18T15:26:15Z 2009-07-18T15:26:15Z <p>Game for learning? Either it's a game or a learning, but not mixed!</p> <p>Because when you play, you want to have fun, if it's mixed with learning the funny part will be lost, and then the game will be boring, may be you'll stop playing this game and return to solitaire.</p> <p>I used to have the same problem as you before I had the Internet and the problem become even more complicated: twitter, facebook, im, forums... and I found a solution.. not %100 but %70.</p> <p>The reason is you are tired or not-organised. If you feel you don't like to work, just stop, don't try to force yourself. Sleep the necessary hours for your body, eat well, take rests... this will give you the power to work; next thing is to be organised and to put limits "8 to 10: work" "10 to 10:30 coffee" and work isn't solitaire and coffee isn't work!!</p> <p>Hope it helps.</p> http://stackoverflow.com/questions/1140534/how-to-re-size-a-box-with-css-or-javascript 0 How to re-size a box with CSS or Javascript Omar Abid 2009-07-16T21:50:46Z 2009-07-17T00:05:14Z <p>Hi, I found by browsing some pages source code that they resize a box using either CSS or Jquery. The code and files are very long so I thought if someone knows how to do this.</p> <p>What's it?</p> <p>On images files, I find a box (designed with an editor), this box has a size of xxx X yyy. A way to use it on a division, is to use it as a background and then your division have the same look as this box, however it can't scale in size. </p> <p>it seems that there's a solution to dynamically (most likely with JS) resize this box (may be by cropping the top, bottom, left and right) and then resizing it.</p> <p>Does anyone have an idea about this or a simple example/tutorial??</p> http://stackoverflow.com/questions/1116825/whats-better-json-or-xml-php 2 What's better: Json or XML (PHP) Omar Abid 2009-07-12T20:19:01Z 2009-07-12T21:31:40Z <p>I'm manipulating few data with PHP, I have the choice between Json and XML. But I don't know what to choose, I never worked with one of them. So I want the easiest one.</p> <p>Also I wonder if there's good classes that can make parsing (XML or Json) easier.</p> <p>I focus mainly on ease of use rather than speed and scale.</p> http://stackoverflow.com/questions/1085884/uses-of-delegates-in-c-or-other-languages 5 Uses of delegates in C# (or other languages) Omar Abid 2009-07-06T08:02:24Z 2009-07-06T09:16:04Z <p>I have always wondered how delegates can be useful and why shall we use them? Other then being type safe and all those advantages in Visual Studio Documentation, what are real world uses of delegates.</p> <p>I already found one and it's very targeted.</p> <pre><code>using System; namespace HelloNamespace { class Greetings{ public static void DisplayEnglish() { Console.WriteLine("Hello, world!"); } public static void DisplayItalian() { Console.WriteLine("Ciao, mondo!"); } public static void DisplaySpanish() { Console.WriteLine("Hola, imundo!"); } } delegate void delGreeting(); class HelloWorld { static void Main(string [] args) { int iChoice=int.Parse(args[0]); delGreeting [] arrayofGreetings={ new delGreeting(Greetings.DisplayEnglish), new delGreeting(Greetings.DisplayItalian), new delGreeting(Greetings.DisplaySpanish)}; arrayofGreetings[iChoice-1](); } } } </code></pre> <p>But this doesn't show me exactly the advantages of using delegates rather than a conditional "If ... { }" that parses the argument and run the method.</p> <p>Does anyone know why it's better to use delegate here rather than "if ... { }". Also do you have other examples that demonstrate the usefulness of delegates.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1084199/how-to-create-a-download-speed-test-with-net-c/1084445#1084445 0 Answer by Omar Abid for How to Create a Download speed test with .NET (C#) Omar Abid 2009-07-05T17:14:52Z 2009-07-05T17:14:52Z <p>In Visual Basic dot net, the "My" class provide a function to download files, try to search for its alias in C#. Then create a timer counter and count seconds ellapsed since the download began.</p> http://stackoverflow.com/questions/1022695/difference-between-import-and-link-in-css 7 Difference between @import and link in CSS Omar Abid 2009-06-20T22:19:52Z 2009-07-02T21:34:33Z <p>I'm learning some CSS to tweak my project template. I come to this problem and didn't find a clear answer on the web. Is there a difference between using @import or link in CSS?</p> <p>Use of @import</p> <pre><code>&lt;style type=”text/css”&gt;@import url(Path To stylesheet.css)&lt;/style&gt; </code></pre> <p>Use of Link</p> <pre><code>&lt;link rel=”stylesheet” type=”text/css” href=“Path To stylesheet.css” /&gt; </code></pre> <p>What's the best way to do it? and why? Thanks!</p> <p>Edit: There is some thoughts <a href="http://www.bluerobot.com/web/css/fouc.asp/" rel="nofollow">here</a></p> http://stackoverflow.com/questions/961942/what-is-the-worst-programming-language-you-ever-worked-with/1055127#1055127 0 Answer by Omar Abid for What is the worst programming language you ever worked with? Omar Abid 2009-06-28T15:47:03Z 2009-06-28T15:47:03Z <p>Javascript before the existence of FireBug and coding it using a Notepad.</p> <p>It was the most horrible code in my life, JS was case sensitive and I had lot of headaches. IE detect errors in a weired way...</p> http://stackoverflow.com/questions/1025048/how-to-position-many-divs-in-css 0 How to position many DIVs in CSS Omar Abid 2009-06-21T23:48:01Z 2009-06-22T09:29:13Z <p>I have gone through a long tutorial on W3Schooles to learn CSS; I learnt some basics but still miss my primary aim: Positioning DIVs</p> <p>This is what I'm trying to do</p> <pre><code>*---------*---------* * * * * * * *---------*---------* </code></pre> <p>My goal is simple and trivial for some, but I'm having headaches doing this the <strong>right way</strong>, in fact I did it but it has lot of problems when I add more text to the DIVs or they simply merge with another DIVs</p> <p>What I did is simply play with margin and padding values using FireBug. All I need now is to learn me this simple (I hope) trick, what I'm missing is: how this simple positioning works? Shall I use absolute, relative positioning? Change the margin, the padding, the size??</p> <p>If you have a good tutorial explaining this point, so please point it. I had other headaches looking for that on Google.</p> http://stackoverflow.com/questions/1020581/how-can-i-programmatically-determine-my-processor-type 1 How can I programmatically determine my processor type? Omar Abid 2009-06-19T16:54:20Z 2009-06-22T07:28:20Z <p>How can I determine programmatically whether my machine is an x86, x64 or an IA64?</p> http://stackoverflow.com/questions/1024240/is-there-any-way-other-than-javascript-to-fix-ie-6-bugs/1024913#1024913 0 Answer by Omar Abid for Is there any way other than javascript to fix IE 6 bugs ? Omar Abid 2009-06-21T22:43:28Z 2009-06-21T22:43:28Z <p>why don't you try FireBug Light for IE? It's not as powerful as FireFox FireBug but can be helpful</p> http://stackoverflow.com/questions/1024864/how-to-design-a-game-web-app/1024896#1024896 1 Answer by Omar Abid for how to design a game web app? Omar Abid 2009-06-21T22:34:29Z 2009-06-21T22:34:29Z <p>Let's decompose this, you need two things if you want to make the whole thing yourself</p> <ul> <li>Client Side: Flash, SilverLight, JAVA</li> <li>Server Side:PHP, ASP.net, Java</li> </ul> <p>As you know vb.net and want to work with asp.net, so I recommand to use Silverlight.</p> <p><strong>How complex can this be?</strong></p> <p>Depends on what you want to build, if you want to build a Mafia war games, then you'll need to work the user interface and it'll be very hard. Also the server side will be important as you need to handle registration and relation between different players.</p> <p>If you specify more your question, you could get better answers.</p> http://stackoverflow.com/questions/1022738/i-need-a-good-programming-project/1022765#1022765 0 Answer by Omar Abid for I need a good programming project Omar Abid 2009-06-20T23:06:04Z 2009-06-20T23:06:04Z <p>if you know PHP and work with Linux, why not give a hand on Wordpress development? There's a lot of Open Source project awaiting help.</p> http://stackoverflow.com/questions/1018976/how-can-i-programmatically-determine-my-processor-type 1 How can I programmatically determine my processor type? [closed] Omar Abid 2009-06-19T16:54:20Z 2009-06-19T17:02:37Z <p>How can I determine programmatically whether my machine is an x86, x64 or an IA64?</p> http://stackoverflow.com/questions/1017282/c-difference-between-system-object-and-object/1017297#1017297 0 Answer by Omar Abid for c#: difference between "System.Object" and "object" Omar Abid 2009-06-19T10:22:55Z 2009-06-19T10:22:55Z <p>As of my knowledge, I know that it's a shortcut, it's easier to use string, rather than System.string.</p> <p>But be careful there's a difference between String and string (c# is case sensitive)</p> http://stackoverflow.com/questions/1013073/call-my-application-through-keyword 1 Call my application through keyword Omar Abid 2009-06-18T14:46:36Z 2009-06-18T15:12:53Z <p>my problem is very simple, but implementation can be hard!</p> <p>I want that my application (Windows Application:: Visual C# .net) is launched whenever the user clicks some keys combinations (on his keyboard).</p> <p>For example it types "Ctrl+W+W" and my application open, that's all, I want the simplest implementation, less code, memory...</p> <p>Thanks :D</p> http://stackoverflow.com/questions/650555/how-to-use-settings-in-visual-c 2 How to use settings in Visual C# Omar Abid 2009-03-16T14:03:28Z 2009-05-30T07:06:11Z <p>I have been a VB.net developer for a long time and changed recently to C#. When I was using VB.net, to call user settings, I just need to create a new setting using the designer and then call it from code with the My namespace.<br /> Here's the code<br /> <code>My.settings.anysetting</code><br /> I can change or get data from it. However in C# the My keyword doesn't work, so what can I do to call settings??</p> http://stackoverflow.com/questions/692286/what-is-0x10-in-decimal -3 What is 0x10 in decimal? Omar Abid 2009-03-28T05:33:05Z 2009-05-22T13:33:45Z <p>I have the following code:</p> <p>SN.get_Chars(5)</p> <p>SN is a string so this should give the 5th Char Ok!</p> <p>Now i have another code but : SN.get_Chars(0x10)</p> <p>I wonder what 0x10 is? Is it a number? If it's so, then what is it in decimal notation?</p> http://stackoverflow.com/questions/637410/how-to-pass-arguments-when-debugging-a-dot-net-application 1 How to pass arguments when debugging a dot net application Omar Abid 2009-03-12T04:51:46Z 2009-05-20T19:16:57Z <p>Hi, I have an command line that uses arguments, I have no problem with this, but each time I want to test the application, I need to compile it, run the CMD, call the application with the parameters from the CMD, because I didn't find any solution that let me dynamically pass arguments to the console in Visual Studio Any idea about that? Thanks a lot!!</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php -1 best IDE / Editor for PHP Omar Abid 2008-10-04T11:01:39Z 2009-05-10T12:48:39Z <p>I want to know if there's an IDE for PHP like Visual Web Developer for .net? Thanks mates</p> http://stackoverflow.com/questions/1311264/regular-expression-pattern-match-url Comment by Omar Abid on Regular Expression Pattern (match URL) Omar Abid 2009-08-21T10:57:53Z 2009-08-21T10:57:53Z no, I have the links stored and they are regular, I mean they have the same format &quot;<a href="http://domain.com&quot" rel="nofollow">domain.com&quot</a>; http://stackoverflow.com/questions/1299298/problem-with-ajax-and-php/1299331#1299331 Comment by Omar Abid on Problem with AJAX and PHP Omar Abid 2009-08-19T11:45:17Z 2009-08-19T11:45:17Z yeah that's it :P sorry for my very useless question http://stackoverflow.com/questions/1299298/problem-with-ajax-and-php/1299365#1299365 Comment by Omar Abid on Problem with AJAX and PHP Omar Abid 2009-08-19T11:43:00Z 2009-08-19T11:43:00Z 1- Yes the page works correctly with the browser 2- Doesn't really do anything 3- Changed it, same result http://stackoverflow.com/questions/1299298/problem-with-ajax-and-php/1299341#1299341 Comment by Omar Abid on Problem with AJAX and PHP Omar Abid 2009-08-19T11:38:30Z 2009-08-19T11:38:30Z yeah I did try access through the browser and the script works correctly http://stackoverflow.com/questions/1292939/php-variables-in-classes/1292944#1292944 Comment by Omar Abid on PHP variables in classes Omar Abid 2009-08-18T10:06:30Z 2009-08-18T10:06:30Z the other function should changes also function printuser () { echo $this-&gt;_un; } Thanks it's working correctly now http://stackoverflow.com/questions/1292910/input-typetext-not-resizing/1292917#1292917 Comment by Omar Abid on input type="text" not resizing Omar Abid 2009-08-18T10:01:10Z 2009-08-18T10:01:10Z +1 for Russ here's more <a href="http://monc.se/kitchen/38/cascading-order-and-inheritance-in-css" rel="nofollow">monc.se/kitchen/38/&hellip;</a> http://stackoverflow.com/questions/1271436/develop-smart-applications-for-windows-7/1271471#1271471 Comment by Omar Abid on Develop smart applications for Windows 7 Omar Abid 2009-08-13T11:46:14Z 2009-08-13T11:46:14Z 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 http://stackoverflow.com/questions/1271293/what-is-the-hot-next-generation-technology-that-a-software-engineer-should-learn/1271301#1271301 Comment by Omar Abid on What is the hot next-generation technology that a software engineer should learn? Omar Abid 2009-08-13T11:23:19Z 2009-08-13T11:23:19Z look interesting and very &quot;Google-Based&quot;, wonder if Microsoft will do something similar http://stackoverflow.com/questions/1211414/page-load-time-with-jquery/1211452#1211452 Comment by Omar Abid on page load time with Jquery Omar Abid 2009-07-31T10:11:24Z 2009-07-31T10:11:24Z 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? http://stackoverflow.com/questions/1211414/page-load-time-with-jquery/1211529#1211529 Comment by Omar Abid on page load time with Jquery Omar Abid 2009-07-31T10:09:55Z 2009-07-31T10:09:55Z you'll add mike houston tip in adding the first line of javascript in the &quot;head&quot;, this will increase accuracy http://stackoverflow.com/questions/1211414/page-load-time-with-jquery/1211452#1211452 Comment by Omar Abid on page load time with Jquery Omar Abid 2009-07-31T09:15:55Z 2009-07-31T09:15:55Z very intensive, looking for something easy and simple, will browse it though http://stackoverflow.com/questions/1211414/page-load-time-with-jquery/1211443#1211443 Comment by Omar Abid on page load time with Jquery Omar Abid 2009-07-31T09:07:54Z 2009-07-31T09:07:54Z no i want it for every browser; this is because i'll be gather all loads time and making analytics with them later http://stackoverflow.com/questions/90924/what-is-the-best-php-programming-book/91128#91128 Comment by Omar Abid on What is the best PHP programming book? Omar Abid 2009-07-28T11:41:21Z 2009-07-28T11:41:21Z @John Fiala but it won't learn you the basics http://stackoverflow.com/questions/1147587/games-for-learning/1147802#1147802 Comment by Omar Abid on Games for learning Omar Abid 2009-07-20T06:47:53Z 2009-07-20T06:47:53Z &quot;Writing small exercise-programs&quot; -&gt; 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. http://stackoverflow.com/questions/1140534/how-to-re-size-a-box-with-css-or-javascript/1140688#1140688 Comment by Omar Abid on How to re-size a box with CSS or Javascript Omar Abid 2009-07-17T13:22:17Z 2009-07-17T13:22:17Z no problem, but i didn't understand what u wrote!!!