Super Tip: Pass Argumen...

Problem: Help! How can I pass parameters in my Bindings?
Solution: By using lambda functions in python(Check your PL’s manual for anything similar), you would be able to create on-the-fly functions that returns your bindings with the extra parameters/arguments you want to pass.

Example 1: Passing an argument to a wx Button Event

btn = wx.Button(self, [...]

Super Tip: Rasterize a ...

Problem: Help! My mask clipping isn’t working because of the my layer’s overlay effect! I need to rasterize my effects first but I don’t know how!
Solution:
Step 1: Select the layer with the effects you want rasterized.
Step 2: Press Control(CMD for Mac)+Shift+N to create a new layer.
Step 3: Add the layer from Step 1 to [...]

A MySQL query to find &...

Help! I need to replace some words with something else in my database.

How to: Remove those na...

Help! I’ve pasted some text from Microsoft Word and saved it to my SQL database! Now whenever I output my text there’s a bunch of diamonds with a question mark symbols now appearing!