Category: WebProgramming / WebDev / HTML / PHP

24.02.2014

we all know this… piratenpad.net (etherpad), doodle.com, dropbox etc. all generate long and cryptic links that we can share to allow other people to access specific content. maybe i am mistaken, but that is what google says: “It’s almost impossible […]

24.02.2014

“Search engines only know about your site because they are able to (or not able to) access it. While visitors can click freely from page to page of your site (assuming there aren’t logins or other secure areas they have […]

03.02.2014

will immediately redirect your visitors to login.php [cc lang=”html” escaped=”true” width=”500″] <head> <!– highly complicated refresh no-cache –> <meta http-equiv=”Expires”content=”Tue, 01 Jan 1980 1:00:00 GMT”/> <meta http-equiv=”Cache-Control”content=”no-store, no-cache, must-revalidate”/> <meta http-equiv=”Cache-Control”content=”pre-check=0, post-check=0,max-age=0″/> <meta http-equiv=”refresh” content=”0;URL=login.php”> <h1>redirecting…</h1> </head> [/cc]

03.02.2014

Beeing not fond in hurling massive amounts of data into the google-nsa-monster’s mouth, but right now i don’t know any good alternative to this google-service. I was wondering if you could prevent parts of the page to be translated? Email […]

28.01.2014

Checkout: IceCat while you probably never can avoid 100% surveillance at least try to keep your BigData footprint as small as possible… (same for CO2 😀 and fossil-fuels) Linux Systems: Downloads: http://www.srware.net/downloads/iron-linux.tar.gz (32-Bit) http://www.srware.net/downloads/iron-linux-64.tar.gz (64-Bit) Downloads für Debian-basierte Distributionen (Debian, […]

19.01.2014

netscape -> firefox -> google? how independent is the mozilla foundation? and why is it cooperating with google so much? they are not even on the html5 WHATWG team that creates the next version of html5? or yes they are […]

19.01.2014

What Web Editors to use? … while beeing free aptana does great in terms of auto-completing html and javascript, it still can not handle large projects (which will result in the constant indexing BUG that all older eclipse versions have […]

18.01.2014

Most used browsers on this site Browsers Amount Percentage [ + ]  Mozilla Firefox 5942   35.61 % [ – ]  Internet Explorer 3100   18.58 % # Internet Explorer versions Amount Percentage 1 6.0 1211   39.06 % 2 9.0 590   19.03 % 3 7.0 524   16.9 % 4 8.0 337 […]

18.01.2014

here you can download the opera mobile emulator emulating for osx, windows and linux numerous mobile devices like the nokia n800: http://www.opera.com/developer/mobile-emulator  thanks to some spanish speaking guys it’s also possible to have a spanish android version in virtualbox:  http://www.android-x86.org […]

14.01.2014

it’s pretty funny… not even google knows what valid html looks like. html has gone a long way, starting in 1999 and specified by the W3C as a recommendation, not a standard. The technology how to create web layouts kept […]

26.10.2013

SORRY FOR THE BLURRYNESS! DON’T HAVE THE ORIGINAL VIDEO ANYMORE! CAN’T REUPLOAD (in theory it should still work like that… but your eyes will hurt) maybe this could help too… yes it’s cumbersome 🙁 someone should upload it to: https://virtualboximages.com/

26.10.2013

… mit schrecken musste ich feststellen: Diese Seite einer bekannten Ulmer Werbeagentur… enthält keine Keywords: http://www.rrooaarr.com/ Update: 07.2015: Sie haben jetzt Keywords: <title>Agentur für Internet, Web, App, individuelle Software Entwicklung in Ulm rrooaarr interactive solutions</title> <meta name=”keywords” content=”Apps, Softwareentwicklung, Internet […]

25.10.2013

… der einfach zu verwendenden Blogging/CMS-Software: WordPress wird von einem weltumspannenden Team passionierter Leute entwickelt. Projektleiter Mark Jaquith Leitender Entwickler Andrew Ozz Leitender Entwickler Peter Westwood Leitender Entwickler Matt Mullenweg Mitgründer, Projektleitung Ryan Boren Leitender Entwickler Andrew Nacin Leitender Entwickler […]

16.07.2013

demo: oberhansl.de/preview or http://oberhansl.de what you will need: js: $(document).ready(function() { // menu hover effekt animate background $(‘.menu_div a’).hover( function(){ $(this).animate({ backgroundColor: ‘#c60086’ }); var color = $(this).css(“color”); }, function(){ $(this).animate({ backgroundColor: ‘transparent’ }); $(this).css(“color”,”#AAAAAB”); } ); });

24.09.2012

Different jobs and responsibilities of various people involved in creating a website Contributed by Georgina Lester Sometimes one company or one person will take on all the roles in getting a website up and running but the following list of […]

10.07.2012

PLEASE WATCH IN HD! SOOO BLURRY IN 360p or download with jdownloader 2 beta in 720p or minitube (very cool app) su; # become super user/root aptitude update; # update packet definitions aptitude install lighttpd php5-cgi mysql-server mysql-client phpmyadmin php5-mysql […]