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...
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]
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...
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...
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...
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...
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...
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
I just came across this awesome site wich is collecting "bad" UI Designs wich might trick users/visitors :-)
Enjoy: http://darkpatterns.org/
cheers olystyle
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.