Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~2K People Reached
About Me

flying in Air

Interests
gaming, surfing
PC Specs
core i3 win7
Favorite Tags

9 Posted Topics

Member Avatar for Trap910

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 …

Member Avatar for JeffGrigg
0
102
Member Avatar for Skyline77

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 …

Member Avatar for somjit{}
-7
587
Member Avatar for ahmed.talha.16

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

Member Avatar for peter_budo
0
113
Member Avatar for uniecommerce

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..

Member Avatar for ozstylo
-2
135
Member Avatar for nirbilcahn

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 …

Member Avatar for vijayan121
0
411
Member Avatar for Trap910

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 …

Member Avatar for vegaseat
0
282
Member Avatar for vimal_3

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']); …

Member Avatar for Trap910
0
198
Member Avatar for lewashby

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 …

Member Avatar for Trap910
0
282
Member Avatar for nmakes

> 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

Member Avatar for Ancient Dragon
0
227

The End.