Search results

  1. olystyle

    How can i remove Backlink from w3layouts.com Templates

    which template do you have?
  2. olystyle

    Gui software

    C# is a good choice for sure - however Java and/or Scala have got their strong points aswell not to long ago (think it was 2009) they released JavaFX the successor to Swing and AWT (regular GUI Libraries) - just completed a GUI with JavaFX couple weeks ago and I really liked it! Oracle also...
  3. olystyle

    New server causing Wordpress issues?? HELP please

    just in case that the reset jazzc advised didn't work out - here's a little snippet you could put in your .htaccess to get rid of the slash: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{THE_REQUEST} \s(.+?)/+[?\s] RewriteRule ^(.+?)/$ /$1 [R=301,L]
  4. olystyle

    Looking to build a new website, need suggestions for best ecommerce platform

    I think you should go for Magento - especially when it comes to scalability and performance its most likely the better choice for such a project.
  5. olystyle

    What software do you use for project management/task management?

    Check out redmine or its fork chiliproject - both solid open source solutions...
  6. olystyle

    Lots of android dev leads, how to monetize?

    Exactly! Asking if they are willing to sell Adspace - then resell the offered Adspace. Most likely they'd like to know what kind of campaign you are planning. Telling them that you forward/resell to other developers (or lets call them competitors) will let em jump off immediately. You have to...
  7. olystyle

    I am looking for python and php tutorials. Can anybody help me?

    Good book: http://www.diveintopython.net/ Book: http://swaroopch.com/notes/Python/ Perfect for a quick tryout: http://pythonfiddle.com/ http://www.pythonforbeginners.com/ Challenges: http://www.pythonchallenge.com/ Good read: http://www.greenteapress.com/thinkpython/thinkpython.pdf Check out...
  8. olystyle

    [URGENT] Education and IT Certificates

    Yo healzer Quite hard to suggest a fitting certification - can you tell a little more about your friend? like background, what he needs the certificate for, maybe field of work... As you can guess there are plenty of different certifications. If he'd like to do rather technical certification...
  9. olystyle

    Lots of android dev leads, how to monetize?

    lots of apps need a Server infrastructure wich should be as scalable as possible - of course there are a lot of Providers offering such a PaaS or IaaS (for example heroku, joyent,...) maybe they got some affiliate programs? you could also Mail them that you are looking for adspace targeting a...
  10. olystyle

    Develop a Search Engine Like Google

    I recently came across a something nice: If you are looking for a suitable database you have to check out hypertable! hypertable is a further developed version of HBase wich attempts to implement Google BigTable design - Hypertable is most suitable for a searchengine: Its used and sponsored by...
  11. olystyle

    [Hostgator] Heavy CPU problems. Who's responsible for this?

    I don't really think its that much... if you do the math thats 2.314 views a second on average - how many views do you get during peaktimes? Do you use a CDN? cheers olystyle
  12. olystyle

    [AWESOME] Collection/Library of design patterns wich trick users!!!

    I just came across this awesome site wich is collecting "bad" UI Designs wich might trick users/visitors :-) Enjoy: http://darkpatterns.org/ cheers olystyle
  13. olystyle

    Google Analytics alternatives

    checkout piwik! free (opensource) and really good!!! www.piwik.org cheers olystyle
  14. olystyle

    Massive lists for black sms Blasting

    Very interested! Please shoot me a pm! cheers olystyle
  15. olystyle

    looking to buy a brandable .com domain. Where should i look?

    I'd suggest you work with expireddomains: Use the filter function: - Domain starts, contains, ends with... - Maxlength of domainname - ... took me a minute to find: www.techamo.com www.techbout.com cheers olystyle
  16. olystyle

    [HELP]Need name for cupcake/pastries business. No inspiration :(

    How about: kingcups cupkings cupcake affair sweetoholic chocoholic zweets sweetz cheers olystyle
  17. olystyle

    Is there a tool or script or book for cloning websites?

    Just a side notice httrack can easily be used from the commandline and i am pretty sure that you can pass a .txt file containing all the websites you wish to download as an argument... cheers olystyle
  18. olystyle

    All German speaking on BHW! Let`s get together and make more €$ :)

    very nice to know who speaks german :-) cheers
  19. olystyle

    Java beginner's question

    Hi Chees I reccomend that you have a really close look at this exercise because Arrays can be very efficient when used properly. Arrays are widely used in programming onedimensional aswell as twodimensional. Look at it from another perspektive: In programming you will work with data and its...
Back
Top