Hi,
Is there any possiblity to implement Push at iPhone Client if we know the DeviceToken. Why we cannot go for a client side Push Implementation ? And if we have cert as .p12 on client Documents Directory
Tharindu.
Hi,
Is it possible to simply get the twitter posts done by a particular user into an application with simple http requests without logging in. As xml or json format.
what I want to do is I want to get my twitter feeds as xml or json with a request, is it possible to do that.
Could someone post example http request if its possible to do so.
…
I want to insert a record into a sqlite table if its actually not inserted.
Let's say it has three fields pk, name, address
I want to INSERT new record with name if that name not added preveously.
Can we do with this in a single Query. Seems like its slightly different from SQL Queries sometimes.
Thanks you,
Tharindu Madushanka
I was able to install MAAS server using ubuntu 12.04. Then boot up nodes from he PXE. Then installed maas-precise-x86-64-commissioning through pxe.
Now the installation is done. but im unable to commission with the MAAS server. It does not show it as a node and neither im unable to add it manually and end up with following error.
Also what…
Possible Duplicate:
I can't able to install ubuntu alongside with Win7 ..:
When I try to install ubuntu 12.04 - 64 bit alongside win 7 prof. 64 bit it generated the following error. How could I proceed without having this?
I - An error occurred:
Error executing command
command= C:\Windows\sysnative\bcdedt.exe /set
{1…
I am using following code to resize the image.
Resize a UIImage Right Way
And I use interpolation quality as kCGInterpolationLow.
And then I use UIImageJPEGRepresentation(image,0.0) to get the NSData of that image.
Still its a little bit high in size around 100kb. when I send it over the network. Can I reduce it further. If I am to…
Hi guys.. i have problem in ajax.. im new comer for ajax...:)
<script type="text/javascript">
$(document).ready(function()
{
$("#bcode").focus();
//prevents autocomplete in some browsers
$("#bcode").attr('autocomplete', 'off').keyup(function(event)
{
var name = $("#bcode").val();
…