Jump to content

mostafatalebi

Members
  • Posts

    200
  • Joined

  • Last visited

mostafatalebi's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. Hello My main operating system in Windows Xp. I have a Linux CentOS 7.0 Which is installed on a vmware. Due to some reasons, I cannot install ZendServer on this virtual machine. What I like to do, is to install it on another virtual machine configured in my Windows. So basically there would be two virtual linux on a host Windows. Is it possible to connect my main working virtual linux to the second linux which has zendserver installed? How should I connect to the second linux virtual machine via the first one?
  2. I want a more robust language for application development. I know C++ just as a beginner. but am not sure if the employment prospect is promising or not. Since it is real a time-demanding language. So I have to be sensitive about it.
  3. Hello My question is not a Vs. type of question. I want to know which language is better to learn when you are a PHP programmer, Java or C++? I mean from an economic point of view. I already know what Java and C++ can do and how they are different. But my question is that, when you are a PHP programmer, and want to learn a programming language, which is better, Java or C++, from a job point of view?
  4. Hello Can any one introduce a book/DVD for Programming Windows application with Python? Thanks
  5. thanks for your reply. Then I more try to become a task-managing programmer...
  6. thanks for your reply. I have a MA degree in English Literature. Then, based on your given points, this might come useful to me. Of course, assuming I have the necessary practical knowledge of Web Design and Development.
  7. Hello I am from Iran and want to move to Canada several years later. My questions are: Is having a degree in Programming or Computer Science necessary to get a job? Are there any reliable online center for issuing certificates? Thanks in advance
  8. Hello I have two domains. My main domain is working for around 1 year, while my second domain is only one day old. I have added the second domain as my addon admin to the first one via cPanel. the second domain contains an index.php which redirect the visitor to the main domain. I have bought, due to some issues with first domain, the second domain for Google Adwords. Now, I'm confused whether or not do I need to do any SEO things to the second domain? Because when people search the google, Google Adwords will show my second domain as the website domain. thanks
  9. Hello I have problem with Adobe Dreamweaver. When I minimize it or when after writing one or two lines of code I maximize another application (such as firefox), dreamweaver alerts me. the below picture shows you exactly what I mean. Because I do not know the exact technical word when an application task bar icon turns blue as if some operation in it has taken place. Take a look at this: and if you know whether OS or DW are the cause, tell me. thanks in advance
  10. Hello I have an order from one of my clients which would turn into a huge website with many daily visits and download/uploads. Now, I'm searching for a fine hosting solution. But what confuses me, is that, for such a project should I select a shared-hosting or a dedicated hosting? Because I need PHP 5.3 (most probably 5.4).....Please help me in this regard
  11. Hello everybody I don't know what should I do for cross-domain ajax request. Whatever I do does not work. For instance the following code just fails: $.ajax({ type : "GET", dataType : "jsonp", url : "myurl.com/file_to_process.php", data : "name=myName", success : function (msg) { console.log(msg); } error : function () { console.log("ERROR"); } }); the server PHP file: if(isset($_GET['name'])) { echo $_GET['callback']; } The above code always console.log "ERROR" and has made me mad. I have tried it with numerous tiny changes
  12. No it's not tag. it is category. as strong as category. Just the way I displayed conveyed the tag. No, it is category and I know what's their difference. thanks
  13. Hello everybody I'm developing a simple product-gallery website. Due to my client request, I should code it from scratch and don't use CMS such as wordpress. I wonder what is the best way for a product to have cateogries? Let me explain: I have product A which is a Laptop. It has following categories: ASUS, light, expensive, office, award-winner Each of the above words a category. For instance the cateogry "office" includes laptop appropriate for office and non-graphical tasks and the other words are explanatory as well. Then, I want to make a product table, what is the best solution for category field? Should I make a column for each cateogry, in that way I have to impose a limit on it. For instance 5 columns for category which makes it limited. Or, I should use only one category and separate them with comma. In that way I should use a little reg exp. What is your suggestion? thanks in advance
  14. Good answer. specially that of session save-address
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.