Re: Help with loops and when they end? for a newbie? Programming Software Development by Ene Uran … for testing. See what that will do for you: [code]# shorten list for test a = range(1, 10) b = [] d = 0… Re: how to add a new row in datagridview in vb.net Programming Software Development by Eternal Newbie Shorten it down like this: [CODE]dim dr As New DataRow("Your row's name") dt.Rows.Add(dr)[/CODE] Re: Should I use short or long urls on Social sites Digital Media Digital Marketing by woodroseint Shorten URL, users even myself, don't want to click. It looks like untrustworthy. On twitter, however you can post short URLs. Final Note: If you can write full URL, there is no harm at all. Dont Spam with the same URLs. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by Zamlee [QUOTE=globalseo;1748315]When I do my website SMO at that time some of SMO sites are not allow long url as their per admin rules So I have need for shorten url sites do anybody provide me any shorten url sites ?[/QUOTE] There are many shorten url service providers such as goo.gl (google) bitly, tinyurl etc.. Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by globalseo When I do my website SMO at that time some of SMO sites are not allow long url as their per admin rules So I have need for shorten url sites do anybody provide me any shorten url sites ? Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by bestvaluecopy There are many site available for shorten url. I use mostly TinyURL and Bit.ly for url shorten. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by Atcomaart Open Google and then type in its search box Google Shorten and then in displaying result you will get the Google URL shorten(goo.gl) page open it you will get the site of doing short URL of your site. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by sheena2012 … admin rules So I have need for shorten url sites do anybody provide me any shorten url sites ?[/QUOTE] try bitly, it… Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by Ramkarthick123 type shorten url in the google hence it gives plenty of relevant searches. You can use google shorten url too Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by singh1720 Following free URL shorten-er services that will really helpful for you. TinyURL, bitly, Google, Ow-ly, Tiny-cc, shortURL, Firefox Add-ons and etc Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by sophia123789 Best way is to search in Google but if you asking than, you can use tinyurl.com its they good site for shorten urls. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by brianwaugh90 Tinyurl.com is the best and easy to use website to shorten the URL. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by Jashandeep I ever use Bit.ly for url shorten. so i will suggest you the same. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by sizzlingkenny try this shorten url site.. [www.surls.us](http://surls.us/) its free and with stats.. you can track your short url traffic and visits in a real time.. as well as you can protect your links with password..so they will not be publically accessible.. cheers... Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by JimmDavis Bitly is the best choice for shortening the URL..Iam using it to shorten URL.. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by donaldjoyal i always use goo.gl to shorten my urls but there is also some more sites which you can try like Bit.ly, tinyurl.com and tiny.cc. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by aishasony notlong.com, metamark.net,tinyurl.com are some free shorten URL sites Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by myclass is.gd is another great site to create shorten url. Re: Shorten URL Site? Digital Media Digital Marketing Search Engine Strategies by Shail164 a2n,AZQQ,Beam.to,b65.us,CanURL,C-O.IN,DigBig,easyURL,bitly,goo.gl this is the list of Shorten URL Site shorten awk code Programming Software Development by navneet.sinha.505 help me to shorten this awk code.I m newbie for this language. {if(NR>1){z=0;x=$1;while(x){z+=x/(x^4+x^2+1);x--;}printf"%.5f\n",z;}} Shorten Code Programming Software Development by Maria Jose Hi. Can anybody help me how to shorten my code? This is for a calculator gui using assembly … shorten aspx page code behind on page load.. Programming Web Development by korathualex redirecting to aspx page which is quite big..For instance jobreport/Detailedjob/JobRefID.aspx?Jobid=1234 ... i WANT TO shorten it as jobreport/JoBRefid.aspx?jobid=1234 code behind on page load.. Re: Shorten String Programming Software Development by Reverend Jim I guess it all depends on the definition of **shorten**. Perhaps the OP will elaborate. An old saying (usually attributed to a wise old native) about daylight saving time goes "only the government could believe that you could cut the top off a blanket, sew it to the bottom and end up with a longer blanket. Re: Shorten String Programming Software Development by joshl_1995 What I want to shorten is a base64 image so the user doesn't have to input a really long string, I want it to be as short as an md5 string. Possibly just like an md5 string besides the part where it's not decryptable. Re: Shorten String Programming Software Development by Reverend Jim Can you give us an example of a string you want to shorten and what you might like to see as a result? Re: Shorten Text For Short URL Programming Web Development by LastMitch >But I'm just thinking people would consider it still to long. how about username-token, the username will be fetch from the id from the database and the token would be shorten to 6, you can short the number by using php. then it will look SEO friendly. I assume that was your goal? Re: Best shorten URL script ? Programming Web Development by Graphix If you want to shorten a URL, you either use only a .htaccess file …or visitors (I don't know why you need to shorten URL's, perhaps as service or for usage on …to do the above, either hire someone or find a shorten url script somewhere (although they do not grow on trees… following link: [url]http://www.google.nl/search?q=shorten+url+script[/url] ~G How Do I Shorten This Conditional Code ? Programming Web Development by borobhaisab …'])) { $limit = intval($_GET['limit']); } else { $limit = intval(1); } ```` I can shorten it, like this and it works: ```` $limit = ISSET($_GET['limit…>"; } else { $limit = intval(1); } ```` Now, how do I shorten it ? These 2 fail! Show error: 1 ```` $limit = ISSET($_GET… How to shorten the sum of values from fields? Programming Databases by wolverine_ramir I have this kind of query: [code=sql]select (s.t1 + s.t2 + s.t3 + s.t4 + s.t5 + s.t6 + s.t7) total from summary s[/code] is there a way that i could shorten the formula? my table fields are growing and i need to include them in getting the total for the values. Is there any way to shorten this program? Programming Software Development by NickRx …++. I want to know if there's any way to shorten this code. [code] #include <iostream> using namespace std…