<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Andrey Vystavkin Blog</title>
	<link>http://j4vk.com/wordpress</link>
	<description>Midnight thoughts</description>
	<lastBuildDate>Wed, 03 Sep 2008 09:14:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CakePHP: complex SELECT queries</title>
		<description>As the project grows I had to work on some more complex queries to provide users with better searching facilities.

In this case, you might use two options:

	Straightforward find() function from App::Model (where you'll have to handle the outpu of data yourself, and trying to fit the search results in your ...</description>
		<link>http://j4vk.com/wordpress/2008/09/03/cakephp-complex-select-queries/</link>
			</item>
	<item>
		<title>CakePHP: lists, beautiful bits</title>
		<description>These tiny bits of beauty really make the development enjoyable:


$names = $this->find('list', array(
'conditions'=> null,
'order'       => 'Developer.id ASC',
'fields'       => array('Developer.id','Developer.'.$name.''),
'recursive' => 0
));

as the result, getting:

Array = (
[1] => 'Pafilia',
[2] => 'Vashiotis'
);

I'll miss these features if I move from this ...</description>
		<link>http://j4vk.com/wordpress/2008/08/18/cakephp-lists-beautiful-bits/</link>
			</item>
	<item>
		<title>CakePHP: Dynamic select boxes with AJAX</title>
		<description>Working with CakePHP1.2 I had to implement some AJAX techniques in the framework, mainly dealing with onChange behavior of the form components, here is a small example of how we can use multiple selectboxes.

Note: For simplicity reasons, I didn't include queries, and just used option-arrays:

//inside controller
 </description>
		<link>http://j4vk.com/wordpress/2008/08/07/cakephp-dynamic-select-boxes-ajax/</link>
			</item>
	<item>
		<title>E-commerce solutions</title>
		<description>Few days ago, my boss start going around the project deadlines, hoping that I'll submit everything on time.Having a bad experience dealing with IT's, a guy has been doing dump HTML with few PHP includes for about two years.No wonder, why he was amazed when I told him that all ...</description>
		<link>http://j4vk.com/wordpress/2008/07/22/e-commerce-solutions/</link>
			</item>
	<item>
		<title>Useful links for CakePHP framework</title>
		<description>
	cakebaker.42dh.com
	book.cakephp.org
	CakePHP Google Group
	API CakePHP
 </description>
		<link>http://j4vk.com/wordpress/2008/07/21/useful-links-for-cakephp-framework/</link>
			</item>
	<item>
		<title>A little bit of success</title>
		<description>Just passed my driving test:

	Now I got wheels
	Now have to drink less.
 </description>
		<link>http://j4vk.com/wordpress/2008/05/20/a-little-bit-of-success/</link>
			</item>
	<item>
		<title>Speed up your work in Vim</title>
		<description>If you don't know what's Vim, then:

	You're Windows IDE's fan
	You've never used Linux

An option "you're using Emacs" is not included - you would have definetely known Vim. You'd hate it for the sake of "holly wars".

I'm not an Emacs lover, neither those huge IDE's with bunch of boxes, bookmarks, you ...</description>
		<link>http://j4vk.com/wordpress/2008/05/09/speed-up-your-work-in-vim/</link>
			</item>
	<item>
		<title>Real Microsoft Vista code leaked!</title>
		<description>
/*
TOP SECRET Microsoft(c) Project:Longhorn(TM) SP1
Estimated release date:2008
*/
#include “win95.h”
#include “win98.h”
#include “leopard.h”

char chew_up_some_ram[10000000];

void main () {
while (!CRASHED) {

if (first_time_install) {
make_10_gigabyte_swapfile();
do_nothing_loop();
search_and_destroy(FIREFOX &#124; OPENOFFICEORG &#124; ANYTHING_GOOGLE);
hang_system();
}

if (still_not_crashed) {
basically_run_windows_xp();
do_nothing_loop();
}
}

if (!DX10GPU()) {
set_graphics(aero, very_slow);
set_mouse(reaction, sometimes);
}

// printf(”Welcome to Windows 2000?);
// printf(”Welcome to Windows XP”);
printf(”Welcome to Windows Vista”);

while (something) {
sleep(10);
get_user_input();
sleep(10);
act_on_user_input();
sleep(10);
flicker_led_promisingly(hard_disk);
}

creat_general_protection_fault();
} </description>
		<link>http://j4vk.com/wordpress/2008/05/08/real-microsoft-vista-code-leaked/</link>
			</item>
	<item>
		<title>KDE on Windows</title>
		<description>

Good news, KDE team started migration of original KDE applications for Windows platform. Concerning windows.kde.org, users of Windows XP/2000/2003 can easily install famous apps like Konqueror, Kate and others on their machines, via KDE-installer.

If some of the applications don't work from the beginning, just add KDEDIRS and Path in your ...</description>
		<link>http://j4vk.com/wordpress/2008/01/27/kde-on-windows/</link>
			</item>
	<item>
		<title>Brands show your intelligence</title>
		<description>
and now a study proves that "Mac people" indeed are more liberal and open-minded than average folks.
If you're using PC, you're conservative and close-minded average person living on this planet. The quote is a bit stupid, isn't it? </description>
		<link>http://j4vk.com/wordpress/2008/01/21/brands-show-your-intelligence/</link>
			</item>
</channel>
</rss>
