Comments for Mia's Blog http://www.coolder.com/iblog http://mia.blog.coolder.com Fri, 19 Apr 2013 04:26:50 +0000 hourly 1 https://wordpress.org/?v=5.1.18 Comment on Recommend my web hosting provider, $9.95/year up by Vee Vee Mc Vee http://www.coolder.com/iblog/?p=4013#comment-1536 Fri, 19 Apr 2013 04:26:50 +0000 http://www.coolder.com/iblog/?p=4013#comment-1536 1. Create Layer.
2. With magic wand tool…select outside of image.
3. Right click and select invert.
4. Go to top window bar and choose–>Select—>modify–>contract 2 pixels or 20 pixels or however big you want your blur to be.
5. Go to bottom of layer frame and click—> add layer mask button.
6. Go to filter—> blur—> Gaussian blur and adjust until desired effect. Probably 1 pixel more than what is selected in step 4.

]]>
Comment on Create triggers in phpMyAdmin by v2khoi http://www.coolder.com/iblog/?p=1349#comment-1512 Sun, 13 Jan 2013 19:32:16 +0000 http://www.coolder.com/iblog/?p=1349#comment-1512 — Trigger DDL Statements
DELIMITER $$

USE `vlifedb`$$

create trigger ins_groups
before insert on groups
for each row
begin
select * into `#temp` from actions;

while ((select count(*) from `#temp`)>0)
select top 1 id_acion=actions_id from `#temp`;
insert into rules(groups_id,actions_id) values(NEW.idgroups,id_acion);
delete `#temp` where idaction=id_action;
end while;
end
$$

]]>
Comment on How to embed a flash movie (.swf) in a html page and play without alert bar (with example codes) by Mia http://www.coolder.com/iblog/?p=3972#comment-1497 Fri, 06 Jul 2012 17:47:11 +0000 http://www.coolder.com/iblog/?p=3972#comment-1497 By the way, for now, the top right flash on this webpage is embeded in this way.

]]>
Comment on Jave Error: Could not find or load main class by Mia http://www.coolder.com/iblog/?p=3745#comment-1489 Tue, 17 Apr 2012 19:36:30 +0000 http://www.coolder.com/iblog/?p=3745#comment-1489 Thank you, Mirta 😛

]]>