I am currently working on a small project for MESO Web Scapes that involves synchronizing independent browser windows (may also extend to independent devices and platforms). I prepared a tiny demo that contains the gist of that synchronisation.
Posts Tagged ‘Code’
Tech-Demo: Syncing Clocks
Posted by Claudius Coenen on July 18th, 2014 | Comments Off on Tech-Demo: Syncing Clocks
Filed under Demos | Tags: Code, HTML, JavaScript, NodeJS, OpenSource, Software, Websocket
Evaluating TextSecure Part 2 – Dependency Tree
Posted by Claudius Coenen on February 27th, 2014 | Comments Off on Evaluating TextSecure Part 2 – Dependency Tree
This is part 2 in my series on TextSecure. Go back to part 1, if you haven’t read it. The analysis took place at the end of february 2014, using revision 5a62856e
(current master at that time).
This part will cover basic project dependencies. The dependencies are important, because they will tell us, what code makes up our project. In projects of this size, there’s usually a nice portion that’s not actually written by the project authors themselves.
Filed under Technik | Tags: Code, OpenSource
WordPress Themes: Menu instead of Pagelist
Posted by Claudius Coenen on April 24th, 2011 | Comments Off on WordPress Themes: Menu instead of Pagelist
So you found this nice theme that really works well for your blog? That’s great. But sometimes Themes are not updated by their authors to use the latest features in WordPress. In my Case, i am using Simple Green by Flavius Matis, but it hasn’t been modified for quite some time. The Plugin doesn’t yet feature WordPress Menus, which were introduced recently.
Filed under Webdesign | Tags: Code, PHP, WordPress Theme
Email VBS
Posted by Claudius Coenen on December 11th, 2009 | Comments Off on Email VBS
Nur zur dokumentation, falls mal jemand eine Mail aus der von einem Windows-Rechner aus einem Script senden will. Das hier in eine Datei packen, mailserver, from und to einstellen, als .vbs speichern und ausführen.
Set mailing = CreateObject("CDO.Message") ' Configuration mailing.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 mailing.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mailserver" mailing.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 mailing.Configuration.Fields.Update ' Actual Content mailing.From = "sender@example.com" mailing.To = "test@example.com" mailing.Subject = "Script-Mail!" mailing.TextBody = "Hallo Welt" 'Sending mailing.Send
Filed under Keine Kategorie | Tags: Code, E-Mail, Tipp, VisualBasic
Wie man Programmieren lernt
Posted by Claudius Coenen on January 12th, 2008 | 2 Comments »
Aus den Kursen, die ich bisher gehalten habe, habe ich folgende Erkenntnisse für Programmier-Anfänger gezogen. Es sind die Tipps und Anmerkungen, auf die ich am meisten hinweise.
Filed under Technik | Tags: Code, Tipp
Author
Categories
- Artikel
- Demos
- Fotografie
- Fundstück
- Keine Kategorie
- Linux
- Media
- Musik
- Portfolio
- Recht
- Technik
- Webdesign
Connect
Recent Bookmarks
- Irene Y. Zhang: The Moral Implications of Being a Moderately Successful Computer Scientist and a Woman
- The Internet Archive just lost its appeal over ebook lending - The Verge
- Extreme Pi Boot Optimization | KittenLabs
- Here’s the Pitch Deck for ‘Active Listening’ Ad Targeting
- In Leak, Facebook Partner Brags About Listening to Your Phone’s Microphone to Serve Ads for Stuff You Mention