Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements

9 Posted Topics

Member Avatar for panduranga_1

In Andrioid OS mobile, if you drag from top there will be many unread notifications, it is said that they are called push notifications. But in my mobile i am getting many such spam notifications every hour like movie updates etc, which are not required for me. How to disable …

Member Avatar for panduranga_1
0
292
Member Avatar for panduranga_1
Member Avatar for happygeek
0
316
Member Avatar for panduranga_1

Is it possible to create our own hosting using a server computer with good hardware configuration. If we install Linux server or Microsoft server edition like OS inside a computer, will it turn into hosting Server like Hostgator, godaddy etc. For example, If we create a website inside a localhost, …

Member Avatar for rubberman
0
469
Member Avatar for panduranga_1

What is the exact reason that Iphone is more costlier than Andriod phone like samsung or other brands with china hardware. I have not found any difference between two phones. Many andriod phones have same outer design like iphone.

Member Avatar for deceptikon
0
188
Member Avatar for panduranga_1

Sorry, recently i have came across working with testers, previously i have tested website my self. When testers do web User Interface Testing, they find silly ui bugs that users can't find and force devlopers (me) to solve those bugs. They can't find important bugs which is related to backend …

Member Avatar for Member #1111627
0
291
Member Avatar for masimies

Have you checked the content of $row array Near line no 15: Debug like this way, by adding the following code $row = mysqli_fetch_array($result) var_dump($row)

Member Avatar for masimies
0
240
Member Avatar for panduranga_1

I am new to php frameworks, it is said that php frameworks provide reusable code, more than code written in flat php, but in most php frameworks we write code in 3 sections like models, views, controller etc. How that code is reusable, in another projects? In flat php, we …

Member Avatar for vps9.net
0
226
Member Avatar for seularts

Have you tried jquery animate easing option, Jquery animate function is much complicated. there will be easing plugin i think. To solve your problem you need to know more about Jquery animate function. http://api.jquery.com/animate/ http://www.learningjquery.com/2009/02/quick-tip-add-easing-to-your-animations

Member Avatar for panduranga_1
0
338
Member Avatar for didinadeen

Have you used JSON.stringify https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify try like this $.ajax({ url: '/echo/json/', type: "post", dataType: "json", data: { json: JSON.stringify([ { id: 1, firstName: "Peter", lastName: "Jhons"}, { id: 2, firstName: "David", lastName: "Bowie"} ]), delay: 3 }, success: function(data, textStatus, jqXHR) { // since we are using jQuery, you don't …

Member Avatar for panduranga_1
0
405

The End.