flying in Air
- Interests
- gaming, surfing
- PC Specs
- core i3 win7
9 Posted Topics
Hello, we are developing an application, where we got to call the service which is availbale on the some server. we did it on local server(localhost), and it is wroking fine..Now we want to deploy it on the real server and make is available.. My question is, is there any … | |
Re: I think, am the most genuine guy to answer this thread, as am a professor in one of the reputed college in India. Truly I think Indian Engineering education is losing its quality as we are producing large number of Engineers every year...As increase in the number of availabilty of … | |
Re: Head first Android is good..or better you refer some video tutorials on youtube before you start reading any book...It give you more clear picture as beginner | |
Re: Start with Druapl you have good support for eCommerce tasks there, look into some example of eCommerece sites created using Drupal CMS, they are fab.. | |
Re: Your code has lot of constraint to check, but there is an simple solution for this one, just reverse the given string and compare it with the original string, if it matches then its palindrome or else it is not a palindrome...here is a code sample int main() { int … | |
I am new into the computer Science..I just completed reading and understing the C programming language..I think am quite decent in it..Now I want to start studying a new programming language this semester, before I start, I want to get some advice from the experts, should I choose Java or … | |
Re: Due to security reasons, the request.getParameter will not work in the newer browser, I tried such as example, where the image used to be uploaded onto the server in the form of blob, I share that code with you but its in PHP, and here it is.. <?php $fileUpload_name=($_FILES['file']['name']); $fileUpload_size=($_FILES['file']['size']); … | |
Re: Its better to install the whole LAMP(Linux, Apache, Mysql,Perl PHP) combination..The steps are very simple, just google the steps to install there are some set of sudo command to install mysql and apache then try mysql -u<username> -p password you should get mysql> prompt, if you want to make mysql … | |
Re: > obj.x will only allow me to use the x of class S2 I think its because you created the oject of class S2, it seems like variables are overriding here...you cant refer the variables of the base class without their ojectes |
The End.