I have got a nice post here http://www.danielwmoore.com/extras/index.php?topic=7691.0
A blog about web application development mainly on backend side
Monday, May 20, 2013
Sunday, May 19, 2013
Send 160 character sms instead of 80 character on Samsung galaxy s3
If you can not send sms of 160 character using your samsung galaxy s3 then you can use handcent app from playstore.
Using Handcent should fix the problem.
https://market.android.com/details?id=com.handcent.nextsms&hl=en
Using Handcent should fix the problem.
https://market.android.com/details?id=com.handcent.nextsms&hl=en
Subscribe to:
Posts (Atom)
What is DaemonSet in Kubernetes
A DaemonSet is a type of controller object that ensures that a specific pod runs on each node in the cluster. DaemonSets are useful for dep...
-
XmlDocument xdoc = new XmlDocument(); xdoc.Load(Server.MapPath("~/pp1.xml")); string PersonCount = xdoc.DocumentElement.SelectNode...
-
A DaemonSet is a type of controller object that ensures that a specific pod runs on each node in the cluster. DaemonSets are useful for dep...
-
Here is the code: <%@ Page Language="C#" CodeFile="~/listen.aspx.cs" Inherits="listenerTest.listen" %> ...