Jump to content
xisto Community

mahesh2k

Members
  • Content Count

    3,242
  • Joined

  • Last visited

Everything posted by mahesh2k

  1. If you post enough content in one post then surely you'll get some good mycents. But there is one catch to this- you have to stay under 1000 posts or else mycent count will decrease. This is what i have found on the KS. i guess same algorithm works here with mycents so be careful and write longer yet good content replies. As labsnstuff said earlier you should get either hosting from someone else or domains from someone else. Don't pick both from one place or else you'll waste a quite time earning credits here.
  2. Only thing i didn't managed to do with SQLite is the connecting database to ironpython program. I would like to learn that and want to create some small programs that can run on multiple platforms. I know there is administrator for SQLite but i have no idea how to work with flat files for the desktop and how to attach the program with that file and ship it. If i get any idea of doing that then i'm going to be on spree of small programs that do minimalistic to-do tasks. :-)
  3. Wrong. Market is not always right. It's job of marketers to make the crowd look as if its right. Many useless products sell in this market doesn't mean market is right. Market(crowd)goes with hype and overselling rather than needs and facts behind product. Not always, people who are engaging into piracy don't want to pay for anything that is on the internet. That freebie sucking crowd in the market is not right at any time. There is no way out of this unless artists and people sue the pirates. CPM and ad model is not always beneficial, it doesn't pay to run dedicated servers, CDN and artist royalties. CPM and ad model for the sake of youtube or some popular site doesn't give results to merchants and advertisers because many people are ad-blind to the ads on such sites. Also with tools like ad-block plus, ads are getting tripped these days. This was the reason Murdoch made news as paid and content and still running some quality content shops effectively. Nope. Market collapses when they insist on free all the time. This is what happened in last 3 years where people expected internet content, domains, hosting, music for free. We're just out of recession for your information and unless we pay for stuff, this recession cycle is likely to rotate again. Economy collapses when market acts like a hippie crowd on steroid. Err i can go on big lecture on this. Many open source developers are frustrated for using GPL license. Take case of Chris Pearson and his thesis theme, he got frustrated because he made premium theme for wordpress with restriction of distribution(which is right knowing the paid product) but got sued by wordpress foundation for his action, now talk about impact. Not a single company is feeling good because of GPL and open source PUN, it's the only server market (linux) which is in profit because OS being cheaper and so is support. People will always find a way to get free stuff or to take advantage of others. We're animals and that's natural. Wrong. google's earning has affected because of free services. Many services(like notebook) last 3 years got closed because of free for all madness. Microsoft survived recession and is still strong with their launched products in comparison to dying services of google. Orkut is also on close to shutdown as facebook commercialized the service more than google. It's not that people hate microsoft service, it's about freebie sucking mentality. People love to suck others for free resources. One source to another till they get something without any effort. today linux tommorow something else. one distro dies another rises and they start sucking to it. Take case of apple they're more screwing things than MS or linux, still moody people buy apple because it works for them and it's like status quo (owing a Ferrari etc). You have to see this in terms of profit and loss of community and society and not in terms of what YOU like and make conclusion like so-and-so market thinks the same way. Market is programmed by businesses and copywriters, promoters like puppet show and people react based on the strings attached to them.
  4. Haha that is indeed one hilarious title. And i agree it's one worst thing that you can own by the way. My tracker ball mouse got retired on 2007 and ever since that day using USB mouse from microsoft. It's 3+ years so far and things are going smooth without any issues. I hope things will continue to stay this way because it's hard to get any accessory here in this village where i'm working right now. Oh that last line was funny, used to do that in net cafe.
  5. Why not create a thread with that data ? You don;t need to publish your paper here but atleast summary will do. This will help many people here and outside the forum. If you don't want to post in forums then you can instead write blog entry and post it in status message or in this thread. I'm sure this will definitely help many people here who are looking for such information. So do post about it if you get time or would like to share a summary of that paper.
  6. @Contactskn, so far i didn't noticed any captcha. I guess you hit some glitch or maybe admin activated captcha and we're not aware of ? I'll wait and see if that happens to me. You can create a support ticket and wait for weeks to solve that. Maybe kontera or infolinks revenue sharing should be added to lure some more members. I don't know why it was closed with new forum. I don't expect any improvement here from opaque but still for last 6 years this is the first thread which poped up that says -'save the forum'. I mean seriously opaque, tell us the truth if you want us to go away from this forum or you just want us to create content 6 cents per 150 words for this forum ?
  7. Python is very easy to learn and deploy on web host. For example, once you learned python and wants to deploy it on the web server it is very easy to do if host supports python. You don't need to play with server settings or command line to do that. Host will have enough tools to get you started using django or simply pasting pages on file manger and then running the address will work fine with some host.For ruby on rails, it's hard to manage things if there is no way you can access the java based command line on cpanel or helm. This will slow you down but if you done this then there is equal learning curve to set things up for site.
  8. Is it ? so why don't you give those pirates your bank account number and your cash ? if you stop them from doing that then that also appears like standing in front of tsunami and saying ' i'm right and you're wrong'. When it's someone else's property then you're free to screw or comment on it. You're expecting everything for free and nothing in return to them eh ? Why don't ya apply that to your life as well ? I'm sure you'll have no issues if someone copies your content, money or anything that is your property right ?
  9. 000webhost.com often deletes user account without notifying them. If they're low on space or bandwidth then they expect you to pay instead of offering the same package. They suffer from a lot of downtime. They tried to host with freeservers.com but it went bankrupt and it didn't helped them to get more visitors. Same is case with xisto, there are many servers here with downtime. If you got lucky with any good server then good for you else just get hosting from other site and register domain here at xisto. In my opinion hostgator and dreamhost are the best host for shared hosting. Dreamhost also has coupon code "FRIDAYBONUS" for free domain and free IP address for life. This is good offer considering they offer good hosting, less downtime for blogs. If you've multimedia scripts to run then instead of dreamhost try sites inmotionhost.com
  10. I think you should use same theme for two cores. What i meant to say is that this will preserve the navigation if you do some minor changes in nav menu. For example, add the main site's navigation links to the blog as well. Change the sidebar with the current posts and the archives. Done. You don't need to sweat much now on the both cores. You should do only the nav bar adjustment and also keep the theme same in both sides. Why ? because if you want to capture attention of visitor without turning them off on any new blog theme appearance. Many sites are doing this already and they're integrating wordpress with their main domain static nav bar. Hope that helps.
  11. The code that you got from google looks fine to me. It just needs to be changed as per your requirement and the way theme works. Make sure you change CSS of the theme as well. CSS will make sure that you don't have any text-decoration( like links) attached to the theme. You can then bold the link.visited{ } part in CSS. Also do the necessary changes. I hope i got what you're asking so far. Sorry for the late reply, i was offline for few weeks so unable to get to reply you.
  12. I have seen similar situation with restaurant and my friend managed to redirect users to their another restaurant which was across the lane. In case of hotel you can do the same and ask the guest to move to another hotel within same company by taking cab. You can also send tea and breakfast free of cost which hardly matters for four or five star hotel these days. Again this will work only if the client is not pissed off to the max, else expect the worse.
  13. Almond can also increase some weight. This is the reason many doctors ask us to take it in moderate amount. I have seen doctors asking patients of kidney stone to avoid almond in their diet. Too much of almond will increase weight and in turn this will affect the lifestyle and lead to kidney dysfunction, this could be one reason so it's better to avoid almond in excess in your diet.
  14. Not that i use much for java development so that is not the problem for me. I think if it has support for QT and ROR then it's enough for most of the developers. But the way it sounds - heavy and can't comment on it's user friendliness unless i test it on my own. But i guess it'll be similar to other maemo phones out there.
  15. If you want some results then there is hardly anything you can find on basis of free. Good things in life are supposed to cost something - money, time or anything else. I think you should definitely search on facebook or other site, lurk on japanese websites and then see if you can find any. Most of the anime forums, movie forums and other entertainment forums related to japan are crowded with local gals who also speak english or use text-converter so yes look over these places. I don't think dating sites are reliable but it's upto you at the end.
  16. Hi Anwii thanks for answers. I did one experiment 6 months ago related to nofollow link and my results are definitely impressive. I started one site and used article writing on xomba and few other nofollow sites and found that domain was indexed in few hours. So yes, google does pay some attention to nofollow places on the web. I'm definitely going to pay attention to directories and content writing sites which are keeping nofollow tag on the submitted articles. Those places are good for traffic because on such places there seems to be a lot of member activity.In between i'll definitely spend some time testing how 150 word page performs on SE (though i have strong feeling that it'll perform good if there are other feeds on page just like on xomba or other sites where bookmark submission length is 50-150 words). Also thanks for clarification on grammar mistakes/typo, i think i have to get back to my british english class notes.
  17. I always prefer JS behind the site's background for knowing this information. Infact most of the analytics site use this method to understand the user and browser behavior. I never came across any script that shows browser information using PHP code or java code. So thanks for sharing this on forum.
  18. So far for 6 years we had no issues with domain registrar because Xisto is domain reseller from Psychz networks. Xisto also hosts dedicated server from psychz so you can guess that if you find xisto ending up then you'll have to move to parent company that is -psychz networks. I didn't find this issue for last 6 years, though i agree hosting sites on this place is like inviting for spyware/sql injection on cpanel and site. But atlest for domains this site is good. If you're skeptical then don't put all your eggs in one basket. You can always use sites like hostica for 1$/month hosting which beats xisto in terms of quality.
  19. Hi anwii, thanks for the answers. Few more questions that i have regarding these topics. 1. LSI - i'm a bit confused with overall pictuer of LSI, any idea how to view it in layman's way ?2. Grammar Mistakes - i wasn't clear with grammar mistakes/typos. I mean to say if bani and i started separate blogs on ASP.NET and being a non-native speaker if my blog contains typo and grammar mistake more than bani but carry more content then how quality and social vote will be judged ? i know that there are many irish, poland programmers who write in less grammatical friendly way but have solid content, in such case how google will judge with ? backlinks ? social promotion ?3. Duplicate content - by the way, adding comments under the duplicate content increases SE value ? i know it is myth but some people i came across on infobarrel say comments are also part of content for which i disagree,so asking you for this. 4. Content length - do you think there is minimum and maximum content length limit ? i know more words are helpful for SE promotion but i have also seen 150-200 words content ranking higher. so which should be min threshold ?Thanks again for the earlier answers. I find it hard to post here but this thread is keeping my one foot sticky at KS.
  20. Namecheap is the best option for registering cheap domains. But if you want domain protection then securesignup.net, gossimer, limedomains are the site that can be used instead of 1and1. Namecheap offers free privacy for first two domains and then after that they charge 2.99 for upto 5 domains. Don't feel bad about your site going down. Start a fresh with new topic and aim and host somewhere else. You can still get domains here by posting but looking at the way this site is going nuts and craps with mycent and the quality of hosting. It's better to get hosted on other site than this site.
  21. Weird. I have never seen google webmaster team sending any emails. How they found your address ? From your frontpage or about page ? is it there to begin with or is it some SEO company that sent you email ?In any case, check if any of your HTML or PHP pages are injected with some malicious scripts. I don't know where to check for security but most antivirus sites can give you alarm for such scripts. Check on other computers or ask for help on sites like phishtank. You did good thing by contacting Xisto - Support. Not sure in how many days they're going to reply you but in any case it may help.
  22. Hi anwii, now that i'm inactive on this site i find it hard to follow your replies and thread. Is there any other place you're active? forum or blog ? :)Thanks for the update. Glad to know that you're starting a guidance site for mini sites and make money online. This is very much needed because there is a lot of distractions already. By the way can you discuss changes like LSI, Grammar mistake and search results, duplicate content topics on this thread ? this will keep this thread active. If you don't want, you can post it on your blog or another forum if KS is going crappy and down like this. (Psst- Xisto is down for 2 days and Xisto redirect for this forum stopped working, sad to know the way shri is thinking). Anyway, that's not our problem. I would love to see update on above three topics - LSI, Grammar mistake and search results, duplicate content.
  23. Not stereotype but that's true. Many development firms are not trying for linux in the fear of less revenue and hacked clones. So i don't think it's stereotype in any way. Though ID software is porting old games to linux just to get more people attracted towards their brand and games. This is a strategy which only keeps developers alive but making money ? hmm, hard. Nothing stereotype about it. It's better to create games for PC and consoles than giving away for free on linux. Atleast it pays bills.
  24. Problem with terminal way of thinking is that it's waste of time if you're going to teach noobs. Many things can be accomplished with simple clicks and are easy to remember with GUI. But using dark background CLI people often forget things, and those who forget phone numbers and name of people around them should seriously consider GUI or desktop manager instead of CLI. Not that i hate linux. But i see that platform as less beneficial for me. Everything under that platform is going for free and that makes no room for paid developers. Same goes for any small business aiming for software on that platform. No wonder top brands are not going to put their product on linux. Linux actually made people freebie sucker and killed business. So this is the reason i prefer not to waste my time on individual distros and same goes for any particular dsitros. All the distros are on my VMWare machine and i rarely look at them as there is not a single productive app on linux for me (like photoshop, visual studio, etc).
  25. It's very slow no matter how fast is your connection. I found internet explorer taking loads of time just t find the ftp site and then connecting to it. It has to be some problem with IE and not internet connection because connection was fast on other tasks except with IE FTP. Firefox's FTP Add-ons or FireFTP program which works outside the browser is worth installing. I use fireFTP on windows XP.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.