Thursday, January 24, 2008

jQuery and cakephp startup

After a long work (from 16 sep) we need to wait some day to get new release of UI jQuery (as I read at jquery/blog) Waiting! Be patient! ;-)

And you know who - start new cakephp startup - PostTask (forget about your time leak!)

But at current moment site is not work ;( Yesterday I use them, but now...

Waiting and look at this interesting project

Labels: , , ,

Thursday, January 17, 2008

Nicedit & jQuery

I found some trouble when using Nicedit & jQuery together.
< ? if ($obAuth->lock(array(2)) != 1) : ? >


$(document).ready(function() {
$("div.ppp a").not("[@href*=flomaster]").attr({ target : "_blank"});
});

< ? endif; ? >
< ? if ($obAuth->lock(array(2)) == 1) : ? >


bkLib.onDomLoaded(function() {
new nicEditor().panelInstance('PostBody');
});

< ? endif;? >

It's too late. But now it's work in my admin area. Only one be live (Highlander ;-)



Labels: ,

Wednesday, January 16, 2008

Nicedit - Nice editor

After some days, I trying to change in my own (personal) project - FCKEditor to small and fast Nicedit.

And, I must told you... It's very nice editor.

I like it. And I love them after 1 day of using ;-)

Yep, some features I really need in this editor:
  • Table editor (insert, edit)
  • Image Browser (upload, insert, delete)
I think, that I could adoptate ibrowse (tinymce) to this editor. But question with table editor - is open...

Yes, I understand... XXI century... Div... CSS... But my clients love and using table.
What I can do? ;-)

Labels: ,

Tuesday, January 15, 2008

New jQuery 1.2.2: 300% speedup!

From jQuery Blog:

On the 2nd anniversary of jQuery’s release we’re proud to bring you a brand new release of jQuery. This is primarily a bug fix release for jQuery 1.2. You can view the full list of what was fixed on the bug tracker.

Downloading

jQuery 1.2.2:


As I see, now we have 28kb of js code... One year ago we had 16kb... And this fact was a great argument to choice this library for development. Now, after getting a lot of funs, jquery grows up ;-)

Also, I didn't see a big problem in size. Year ago I had 512kb/128kb ADSL, now I have 1M/512kb in same price. Other guys (I think so) have speedup them Internet connection to. So, Long Live jQuery! ;-)

Labels:

Friday, January 11, 2008

First CakePHP official gathering

First CakePHP official gathering

February 6-8, 2008.

The Planned Festivities

February 06, 2008

  • Listen to One
  • Hear some fantastic presentations
  • Eat food, be merry

February 07, 2008

  • Listen to Another One
  • Hear some fantastic presentations
  • Eat more food, be merry

February 08, 2008

  • Listen to the Final One
  • Hear some fantastic presentations
  • Eat food, be jolly


Who is coming?

Labels: ,

Thursday, January 10, 2008

WYSIWYG Editors. Again

I'm so sorry for one more post about WYSIWYG's, but I found a power link with tonns of wysiwyg's ;-)

For all projects, with any licenses. For everyone ;-)

Look here.

;-) Have a nice choice!

Labels:

Wednesday, January 09, 2008

Server-side AJAX answer generator

At russian news-site habrahabr.ru, I found interesting jQueryPHP library, which help you generate correct AJAX-answers.

Try and use. Link.

Don't worry, all information at that pages in english ;-)

Labels: , ,

Tuesday, January 08, 2008

WYSIWYG editor

Yes, I know. WYSIWYG - must die, and textpattern, textile - rules forever ;-)

But how I can explain it to my clients? I have no idea ;-(

Secretary, blondes doesn't understand style "**bold**". But drag-n-play - is rules for them.

So, it's small catalog of WYSIWYG editor, which we can use in our project.

TinyMCE

FCKEditor

SPAW editor

Xihna

My choice - FCKEDitor. It's large editor, but good license, Image/File browser - present.
TinyMCE - non browser inluded. MCFileManager - 50 euro. But, TinyMCE good choice, if you want Copy-Paste table from MS Word. No bugs, no error.

SPAW Editor - I don't like license and price. And, as I remember - Image/File browser absent.

Xihna - Image browser present, but I don't see preview in Image browser dialog.

Do you know some separated Image/File browser (free) who can be easy connecting with TinyMCE, or normal Word Copy-Paste plugin for FCKEditor?

Labels: , , , , ,

Monday, January 07, 2008

CakePHP Beta: 1.2.0.6311 changelog

Small addon to my pervious note - changelog CakePHP Beta 1.2.0.6311:

Look here <-

Happy New Cake! ;-)

And don't forget, it's BETA!

Labels: , ,

CakePHP: no more pre-beta. Now we are BETA!

It's very nice New Years gift: now, cakephp change status from pre-beta to beta:
Beta 1.2.0.6311-beta

Of course, if you made your project, don't change pervious version to new. Make backup ;-)
Don't forget about it!

Happy new year! I hope, I'll write more in 2008, and more useful issues ;-)

Happy New Year! ;-)

Labels: , ,