Alex Concha http://alex.buayacorp.com Rambling about everything Mon, 16 Aug 2010 11:50:03 +0000 en hourly 1 http://wordpress.org/?v=3.0.1 About Coders http://alex.buayacorp.com/about-coders.html http://alex.buayacorp.com/about-coders.html#comments Wed, 04 Aug 2010 11:45:23 +0000 alex http://alex.buayacorp.com/?p=39 You may want to see an early version of this awesome book

]]>
http://alex.buayacorp.com/about-coders.html/feed 0
Programmers… http://alex.buayacorp.com/programmers.html http://alex.buayacorp.com/programmers.html#comments Mon, 02 Aug 2010 07:54:05 +0000 alex http://alex.buayacorp.com/programmers.html The different programmer's reaction

Source

]]>
http://alex.buayacorp.com/programmers.html/feed 0
Payoneer has the worst support ever. Aft… http://alex.buayacorp.com/payoneer-has-the-worst-support-ever-aft.html http://alex.buayacorp.com/payoneer-has-the-worst-support-ever-aft.html#comments Mon, 02 Aug 2010 07:47:46 +0000 alex http://alex.buayacorp.com/payoneer-has-the-worst-support-ever-aft.html Payoneer has the worst support ever. After waiting for more than 4 months a new card, I still do not have one…

]]>
http://alex.buayacorp.com/payoneer-has-the-worst-support-ever-aft.html/feed 2
TeX: Autorefresh for your PDF documents in Windows http://alex.buayacorp.com/tex-autorefresh-for-your-pdf-documents-in-windows.html http://alex.buayacorp.com/tex-autorefresh-for-your-pdf-documents-in-windows.html#comments Fri, 25 Sep 2009 22:21:03 +0000 alex http://alex.buayacorp.com/?p=34 SumatraPDF for TeX users is a modified version of SumatraPDF that supports autorefresh, pdfsync backward and forward synchronization and synctex synchronization.

]]>
http://alex.buayacorp.com/tex-autorefresh-for-your-pdf-documents-in-windows.html/feed 0
Java Server Faces sucks as much as ASP.NET webforms? http://alex.buayacorp.com/java-server-faces-sucks-as-much-as-asp-net-webforms.html http://alex.buayacorp.com/java-server-faces-sucks-as-much-as-asp-net-webforms.html#comments Mon, 14 Sep 2009 14:14:33 +0000 alex http://alex.buayacorp.com/?p=31 My classes have started again and like the last year, it seems everyone likes Java here.
Although I have no experience with Java, JSF and ASP.NET Webforms look very similar. I hope I am wrong, because they are “forcing us” to use it for a project because “it is cool”.

]]>
http://alex.buayacorp.com/java-server-faces-sucks-as-much-as-asp-net-webforms.html/feed 0
Graffiti CMS Arbitrary File Upload Vulnerability http://alex.buayacorp.com/graffiti-cms-arbitrary-file-upload-vulnerability.html http://alex.buayacorp.com/graffiti-cms-arbitrary-file-upload-vulnerability.html#comments Sat, 12 Sep 2009 20:54:11 +0000 alex http://alex.buayacorp.com/graffiti-cms-arbitrary-file-upload-vulnerability.html It seems the FCKeditor’s bug is the same I discovered in Graffiti CMS. If anyone is interested, the details are published in milw0rm.

]]>
http://alex.buayacorp.com/graffiti-cms-arbitrary-file-upload-vulnerability.html/feed 0
I’m back http://alex.buayacorp.com/im-back.html http://alex.buayacorp.com/im-back.html#comments Sat, 12 Sep 2009 20:45:37 +0000 alex http://alex.buayacorp.com/?p=28 It seems that it is time to start blogging again. :)

]]>
http://alex.buayacorp.com/im-back.html/feed 0
Programming: You’re Doing it Completely Wrong http://alex.buayacorp.com/programming-youre-doing-it-completely-wrong.html http://alex.buayacorp.com/programming-youre-doing-it-completely-wrong.html#comments Sat, 27 Oct 2007 16:22:08 +0000 alex http://alex.buayacorp.com/programming-youre-doing-it-completely-wrong.html

Programming: You're Doing It Completely Wrong

]]>
http://alex.buayacorp.com/programming-youre-doing-it-completely-wrong.html/feed 2
Insecure Way to Upgrade to WordPress 2.3 http://alex.buayacorp.com/insecure-way-to-upgrade-to-wordpress-23.html http://alex.buayacorp.com/insecure-way-to-upgrade-to-wordpress-23.html#comments Tue, 25 Sep 2007 14:28:50 +0000 alex http://alex.buayacorp.com/insecure-way-to-upgrade-to-wordpress-23.html As you may already know, WordPress 2.3 has been released yesterday and many folks around the world are sharing their upgrade experiences. The one that caught my attention was the “5 Step Failsafe upgrade for WordPress” published at BlogSecurity.

Not offense intended but I wonder why a blog dedicated to security recommends an insecure backup plugin that can allow anyone to download database backups or any file from the file system.

If you are planning to upgrade your WordPress blog, just try to do manual steps because many backup plugins are very insecure — if you still want to use some of them, deactivate it when the upgrade process is completed.

]]>
http://alex.buayacorp.com/insecure-way-to-upgrade-to-wordpress-23.html/feed 8
Enable tag support on Windows Live Writer and WordPress 2.3 http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html#comments Thu, 20 Sep 2007 12:45:59 +0000 alex http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html Update: Joseph Scott has made a better manifest file.

As you may already know, WordPress 2.3 will have built-in tag support and to enable tags on Windows Live Writer you have to upload a manifest file to your blog’s root.

xml:

<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<supportskeywords>Yes</supportskeywords>
<supportsfileupload>Yes</supportsfileupload>
<supportsextendedentries>Yes</supportsextendedentries>
<supportscustomdate>Yes</supportscustomdate>
<supportscategories>Yes</supportscategories>
<supportscategoriesinline>Yes</supportscategoriesinline>
<supportsmultiplecategories>Yes</supportsmultiplecategories>
<supportshierarchicalcategories>Yes</supportshierarchicalcategories>
<supportsnewcategories>Yes</supportsnewcategories>
<supportsnewcategoriesinline>Yes</supportsnewcategoriesinline>
<supportscommentpolicy>Yes</supportscommentpolicy>
<supportspingpolicy>Yes</supportspingpolicy>
<supportsauthor>Yes</supportsauthor>
<supportsslug>Yes</supportsslug>
<supportspassword>Yes</supportspassword>
<supportsexcerpt>Yes</supportsexcerpt>
<supportstrackbacks>Yes</supportstrackbacks>
<supportspages>Yes</supportspages>
<supportspageparent>Yes</supportspageparent>
<supportspageorder>Yes</supportspageorder>
<requiresxhtml>True</requiresxhtml>
<supportsautoupdate>No</supportsautoupdate>
</options>
<weblog>
<homepagelinktext>View your blog</homepagelinktext>
<adminlinktext>Administer your blog</adminlinktext>
<adminurl><!--[CDATA[
{blog-homepage-url}wp-admin
]]-->
</adminurl></weblog></manifest>

<posteditingurl><!--[CDATA[
{blog-homepage-url}wp-admin/edit.php
]]-->
</posteditingurl>
 
]]>
http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html/feed 4