User Kristian J. - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T13:34:19Z http://stackoverflow.com/feeds/user/4588 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/36407/firefox-add-ons/1783527#1783527 0 Answer by Kristian J. for Firefox add-ons Kristian J. 2009-11-23T14:39:20Z 2009-11-23T14:39:20Z <p><a href="http://www.fiddler2.com/fiddler2/" rel="nofollow">Fiddler</a> is a really great debugging proxy. Think of it as a more powerful version of the "Net" panel in Firebug or the Live HTTP headers.</p> <p>It used to be an IE-only extension, now it also has hooks into Firefox.</p> http://stackoverflow.com/questions/1732196/java-script-ajax-video-player-not-work-in-php-file/1732446#1732446 0 Answer by Kristian J. for java script & ajax video player not work in php file Kristian J. 2009-11-13T23:02:57Z 2009-11-13T23:02:57Z <p>There might be more errors, but you certainly need to add some quotes to the path:</p> <p><code>playerOne = new FAVideo("divOne", "&lt;?PHP echo $path ?&gt;",0,0,{ autoLoad:true, autoPlay:true });</code></p> http://stackoverflow.com/questions/1674188/clone-a-website-from-one-domain-to-another/1674244#1674244 0 Answer by Kristian J. for Clone a website from one domain to another Kristian J. 2009-11-04T14:50:06Z 2009-11-04T14:50:06Z <p>Unless I'm misunderstanding what you're trying to do, you need to have all your domains on the same server, and have all the domains pointing at the same folder.</p> http://stackoverflow.com/questions/1660848/should-i-resize-my-loaded-images-when-switching-to-full-screen-in-flash/1661142#1661142 1 Answer by Kristian J. for Should I resize my loaded images when switching to full screen in Flash Kristian J. 2009-11-02T12:52:39Z 2009-11-02T12:52:39Z <p>It sounds like the images are resized on the client (e.g. you loaded full-sized images from the server). In that case, there's no need to reload the images. You have the full sized images in memory on the client. Just set a new size for the images, and the quality is as good as it's going to get.</p> <p>If you have resized the images on the server you will of course have to reload the images.</p> http://stackoverflow.com/questions/1660996/flash-banner-advert-with-html-link/1661028#1661028 1 Answer by Kristian J. for Flash banner advert with html link Kristian J. 2009-11-02T12:30:24Z 2009-11-02T12:30:24Z <p>What you're looking for is called a clicktag. It's a script inside the flashfile that looks for an address as a GET parameter to the flash file and adds a link to this address. See <a href="http://www.flashclicktag.com/" rel="nofollow">here</a> for a tutorial on how to implement a clicktag in flash.</p> <p>This is something anyone who makes flash adverts is used to.</p> http://stackoverflow.com/questions/1660957/show-box-on-textbox-focus-wrapping-the-textbox/1661009#1661009 1 Answer by Kristian J. for Show box on textbox focus, wrapping the textbox Kristian J. 2009-11-02T12:25:17Z 2009-11-02T12:25:17Z <p>You don't need to give the textbox an absolute position. Just give it position: relative and set the zIndex so it comes on top of the gray box. If it has position: static (default) zIndex won't work. </p> http://stackoverflow.com/questions/1642249/action-script-2-0/1649290#1649290 0 Answer by Kristian J. for action script 2.0 Kristian J. 2009-10-30T11:31:05Z 2009-10-30T11:31:05Z <p>Hard to say from your question, but it could be the getUrl-call that is causing your link to open in a new window. The second, optional, parameter to getUrl specifies the window in which the link should open. If you replace </p> <pre><code>getURL (this.deepLinks.link, "_blank"); </code></pre> <p>with</p> <pre><code>getURL (this.deepLinks.link); </code></pre> <p>Your link should open in the same window.</p> http://stackoverflow.com/questions/1649175/ruby-technology-for-portals/1649256#1649256 3 Answer by Kristian J. for Ruby technology for portals Kristian J. 2009-10-30T11:23:51Z 2009-10-30T11:23:51Z <p>Quite subjectively, I find the Drupal administration interface a bit clunky. You can try it out for yourself without actually installing Drupal at <a href="http://php.opensourcecms.com/" rel="nofollow">opensourcecms.com</a>. That being said, there seem to be a great momentum in Drupal community at the moment, and it's starting to become a really full-featured CMS.</p> <p>Comparing Rails to Drupal is somewhat like comparing apples to oranges. Rails is an application framework and Drupal is a CMS (although with a kind of application framework included).</p> http://stackoverflow.com/questions/564863/are-swx-data-files-modifiable-by-client-code/564994#564994 1 Answer by Kristian J. for Are SWX Data files modifiable by Client code? Kristian J. 2009-02-19T12:04:20Z 2009-02-19T12:04:20Z <p>You would have to read SWX files on the server side. This would propably be quite hard to do, and not very practical. </p> <p>You might consider storing your data in a database instead (for instance MySQL) and access it using for instance SWX-PHP services.</p> http://stackoverflow.com/questions/507007/what-are-the-approaches-to-restrict-the-access-to-a-group-of-machines-in-a-web-sy/507187#507187 0 Answer by Kristian J. for What are the approaches to restrict the access to a group of machines in a web system? Kristian J. 2009-02-03T14:05:12Z 2009-02-03T14:05:12Z <p>I would guess your bank was doing it by using a trusted applet - my bank used to have a similar approach (honestly I thought it was a bit of a hassle - now they're using a calculator-like code generator instead). The trusted applet has access to your file system, so it can write some sort of identifier to a file on your system and retrieve this later. </p> <p><a href="http://www.developer.com/java/data/article.php/3303561" rel="nofollow">A tutorial on using trusted applets.</a></p> http://stackoverflow.com/questions/503143/whats-amfphp-and-how-do-i-use-it-to-read-binary-files/503182#503182 1 Answer by Kristian J. for Whats AMFPHP and how do I use it to read binary files? Kristian J. 2009-02-02T13:19:31Z 2009-02-02T13:19:31Z <p>Yes, AMFPHP services are written in PHP, so it's just a matter of writing a service that reads your binary files and returns the data to the client. </p> <p>And as you may have discovered, installing AMFPHP doesn't require any special privileges.</p> http://stackoverflow.com/questions/492966/dynamically-loading-multiple-js-scripts-where-scripts-are-all-described-identical/493006#493006 1 Answer by Kristian J. for Dynamically loading multiple JS scripts where scripts are all described identically Kristian J. 2009-01-29T19:17:33Z 2009-01-29T19:17:33Z <p>Regarding (2), it's possible to run javascript in a sandbox by using an iframe, check out for instance Dean Edwards' <a href="http://dean.edwards.name/weblog/2006/11/sandbox/" rel="nofollow">Sandbox.eval()</a> or the <a href="http://mootools.net/slickspeed/" rel="nofollow">Slickspeed Selectors Test</a>.</p> http://stackoverflow.com/questions/487069/add-event-in-the-head-of-the-queue/487163#487163 0 Answer by Kristian J. for Add event in the head of the queue Kristian J. 2009-01-28T10:31:07Z 2009-01-28T10:31:07Z <p><a href="https://developer.mozilla.org/En/DOM/Element.addEventListener" rel="nofollow">addEventListener</a> lets you add another event. Note that in IE you will have to use attachEvent. </p> <p>This will not let you define the order of the events - appearently you <a href="http://www.quirksmode.org/js/events_advanced.html" rel="nofollow">can't predict the order the events will be fired in</a>. So if you really want a predictable event queue for an event, you will have to implement it yourself.</p> http://stackoverflow.com/questions/485922/mootools-targeting-child-elements-with-an-each-selector/486985#486985 0 Answer by Kristian J. for Mootools - Targeting child elements with an .each selector Kristian J. 2009-01-28T09:16:32Z 2009-01-28T09:16:32Z <p>You could use the getFirst-method instead of getChild:</p> <pre><code>window.addEvent('load', function() { $$('li.main').each(function(el){ el.getFirst().addEvent('mouseenter',function(e){ alert("over!"); }); el.getFirst().addEvent('mouseleave',function(e){ alert("out!"); }); }); }); </code></pre> http://stackoverflow.com/questions/481433/load-as2-swf-into-as3-swf-and-pass-vars-in-url/481764#481764 0 Answer by Kristian J. for Load AS2 SWF Into AS3 SWF and pass vars in URL Kristian J. 2009-01-26T23:07:01Z 2009-01-26T23:07:01Z <p>When you're loading a SWF, shouldn't you use the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html" rel="nofollow">Loader</a> class instead of the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLLoader.html" rel="nofollow">URLLoader</a>?</p> <p>I don't think the SWF actually runs at all when loaded with the URLLoader class.</p> http://stackoverflow.com/questions/477258/how-to-cheat-and-avoid-cheating-in-flash-games/481676#481676 0 Answer by Kristian J. for How to cheat and avoid cheating in Flash games? Kristian J. 2009-01-26T22:40:08Z 2009-01-26T22:40:08Z <p>This has been discussed <a href="http://stackoverflow.com/questions/303255/suggestions-for-semi-securing-high-scores-in-flashphp-game">in a previous thread</a> - some good suggestions there.</p> http://stackoverflow.com/questions/481444/submitting-form-fails-when-the-form-data-contains-a-script-tag-lamp/481559#481559 1 Answer by Kristian J. for Submitting form fails when the form data contains a <script> tag LAMP Kristian J. 2009-01-26T22:01:01Z 2009-01-26T22:01:01Z <p>I've had similar problems caused by apaches mod_security. If you have mod_security enabled on the server, you can try something like this (in a .htaccess file):</p> <pre><code>&lt;IfModule mod_security.c&gt; SecFilterEngine Off &lt;/IfModule&gt; </code></pre> http://stackoverflow.com/questions/463933/how-to-suppress-javascript-errors-for-sites-im-not-developing/464550#464550 0 Answer by Kristian J. for How to suppress javascript errors for sites I'm not developing? Kristian J. 2009-01-21T09:19:01Z 2009-01-21T09:19:01Z <p><a href="http://www.my-debugbar.com/wiki/CompanionJS/HomePage" rel="nofollow">CompanionJS</a> doesn't let you toggle debugging on a domain basis, but makes the error messages less obtrusive for casual surfing, and makes script debugging in general more user friendly.</p> http://stackoverflow.com/questions/464089/simulators-emulators-for-mobile-browser-testing/464527#464527 6 Answer by Kristian J. for Simulators/emulators for mobile browser testing? Kristian J. 2009-01-21T09:10:10Z 2009-01-21T09:10:10Z <p>There is a good roundup of mobile browser emulators <a href="http://www.klauskomenda.com/archives/2008/03/17/testing-on-mobile-devices-using-emulators/" rel="nofollow">here</a>.</p> <p>Also, appearently there is a browser emulator in the <a href="http://code.google.com/intl/nb/android/" rel="nofollow">Android SDK</a>. </p> http://stackoverflow.com/questions/464339/minimizing-use-of-explicit-padding-style-attributes/464486#464486 0 Answer by Kristian J. for Minimizing use of explicit padding style attributes Kristian J. 2009-01-21T08:51:06Z 2009-01-21T08:51:06Z <p>Often the first and the last element in a container requires special treatment. It looks like this is the case in your example. </p> <p>The first-child and last-child selectors aren't very reliable across browsers yet (mostly because of IE6), so you can either add classes manually for the first and last element or use a bit of javascript to help you - <a href="http://www.alistapart.com/articles/keepelementskidsinlinewithoffspring/" rel="nofollow">Offspring</a> does this nicely.</p> http://stackoverflow.com/questions/460206/exporting-flash-movie-to-downloadable-animated-gif-server-side/461199#461199 1 Answer by Kristian J. for Exporting Flash movie to downloadable animated GIF, server-side Kristian J. 2009-01-20T12:57:52Z 2009-01-20T12:57:52Z <p>Interesting question. It should be possible to send the frames of the animation as bitmapdata to the server and assemble an animated gif on the server. You propably want the animation to be quite short and the resolution pretty low for this to work well. </p> <p>Some starting points:</p> <ul> <li><a href="http://www.kaourantin.net/2005/10/png-encoder-in-as3.html" rel="nofollow">Tinic Uro has an example of how to compress BitmapData as PNG</a>. </li> <li><a href="http://www.sephiroth.it/tutorials/flashPHP/amfphp_bytearray/index.php" rel="nofollow">ByteArray upload to server using AMFPHP</a></li> <li><a href="http://www.phpclasses.org/browse/package/3163.html" rel="nofollow">A PHP Class for generating animated GIFs</a></li> </ul> http://stackoverflow.com/questions/460677/serving-raw-swf-files-displays-in-firefox-but-not-in-ie/461075#461075 1 Answer by Kristian J. for Serving raw swf files displays in Firefox but not in IE Kristian J. 2009-01-20T12:18:48Z 2009-01-20T12:18:48Z <p>Like MatthieuP said; try comparing the response headers. Beware that recent versions of the flash player chokes on the </p> <p><code>Content-disposition: attachment</code></p> <p>header.</p> http://stackoverflow.com/questions/460829/whats-a-quick-easy-way-to-send-html-emails-to-myself-to-test-them/461045#461045 0 Answer by Kristian J. for What's a quick, easy way to send HTML emails to myself to test them? Kristian J. 2009-01-20T12:08:47Z 2009-01-20T12:08:47Z <p>I send HTML email (often in bulk) using <a href="http://phpmailer.codeworxtech.com/" rel="nofollow">PHPMailer</a>. It has worked great for me.</p> http://stackoverflow.com/questions/449808/providing-alternative-images-if-adobe-flash-isnt-available/449861#449861 1 Answer by Kristian J. for Providing alternative images if Adobe Flash isn't available Kristian J. 2009-01-16T08:40:10Z 2009-01-16T08:40:10Z <p>Actually having flash installed but javascript turned off is a valid scenario. This should work across most browsers:</p> <pre><code>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600" id="flashContent"&gt; &lt;param name="movie" value="flash.swf" /&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object type="application/x-shockwave-flash" data="flash.swf" width="800" height="600"&gt; &lt;!--&lt;![endif]--&gt; &lt;img src="(...)" alt="Put your alternate content here" /&gt; &lt;!--[if !IE]&gt;--&gt; &lt;/object&gt; &lt;!--&lt;![endif]--&gt; &lt;/object&gt; </code></pre> http://stackoverflow.com/questions/411954/tools-for-faster-better-web-development/416395#416395 1 Answer by Kristian J. for Tools for faster, better web development Kristian J. 2009-01-06T12:51:55Z 2009-01-06T12:51:55Z <p>Addition to other tools mentioned here I often find great help in having a proper debugging proxy - <a href="http://www.fiddlertool.com/fiddler/" rel="nofollow">Fiddler</a> (free, Windows only) and <a href="http://www.charlesproxy.com/" rel="nofollow">Charles</a> (commercial, cross-platform) are great ones.</p> <p>Doing front-end development, a lot of time is spent figuring out why IE misbehaves (esp. IE6). Some great tools for this are:</p> <ul> <li><a href="http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;displaylang=en" rel="nofollow">Internet Explorer Developer Toolbar</a></li> <li><a href="http://www.my-debugbar.com/wiki/CompanionJS/HomePage" rel="nofollow">Companion.JS</a> - this is a companion application for Microsoft Script Debugger which gives you actually helpful Javascript error messages in IE.</li> <li><a href="http://www.westciv.com/xray/" rel="nofollow">XRay</a> - this is a bookmarklet for inspecting your HTML layout. This might seem trivial, but can be really helpful for debugging your layout in IE6</li> </ul> http://stackoverflow.com/questions/415889/embeddable-flash-based-mp3-player/416243#416243 2 Answer by Kristian J. for embeddable flash based mp3 player Kristian J. 2009-01-06T11:55:30Z 2009-01-06T11:55:30Z <p>The player you have found is also available from this page: <a href="http://wpaudioplayer.com/standalone" rel="nofollow">http://wpaudioplayer.com/standalone</a> (this might be a more recent version), it's released under the MIT license (e.g. it's free).</p> http://stackoverflow.com/questions/416185/how-to-catch-click-on-flash-player/416213#416213 2 Answer by Kristian J. for How to catch click on flash player? Kristian J. 2009-01-06T11:41:35Z 2009-01-06T11:41:35Z <p>Calling a javascript function from flash can also be achieved using <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface.html" rel="nofollow">ExternalInterface</a>. </p> http://stackoverflow.com/questions/153712/creating-music-visualizer/267970#267970 0 Answer by Kristian J. for Creating music visualizer Kristian J. 2008-11-06T08:43:03Z 2008-11-06T08:43:03Z <p>Lee Brimelow has <a href="http://www.gotoandlearn.com/play?id=62" rel="nofollow">a great video tutorial</a> for doing this in flash. Should point you in the right direction even if you want to implement it using something other than flash.</p> http://stackoverflow.com/questions/245374/interact-with-a-running-flash-process/246099#246099 1 Answer by Kristian J. for Interact with a running Flash process? Kristian J. 2008-10-29T08:15:25Z 2008-10-29T08:15:25Z <p>You could check out the approach taken by <a href="http://osflash.org/xray" rel="nofollow">Xray</a>, it uses a localConnection to connect to a inspection tool.</p> http://stackoverflow.com/questions/185952/how-do-i-detect-the-adobe-acrobat-version-installed-in-firefox-via-javascript/186331#186331 1 Answer by Kristian J. for How Do I Detect the Adobe Acrobat Version Installed in Firefox via JavaScript Kristian J. 2008-10-09T07:59:12Z 2008-10-09T07:59:12Z <p>It should be possible to do this like swfobject detects flash version:</p> <p><a href="http://code.google.com/p/swfobject/source/browse/tags/swfobject_2_1/src/swfobject.js" rel="nofollow">SWFObject source code</a></p> http://stackoverflow.com/questions/1420112/wordpress-how-to-get-a-thumbnail-post-plugin-to-work Comment by Kristian J. on Wordpress: How to get a thumbnail post plugin to work... Kristian J. 2009-09-14T08:20:09Z 2009-09-14T08:20:09Z What post are you trying to display a thumbnail from? Is the $post variable actually set outside the loop? http://stackoverflow.com/questions/750594/maximum-font-size/750761#750761 Comment by Kristian J. on Maximum font size Kristian J. 2009-04-15T09:03:41Z 2009-04-15T09:03:41Z Very old browsers used as examples here... http://stackoverflow.com/questions/482235/designing-pages-with-css-disabled Comment by Kristian J. on Designing pages with CSS disabled Kristian J. 2009-01-27T08:52:42Z 2009-01-27T08:52:42Z Not having javascript enabled is a far more common scenario than not having css enabled. You should replace headers with images using css rather than using javascript. http://stackoverflow.com/questions/449858/how-to-dynamically-create-an-image-with-a-specified-number-on-it/449886#449886 Comment by Kristian J. on How to dynamically create an image with a specified number on it? Kristian J. 2009-01-16T09:58:37Z 2009-01-16T09:58:37Z The same image should't be generated twice - they should be stored and retrieved later if the same image is requested. http://stackoverflow.com/questions/449788/http-authentication-logout-via-php/449794#449794 Comment by Kristian J. on HTTP authentication logout via PHP Kristian J. 2009-01-16T09:02:54Z 2009-01-16T09:02:54Z I believe there's an option to delete authenticated sessions when you select &quot;Delete private data&quot; in Firefox http://stackoverflow.com/questions/415801/allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-43148176-bytes/415932#415932 Comment by Kristian J. on Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php Kristian J. 2009-01-06T12:00:47Z 2009-01-06T12:00:47Z You might not have permissions to increase the memory limit - especially if you're on a shared host. http://stackoverflow.com/questions/211668/best-tool-for-css/211678#211678 Comment by Kristian J. on Best tool for CSS? Kristian J. 2008-10-17T12:29:33Z 2008-10-17T12:29:33Z Agreed, the CSS editor in the Firefox developer toolbar can also be a handy tool for adding some rules in realtime. http://stackoverflow.com/questions/97018/how-do-you-decompile-a-swf-file/97060#97060 Comment by Kristian J. on How do you decompile a swf file Kristian J. 2008-09-19T08:49:11Z 2008-09-19T08:49:11Z Sothink is really very good. Lee Brimelow has a nice tutorial on using it: <a href="http://www.gotoandlearn.com/play?id=70" rel="nofollow">gotoandlearn.com/play?id=70</a> http://stackoverflow.com/questions/62784/should-you-design-websites-that-require-javascript-in-this-day-age/62824#62824 Comment by Kristian J. on Should you design websites that require JavaScript in this day & age? Kristian J. 2008-09-15T13:30:08Z 2008-09-15T13:30:08Z This number covers only the users of w3school.com I think, and might be a bit atypical - you can see the Firefox percentage is unusually high.