short

I want to change the length of the shortened ID in PHPurl

Hey, I've installed PHPurl a URL shortener (from http://blondish.net/resources/scripts/phpurl/) to my website and customised it to the style of my site. Everything works okay, except it generates the URL id by adding one number each time. For example: .http://)jpine.co.uk/1 then to .http://jpine.co.uk/2 I want it to look a bit more li...

sending ushort ulong byte data over tcpclient object

Hello ,My application in c# wants to cominicate with 3rd party Tcp server to send data and recieve back response messages ...The syntax of commands has UShort,ULONG,BYTE type datas a sample command that needed to send by my app is USHORT 0xFFFF USHORT 0x00D0 BYTE 0xDD then in app i send data as TcpClient tcpClient = new TcpClien...

Creating a Facebook page and access it via shorturl

Hey Guys, so Ive created a Facebook page, no content as yet, really, i would like to know if it is possible and if so, how do I set it to be accessible from eg: www.facebook.com/mypage ? Thanks in advance ...

Small, easy and general PHP programming book

Possible Duplicate: What's a good book for learning PHP? Is there on earth a good and small book about PHP. I don't want that 1,400 PHP book that teaches me each PHP function aside and then talk about creating a project in 10 pages. I'm looking for a PHP book that teaches you how: General, short intro. about PHP OOP in PHP M...

Shorten URL text on links like stackoverflow?

Hi, I need some help in PHP to create short urls just like StackOverflow creates when we comment any long URL in comments on a question. StackOverflow shortens http://www.noupe.com/how-tos/10-ways-to-automatically-manually-backup-mysql-database.html long url to short urls like this noupe.com/... I require similar kind of functional...

Short code generator for long text in java

I have long text that identifies few things in my application For example my code: U2Cd3c7a781856c69559539a78e9492e9772dfe1b67.2.nrg As I am sharing this key in public, it is bit long and I would like to make short by transforming just like shorturl so that is shorter in public and internally i would like to map this long text as...

shortening url to cms

Hi We have a CMS application that lets people create websites under our domain. The system was built a few years ago and it used a method that transfers parameters such as website id, folder code and more using the url. this method created a giant url for every item in the website For example: My domain is www.domain.com A users webs...