User Blaenk - Stack Overflowmost recent 30 from stackoverflow.com2009-12-19T05:06:13Zhttp://stackoverflow.com/feeds/user/101090http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1719914/resources-for-unrealscript3Resources for UnrealScriptBlaenk2009-11-12T04:39:02Z2009-12-02T22:05:19Z
<p>Now that the <a href="http://www.udk.com/index.html" rel="nofollow">Unreal Development Kit</a> is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in <a href="http://en.wikipedia.org/wiki/Unrealscript" rel="nofollow">UnrealScript</a>, I am wondering if any of you guys know of any <strong>good</strong> articles, tutorials, books, and references for Unreal Script or the Unreal Development Kit.</p>
<h2>Documentation</h2>
<ul>
<li><a href="http://udn.epicgames.com/Three/UnrealScriptReference.html" rel="nofollow">UnrealScript Reference for Unreal Engine 3</a></li>
<li><a href="http://wiki.beyondunreal.com/Legacy%3AUnrealScript" rel="nofollow">UnrealScript at UnrealWiki</a></li>
</ul>
<h2>Tools</h2>
<ul>
<li><a href="http://wiki.pixelminegames.com/index.php?title=Tools%3AnFringe" rel="nofollow">nFringe - Visual Studio Extension for UnrealScript</a></li>
</ul>
<h2>Tutorials</h2>
<ul>
<li><a href="http://chimeric.beyondunreal.com/tutorials.php" rel="nofollow">Chimeric - Coding tutorials</a></li>
</ul>
<h2>Video Tutorials</h2>
<ul>
<li><a href="http://udn.epicgames.com/Three/VideoTutorials.html#Unreal%20Engine%203%20Video%20Tutorials" rel="nofollow">3D Buzz Video Tutorials</a></li>
</ul>
<p><em>Sorry if I screwed up on this. It's my first community wiki post, let me know if I did something wrong :)</em></p>
http://stackoverflow.com/questions/1799696/split-file-path-into-components-in-iphone-sdk/1799724#17997240Answer by Blaenk for Split File Path into Components in iPhone SDKBlaenk2009-11-25T20:26:27Z2009-11-25T20:26:27Z<p>I'm not completely sure, but <a href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Classes/NSFileManager%5FClass/Reference/Reference.html" rel="nofollow"><code>NSFileManager</code></a>'s <a href="http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Classes/NSFileManager%5FClass/Reference/Reference.html#//apple%5Fref/occ/instm/NSFileManager/subpathsAtPath%3A" rel="nofollow"><code>-subpathsAtPath</code></a> method sounds like what you want to do. It splits up the components of a path into an <code>NSArray</code>.</p>
<p><strong>EDIT</strong>: Actually, I might have misunderstood the documentation. Sorry if that's the case.</p>
http://stackoverflow.com/questions/1739383/convert-seconds-integer-to-hhmm-iphone/1739469#17394691Answer by Blaenk for Convert Seconds Integer To HH:MM, iPhoneBlaenk2009-11-16T00:29:43Z2009-11-16T00:29:43Z<p>Take a look at a <a href="http://stackoverflow.com/questions/1025192/memory-leaks-formatting-a-string-to-display-time-each-second">similar question I asked a while ago</a> which also covers the aspect of memory and efficiency.</p>
http://stackoverflow.com/questions/1738731/converting-wordpress-categories-into-tags/1738846#17388461Answer by Blaenk for Converting Wordpress Categories into TagsBlaenk2009-11-15T21:12:28Z2009-11-15T21:12:28Z<p>Go to the Administration Interface, then on the left click on <strong>Tools</strong> and then <strong>Import</strong>, then click on <strong>Categories and Tags Converter</strong>. </p>
http://stackoverflow.com/questions/1736522/how-to-limit-the-length-of-text-for-labels/1736535#17365351Answer by Blaenk for How to limit the length of text for labels?Blaenk2009-11-15T04:09:56Z2009-11-15T04:09:56Z<p>You could write your own method to preprocess the text before it is set to the label, and adds in <code>...</code> on your own terms.</p>
http://stackoverflow.com/questions/1724737/reducing-differences-in-xibs/1724776#17247760Answer by Blaenk for Reducing differences in xibsBlaenk2009-11-12T19:30:39Z2009-11-12T19:30:39Z<p>Are you sure you didn't cause those? Perhaps when you were fiddling around with Interface Builder it made these changes? As you work in Interface Builder, it's actually editing and modifying the xib file, but I imagine you knew that, it's just that I'm not really sure I understand your question, sorry.</p>
http://stackoverflow.com/questions/1717790/nsmutabledictionary-being-accessed-from-different-classes/1717798#17177982Answer by Blaenk for NSMutableDictionary Being accessed from different classesBlaenk2009-11-11T20:19:12Z2009-11-11T20:58:02Z<p>You can either put it in your AppDelegate or create a Singleton. <a href="http://cocoawithlove.com/2008/11/singletons-appdelegates-and-top-level.html" rel="nofollow">This article</a> covers this topic and many of the possible options including the two I mentioned.</p>
<p>Singletons seem to be the more organized method. You can store all of your global information in one and you'll be able to access it from anywhere.</p>
http://stackoverflow.com/questions/1717355/how-to-update-visual-studio-template-cache/1717537#17175370Answer by Blaenk for How to update Visual Studio Template CacheBlaenk2009-11-11T19:36:59Z2009-11-11T19:36:59Z<p>Open up the Visual Studio Command Prompt and type in:</p>
<pre><code>devenv /installvstemplates
</code></pre>
<p>Source: <a href="http://www.thecodinghumanist.com/Content/HowToEditVSTemplates.aspx" rel="nofollow">How to Edit Visual Studio Templates</a></p>
http://stackoverflow.com/questions/1717494/using-gpl-v2-dll-in-application/1717509#17175093Answer by Blaenk for Using GPL v2 DLL in applicationBlaenk2009-11-11T19:32:14Z2009-11-11T19:32:14Z<p>I found an <a href="http://gnuwin32.sourceforge.net/license.html" rel="nofollow">interesting post</a> on this:</p>
<blockquote>
<p><strong>Does the use of GPL'ed DLLs from the GnuWin32 project in your program need you to release your program under GPL too?</strong></p>
<p>There seem to be two different strands of opinion. The FSF holds that dynamic linking creates a derivative work, and so any program designed to run with a GPL-ed DLL, must be GPL itself; see <a href="http://www.fsf.org/licenses/gpl-faq.html" rel="nofollow">http://www.fsf.org/licenses/gpl-faq.html</a>. The only exception they make is for DLL's that come with the compiler and the kernel, such as the MS VC run-time DLL's; see <a href="http://www.fsf.org/licenses/gpl-faq.html#WindowsRuntimeAndGPL" rel="nofollow">http://www.fsf.org/licenses/gpl-faq.html#WindowsRuntimeAndGPL</a>. On the other hand some OpenSource lawyers hold that dynamically linking does not make your program GPL. See <a href="http://www.nusphere.com/products/library/gpl%5F0401openmag.pdf" rel="nofollow">http://www.nusphere.com/products/library/gpl%5F0401openmag.pdf</a> and the discussion in <a href="http://www.linuxjournal.com/article.php?sid=6366" rel="nofollow">http://www.linuxjournal.com/article.php?sid=6366</a>. There is no doubt that programs that link dynamically to DLL's from libraries with the LGPL or with the GPL with special provisions, are GPL free if you decide so.</p>
</blockquote>
http://stackoverflow.com/questions/1717422/character-enconding-in-my-java-classes-in-eclipse-is-messed-up-how-to-fix-it/1717433#17174330Answer by Blaenk for Character Enconding in my java classes in Eclipse is messed up. How to fix it?Blaenk2009-11-11T19:17:09Z2009-11-11T19:17:09Z<p>This is probably a stupid suggestion, but I figured I'd mention it anyways. Are you opening your <code>file.class</code> or your <code>file.java</code>? Because the <code>*.class</code> files, if I recall correctly, are binary files which explains why you're seeing those weird characters. The <code>*.java</code> files are the plain-text source files.</p>
<p>I figure you knew that, but the wording made me feel otherwise, so I figure I'd mention it.</p>
http://stackoverflow.com/questions/1713276/access-global-variable-as-static-class-variable/1713300#17133000Answer by Blaenk for access global variable as static class variableBlaenk2009-11-11T05:46:57Z2009-11-11T05:46:57Z<p>I'm not so sure I understand what you mean, sorry, but can you try using the <a href="http://php.net/manual/en/language.oop5.static.php" rel="nofollow">static keyword</a>?</p>
http://stackoverflow.com/questions/1713163/difference-between-include-xxx-h-and-include-xxx-h/1713180#17131802Answer by Blaenk for difference between #include <xxx.h> and #include "xxx.h"Blaenk2009-11-11T05:16:16Z2009-11-11T05:16:16Z<p>You can use angle brackets when the file is somewhere that the compiler knows of, like when you define a path with the <code>-I</code> switch. Use quotes when the file is somewhere relative to the current source file, like Stephen said.</p>
http://stackoverflow.com/questions/1713137/github-first-push-problem-how-to-merge-remote-changes/1713143#17131432Answer by Blaenk for Github first push problem... how to merge remote changes?Blaenk2009-11-11T05:06:08Z2009-11-11T05:06:08Z<p>You probably have changes on github that you never merged. Try <code>git pull</code> to fetch and merge the changes, then you should be able to push. Sorry if I misunderstood your question.</p>
http://stackoverflow.com/questions/1712592/variably-modified-array-at-file-scope/1712603#17126032Answer by Blaenk for Variably modified array at file scopeBlaenk2009-11-11T02:22:37Z2009-11-11T03:42:48Z<p>What happens if you do it as a define instead? <code>#define kNUM_TYPES 4</code> ?</p>
http://stackoverflow.com/questions/1712601/how-to-delete-mysql-db-rows-remotely/1712645#17126451Answer by Blaenk for How to delete mysql db rows remotely?Blaenk2009-11-11T02:32:16Z2009-11-11T02:32:16Z<p>You can try something like this:</p>
<pre><code>mysql -u yourdblogin -pyourdbpassword -h yourdbdomain.yourdomain.com yourdb
</code></pre>
<p>Sorry if I misunderstood your question.</p>
http://stackoverflow.com/questions/1712366/image-resizing-question-using-php/1712380#17123801Answer by Blaenk for Image resizing question using php?Blaenk2009-11-11T01:13:19Z2009-11-11T01:13:19Z<p>You can try using the PHP <a href="http://www.php.net/manual/en/function.imagick-resizeimage.php" rel="nofollow">ImageMagick Library's resizeImage method</a>, or perhaps better yet the <a href="http://www.php.net/manual/en/function.imagick-scaleimage.php" rel="nofollow">scaleImage method</a>. That is if my understanding is correct, that you literally want to resize an image.</p>
<p>If you are talking about merely resizing it on the presentation phase, then <a href="http://articles.sitepoint.com/article/image-resizing-php#" rel="nofollow">this article</a> seems to talk about that. It gets the dimensions using <code>getimagesize</code> and then returns a string which you pass to the <code>img</code> tag accordingly. I'm sure this would be of some use to you.</p>
http://stackoverflow.com/questions/1712337/syntax-help-php-and-mysql/1712341#17123410Answer by Blaenk for Syntax help! Php and MYSQLBlaenk2009-11-11T01:02:44Z2009-11-11T01:09:38Z<p>If it's a PHP function, then why not set that to a PHP variable before your query and then inject it into the query as you did the other variables? Just a thought.</p>
http://stackoverflow.com/questions/1712199/styling-qpushbutton-with-css/1712220#17122200Answer by Blaenk for Styling QPushButton with CSS?Blaenk2009-11-11T00:28:47Z2009-11-11T00:28:47Z<p>I'm guessing doing <code>background-color: #8af !important;</code> would be too obvious so I'm assuming that doesn't work. It's worth a try if you haven't done it yet.</p>
<p>Otherwise, as noted in <a href="http://stackoverflow.com/questions/1531062/how-to-change-a-qpushbutton-icon-when-it-has-focus">this question</a>, there are specific states you can style. Try setting the same background color for the pressed state:</p>
<pre><code>QPushButton.ToggleButton:pressed { background-color: #8af; }
</code></pre>
<p>Sorry if I misunderstood. Hope that helps.</p>
http://stackoverflow.com/questions/1712163/show-image-after-textbox/1712182#17121820Answer by Blaenk for show image after textbox?Blaenk2009-11-11T00:17:10Z2009-11-11T00:17:10Z<p>What do you mean by div's vary in position on each browser? If you're referring to padding and the like, you can try using a <a href="http://stackoverflow.com/questions/116754/best-css-reset">reset stylesheet</a>.</p>
http://stackoverflow.com/questions/1712125/open-source-tool-to-generate-javadocs-through-maven2-with-automatic-uml-diagrams/1712176#17121760Answer by Blaenk for open source tool to generate Javadocs through Maven2 with automatic UML diagrams like ydoc Blaenk2009-11-11T00:15:51Z2009-11-11T00:15:51Z<p>I know you want java docs, but have you checked out <a href="http://www.stack.nl/~dimitri/doxygen/" rel="nofollow">Doxygen</a>? Perhaps it can do what you want. Here's a <a href="http://stackoverflow.com/questions/225447/doxygen-vs-javadoc">question</a> comparing Javadocs and Doxygen.</p>
http://stackoverflow.com/questions/1711286/what-is-the-command-line-for-rar-and-unrar/1711314#17113147Answer by Blaenk for What is the command-line for rar and unrar?Blaenk2009-11-10T21:26:16Z2009-11-10T21:26:16Z<p>Take a look at <a href="http://sevenzipsharp.codeplex.com/" rel="nofollow">SevenZipSharp</a> which supports RAR format as well as others. This way you won't have to rely on external applications.</p>
http://stackoverflow.com/questions/1705015/connecting-to-a-source-game-server-in-vb-net/1705419#17054191Answer by Blaenk for Connecting to a Source game server in VB.NETBlaenk2009-11-10T03:11:39Z2009-11-10T03:11:39Z<p>Did you take a look at this <a href="http://www.codeproject.com/KB/game/Game%5FServer%5FQuery%5FDLL.aspx" rel="nofollow">Multi-Threaded Game Server Browser in VB.Net</a> article at CodeProject? If you don't want to re-use the code that's already been written, I'm sure you can check how they did it to see if you can find your problem.</p>
<p>Hope that helps, peace.</p>
http://stackoverflow.com/questions/1705318/nslog-suppress-date/1705329#17053292Answer by Blaenk for NSLog suppress dateBlaenk2009-11-10T02:41:22Z2009-11-10T02:41:22Z<p>Nope, you'll have to write your own log method if you want it in a different format.</p>
http://stackoverflow.com/questions/1705069/storing-ints-in-a-dictionary/1705074#17050740Answer by Blaenk for Storing ints in a DictionaryBlaenk2009-11-10T01:14:04Z2009-11-10T01:14:04Z<p>Sorry but no :( Not as far as I know. Reason being that integers aren't objects, and <code>NSDictionary</code> only stores objects.</p>
http://stackoverflow.com/questions/1704997/uitextview-content-moves-up-when-textview-is-selected/1705022#17050221Answer by Blaenk for UITextview content moves up when textview is selected.Blaenk2009-11-10T00:59:33Z2009-11-10T00:59:33Z<p>Check out <a href="http://github.com/joehewitt/three20" rel="nofollow">three20</a>:</p>
<blockquote>
<p>Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities, like an HTTP disk cache. Three20 is derived from the Facebook iPhone app, which is one of the most downloaded iPhone apps ever.</p>
</blockquote>
<p>Specifically, you'll want to take a look at <a href="http://github.com/joehewitt/three20/blob/master/src/Three20/TTTextEditor.h" rel="nofollow">TTTextEditor</a>:</p>
<blockquote>
<p>TTTextEditor is a UITextView which can grow in height automatically as you type. I use this for entering messages in Facebook Chat, and it <strong>behaves similarly to the editor in Apple's SMS app.</strong></p>
</blockquote>
<p>You'll find instructions on how to add three20 to your project <a href="http://wiki.github.com/joehewitt/three20/adding-three20-to-your-project" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/1704947/have-you-also-become-memory-lazy-as-a-programmer-how-do-you-overcome-it/1704951#170495110Answer by Blaenk for Have you also become memory-lazy as a programmer? How do you overcome it?Blaenk2009-11-10T00:42:56Z2009-11-10T00:49:40Z<p>I personally don't think there's anything wrong with this as long as you don't completely depend on copying and pasting (<em>You should definitely understand whatever it is you're copying and pasting</em>), and can comfortably lookup and understand code documentation when you need to. When I find a snippet of source online that I could use, I type it out myself instead of pasting, to make sure I understand each line. This helps you remember how you solved said problem, so that when you encounter that problem again or a similar one, you'll have something to build off of. It's easier to remember things when you understand them than when you're merely copying and pasting, in my experience.</p>
http://stackoverflow.com/questions/1704823/initializing-numpy-matrix-to-something-other-than-zero-or-one/1704848#17048484Answer by Blaenk for Initializing numpy matrix to something other than zero or oneBlaenk2009-11-10T00:16:58Z2009-11-10T00:39:22Z<p>Are you familiar with <code>numpy.nan</code>?</p>
<p>You can create your own method such as:</p>
<pre><code>def nans(shape, dtype=float):
a = numpy.empty(shape, dtype)
a.fill(numpy.nan)
return a
</code></pre>
<p>Then</p>
<pre><code>nans([3,4])
</code></pre>
<p>would output</p>
<pre><code>array([[ NaN, NaN, NaN, NaN],
[ NaN, NaN, NaN, NaN],
[ NaN, NaN, NaN, NaN]])
</code></pre>
<p>I found this code in a <a href="http://www.mail-archive.com/numpy-discussion@scipy.org/msg08790.html" rel="nofollow">mailing list thread</a>.</p>
http://stackoverflow.com/questions/1704754/convert-gzipped-data-fetched-by-urllib2-to-html/1704786#17047863Answer by Blaenk for Convert gzipped data fetched by urllib2 to HTMLBlaenk2009-11-10T00:02:27Z2009-11-10T00:02:27Z<p>Try this:</p>
<pre><code>import StringIO
data = StringIO.StringIO(data)
import gzip
gzipper = gzip.GzipFile(fileobj=data)
html = gzipper.read()
</code></pre>
<p><code>html</code> should now hold the HTML (<em>Print it to see</em>). See <a href="http://docs.activestate.com/activepython/2.6/diveintopython/html/http%5Fweb%5Fservices/gzip%5Fcompression.html" rel="nofollow">here</a> for more info.</p>
http://stackoverflow.com/questions/1704458/get-uncompressed-size-of-a-gz-file-in-python/1704576#17045764Answer by Blaenk for Get uncompressed size of a .gz file in pythonBlaenk2009-11-09T23:07:49Z2009-11-09T23:18:25Z<p>The <a href="http://www.gzip.org/zlib/rfc-gzip.html#header-trailer" rel="nofollow">gzip format</a> specifies a field called <code>ISIZE</code> that:</p>
<blockquote>
<p>This contains the size of the original (uncompressed) input data modulo 2^32.</p>
</blockquote>
<p>In <a href="http://pydoc.org/get.cgi/usr/local/lib/python2.5/gzip.py" rel="nofollow">gzip.py</a>, which I assume is what you're using for gzip support, there is a method called <code>_read_eof</code> defined as such:</p>
<pre><code>def _read_eof(self):
# We've read to the end of the file, so we have to rewind in order
# to reread the 8 bytes containing the CRC and the file size.
# We check the that the computed CRC and size of the
# uncompressed data matches the stored values. Note that the size
# stored is the true file size mod 2**32.
self.fileobj.seek(-8, 1)
crc32 = read32(self.fileobj)
isize = U32(read32(self.fileobj)) # may exceed 2GB
if U32(crc32) != U32(self.crc):
raise IOError, "CRC check failed"
elif isize != LOWU32(self.size):
raise IOError, "Incorrect length of data produced"
</code></pre>
<p>There you can see that the <code>ISIZE</code> field is being read, but only to to compare it to <code>self.size</code> for error detection. This then should mean that <code>GzipFile.size</code> stores the actual uncompressed size. However, I <em>think</em> it's not exposed publicly, so you might have to hack it in to expose it. Not so sure, sorry.</p>
<p>I just looked all of this up right now, and I haven't tried it so I could be wrong. I hope this is of some use to you. Sorry if I misunderstood your question.</p>
http://stackoverflow.com/questions/1702945/compiling-windows-binaries-from-ubuntu/1702969#17029690Answer by Blaenk for Compiling windows binaries from Ubuntu?Blaenk2009-11-09T18:49:35Z2009-11-09T18:49:35Z<p>Take a look at the <a href="http://www.mingw.org/wiki/LinuxCrossMinGW" rel="nofollow">Mingw</a> compiler.</p>
http://stackoverflow.com/questions/1836057/cocoa-parse-nsstring-by-character-lengthComment by Blaenk on Cocoa: Parse NSString by character lengthBlaenk2009-12-02T22:07:36Z2009-12-02T22:07:36ZShow an example string in your question, and how you want it broken up. It will give us a better idea.http://stackoverflow.com/questions/1799648/compile-windows-c-console-applications-in-linux/1799680#1799680Comment by Blaenk on Compile Windows C console applications in LinuxBlaenk2009-11-25T20:21:09Z2009-11-25T20:21:09ZBest answer so far, and yes, there was a dupe :D Also nice to post the needed packages. Straight answer, to the punch.http://stackoverflow.com/questions/336350/what-is-the-most-challenging-technical-problem-youve-solved-in-your-life/336450#336450Comment by Blaenk on What is the most challenging technical problem you've solved in your life?Blaenk2009-11-18T17:59:32Z2009-11-18T17:59:32Z"I figured that if I could tell the computer how to solve an equation step by step, I would know it inside and out myself, since I dissected it and wrote it backwards." -- haha, I did the exact same thing!http://stackoverflow.com/questions/1738731/converting-wordpress-categories-into-tags/1738846#1738846Comment by Blaenk on Converting Wordpress Categories into TagsBlaenk2009-11-15T22:18:13Z2009-11-15T22:18:13ZIf you're new to stackoverflow, take a look at the FAQ [ <a href="http://stackoverflow.com/faq" rel="nofollow">stackoverflow.com/faq</a> ]. Basically, don't forget to mark an answer as 'correct' (Checkmark on the left) if you found it to answer your question, that way your acceptance rate won't take a hit.http://stackoverflow.com/questions/1736526/any-good-free-c-game-programming-pdf/1736545#1736545Comment by Blaenk on Any good free C++ Game Programming PDFBlaenk2009-11-15T04:17:58Z2009-11-15T04:17:58ZI'm pretty sure he meant literally free, and not 'where ken i pirate teh bookz guize'. Flagged.http://stackoverflow.com/questions/1719914/resources-for-unrealscript/1724516#1724516Comment by Blaenk on Resources for UnrealScriptBlaenk2009-11-14T21:03:17Z2009-11-14T21:03:17ZThere a reason why you didn't link the last two? Is it rep? I'll link them for you :)http://stackoverflow.com/questions/1719914/resources-for-unrealscript/1720072#1720072Comment by Blaenk on Resources for UnrealScriptBlaenk2009-11-12T05:53:43Z2009-11-12T05:53:43ZOh, that's pretty cool! Thanks for sharing. You mind editing it into the original post? That way it won't be lost :Dhttp://stackoverflow.com/questions/1717546/is-googles-go-language-worth-learningComment by Blaenk on Is Google's Go language worth learning?Blaenk2009-11-11T19:40:10Z2009-11-11T19:40:10ZAlso see: <a href="http://stackoverflow.com/questions/1712172/whats-your-take-on-go-the-language-not-the-game" rel="nofollow" title="whats your take on go the language not the game">stackoverflow.com/questions/1712172/…</a>http://stackoverflow.com/questions/1713467/how-to-implement-openidComment by Blaenk on How to implement OpenID?Blaenk2009-11-11T06:45:10Z2009-11-11T06:45:10ZIn what language/framework?http://stackoverflow.com/questions/1713163/difference-between-include-xxx-h-and-include-xxx-h/1713180#1713180Comment by Blaenk on difference between #include <xxx.h> and #include "xxx.h"Blaenk2009-11-11T05:37:09Z2009-11-11T05:37:09ZCorrect, that is my understanding from what I've read in the past.http://stackoverflow.com/questions/1713137/github-first-push-problem-how-to-merge-remote-changesComment by Blaenk on Github first push problem... how to merge remote changes?Blaenk2009-11-11T05:09:59Z2009-11-11T05:09:59ZNo real reason why this should be community wiki. I don't mind, but it's just a heads up.http://stackoverflow.com/questions/1712592/variably-modified-array-at-file-scope/1712603#1712603Comment by Blaenk on Variably modified array at file scopeBlaenk2009-11-11T03:42:59Z2009-11-11T03:42:59ZAh yes, thanks for the heads up, and glad I could help.http://stackoverflow.com/questions/1712337/syntax-help-php-and-mysql/1712341#1712341Comment by Blaenk on Syntax help! Php and MYSQLBlaenk2009-11-11T01:08:22Z2009-11-11T01:08:22ZAh okay, sorry about that.http://stackoverflow.com/questions/1712261/c-asynchronous-sendingComment by Blaenk on C# Asynchronous sendingBlaenk2009-11-11T00:48:28Z2009-11-11T00:48:28ZI'm pretty sure there's no need for this to be community wiki. Just a thought.http://stackoverflow.com/questions/1712199/styling-qpushbutton-with-css/1712220#1712220Comment by Blaenk on Styling QPushButton with CSS?Blaenk2009-11-11T00:47:37Z2009-11-11T00:47:37ZIs the color staying changed after having clicked it? Then also try setting it for the :focus state. Try both methods of declaration since I'm not so sure which one's correct :/