Archive for the ‘Web Development’ Category
Posted by jpluimers on 2013/05/09
Posted in .NET, C++, Cloud Development, COBOL, CommandLine, Delphi, Development, Fortran, iSeries, Java, Pascal, RegEx, Scripting, Software Development, Web Development, xCode/Mac/iPad/iPhone/iOS/cocoa | 3 Comments »
Posted by jpluimers on 2013/03/20
If you think it’s easy to deal with RSS read this:
inessential.com: Brian’s Stupid Feed Tricks.
It reminds me so much about handling StUF.
–jeroen
Like this:
Like Loading...
Posted in Development, HTML, HTML5, JavaScript, SOAP/WebServices, Software Development, StUF, Web Development | Leave a Comment »
Posted by jpluimers on 2013/01/24
Very distracting: 404.
Thanks Julian (I just found out you also own a Dutch domain jmbk.nl/) for pointing to it (boy, some unproductive days ahead) and the cheat (in your browser, Open the JavaScript console, then paste and run the cheat code).
Thanks Romain for developing it.
When you read through his java script code files, remember that these french-english translations:
- etat == state
- tombe == fall
- paraOpen == opened parachute
- mort == dead
- flocon == flake
- taille == size
- vitesse == speed
- écrase == crash
- marche == walk
- neige == snow
–jeroen
via: Développeur Web sur Lille (59), Romain Brasier.
Like this:
Like Loading...
Posted in Development, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Development | Tagged: cheat code, french english translations, java script code, julian, software, technology, unproductive days | Leave a Comment »
Posted by jpluimers on 2012/11/12
Usually, I run IIS only on server systems, but for the occasional time when I need it on a (development) workstation (as Cassinni only listens to localhost), these links come in handy:
- Installing IIS 7 on Windows Vista and Windows 7 : Installing IIS 7 : Installing and Configuring IIS : The Official Microsoft IIS Site.
This helps you setup IIS 7, and make sure ASP.NET works on it
- Allowing Remote Connection in IIS on Windows 7 – Super User.
This helps you open up the firewall to access IIS over http port 80.
- Make sure if you add virtual directories or applications, that they are based on Physical Paths. When not (for instance with a subst path), you will get an error like this:
<<
—————————
Add Virtual Directory
—————————
The specified directory does not exist on the server.
—————————
OK
—————————
>>
- For ASP.NET applications, when creating a virtual directory or application (especially outside the
C:\inetpub\wwwroot realm), make sure the rights are set correctly.
The IIS configuration will warn you when testing a new virtual directory:
<<
The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that <domain>\<computer_name>$ has Read access to the physical path. Then test these settings again.
>>
When in doubt, check out the rights set to C:\inetpub\wwwroot and use that as a point to get started.
Usually the user is IIS_USRS, and the minimum rights looks like read+execute, but in fact is excute+read-data+read-attributes+read-extended-attributes.
–jeroen
Like this:
Like Loading...
Posted in Development, IIS, Software Development, Web Development | 2 Comments »
Posted by jpluimers on 2012/10/23
Interesting SharePoint CAML XML trouble shooting tool:
this script is NOT meant to help you *build* your queries. There are other tools for that. This is purely a testing tool to help you during those “doh” moments.
-jeroen
via: Simple CAML Query Tester using jQuery & SPServices -.
Like this:
Like Loading...
Posted in .NET, Development, SharePoint, Software Development, Web Development | Leave a Comment »