Johnny Ye’s Blog

Johnny Ye’s Blog

How to change Business Objects Scheduler default expiration date

Open the
recurrence.jsp in c:\Program Files\Business Objects\Tomcat55\webapps\PlatformServices\jsp\Shared_Recurrence
Add these two Classes to the import at the top of the file, so it looks like this.
<%@ page import="com.businessobjects.webutil.clientaction.ActionHelper,
com.businessobjects.clientaction.shared.recurrence.RecurrenceBean,
com.businessobjects.webutil.shared.CalendarUtils,
com.crystaldecisions.sdk.framework.IEnterpriseSession,
com.crystaldecisions.sdk.occa.infostore.IInfoObject,
com.crystaldecisions.sdk.plugin.desktop.calendar.ICalendar,
com.businessobjects.webutil.Encoder,
com.businessobjects.clientaction.shared.CalendarData2,
java.util.*,
java.text.DateFormat,
java.text.SimpleDateFormat"%>

Go to line 416, look for
document.getElementById("recurrence:endDate").value = "< %=calendar.getEndDate()%>";
replace it with:
<%
DateFormat df = new SimpleDateFormat("dd/MM/yyyy");
Date ed = df.parse(calendar.getStartDate());
Calendar calEd=Calendar.getInstance();
calEd.setTime(ed);
calEd.add(Calendar.YEAR,1);
%>
document.getElementById("recurrence:endDate").value = "<%=df.format(calEd.getTime())%>";

You can change the 1 in calEd.add(Calendar.YEAR,1); to however many years you want to add to the start date.

Downloading your code from google app engine (in windows)

I have been playing with google app engine. And I found that google app engine does have anything that allows developer to download the code. Thanks to Voodoo programming blog ( http://www.cneophytou.com/2008/04/17/downloading-your-code-from-google-app-engine/ ) It shows a way to do it in mac, I take a similar approach in windows.

1. create an Archive folder in your project folder.

2. create a batch file:
for %%* in (.) do set SUBDIR=%%~n*
cd ..
del "%SUBDIR%\Archive\Archive.zip"
zip -r -9 "%SUBDIR%\Archive\Archive.zip" %SUBDIR%
cd %SUBDIR%
"C:\Program Files\Google\google_appengine\appcfg.py" update ./

3. Add these line in your app.yaml file
- url: /Archive
static_dir: Archive
login: admin

Use the update.bat to upload your application. And you can download your source code from http://yourapp.appspot.com/archive/Archive.zip

GeexBox

I just found out about this awesome Linux distribution. GeexBox (http://geexbox.org/en/index.html).

“GeeXboX is a free embedded Linux distribution which aims at turning your computer into a so called HTPC (Home Theater PC) or Media Center. Being a standalone LiveCD-based distribution, it’s a ready to boot operating system than works on any Pentium-class x86 computer or PowerPC Macintosh, implying no software requirement. You can even use it on a diskless computer, the whole system being loaded in RAM.”

I can turn my old PC in HTPC.

Back on line.

I’ve been out of this blog for a while because my first child was born. Now that things are getting organized again. I will start updating this blog again. And I decided to register my own url johnnyye.com and moved the centerofspotlight.com to johnnyye.com/blog

Little Ray

Little Ray

2008 Fall in Helen Georgia



2008 Fall 6, originally uploaded by jye_999.

I shot this in Helen, Georgia. I think I will go there again next year.

240 plus Jquery plugins

File upload

Ajax File Upload.
jQUploader.
Multiple File Upload plugin.
jQuery File Style.
Styling an input type file.
Progress Bar Plugin.

Form Validation

jQuery Validation.
Auto Help.
Simple jQuery form validation.
jQuery XAV – form validations.
jQuery AlphaNumeric.
Masked Input.
TypeWatch Plugin.
Text limiter for form fields.
Ajax Username Check with jQuery.

Form – Select Box stuff

jQuery Combobox.
jQuery controlled dependent (or Cascadign) Select List.
Multiple Selects.
Select box manipulation.
Select Combo Plugin.
jQuery – LinkedSelect
Auto-populate multiple select boxes.
Choose Plugin (Select Replacement).

Form Basics, Input Fields, Checkboxes etc.

jQuery Form Plugin.
jQuery-Form.
jLook Nice Forms.
jNice.
Ping Plugin.
Toggle Form Text.
ToggleVal.
jQuery Field Plugin.
jQuery Form’n Field plugin.
jQuery Checkbox manipulation.
jTagging.
jQuery labelcheck.
Overlabel.
3 state radio buttons.
ShiftCheckbox jQuery Plugin.
Watermark Input.
jQuery Checkbox (checkboxes with imags).
jQuery SpinButton Control.
jQuery Ajax Form Builder.
jQuery Focus Fields.
jQuery Time Entry.

Time, Date and Color Picker

jQuery UI Datepicker.
jQuery date picker plugin.
jQuery Time Picker.
Time Picker.
ClickPick.
TimePicker.
Farbtastic jQuery Color Picker Plugin.
Color Picker by intelliance.fr.

Rating Plugins

jQuery Star Rating Plugin.
jQuery Star Rater.
Content rater with asp.net, ajax and jQuery.
Half-Star Rating Plugin.

Search Plugins

jQuery Suggest.
jQuery Autocomplete.
jQuery Autocomplete Mod.
jQuery Autocomplete by AjaxDaddy.
jQuery Autocomplete Plugin with HTML formatting.
jQuery Autocompleter.
AutoCompleter (Tutorial with PHP&MySQL).
quick Search jQuery Plugin.

Inline Edit & Editors

jTagEditor.
WYMeditor.
jQuery jFrame.
Jeditable – edit in place plugin for jQuery.
jQuery editable.
jQuery Disable Text Select Plugin.
Edit in Place with Ajax using jQuery.
jQuery Plugin – Another In-Place Editor.
TableEditor.
tEditable – in place table editing for jQuery.

Audio, Video, Flash, SVG, etc

jMedia – accessible multi-media embedding.
JBEdit – Ajax online Video Editor.
jQuery MP3 Plugin.
jQuery Media Plugin.
jQuery Flash Plugin.
Embed QuickTime.
SVG Integration.

Photos/Images/Galleries

ThickBox.
jQuery lightBox plugin.
jQuery Image Strip.
jQuery slideViewer.
jQuery jqGalScroll 2.0.
jQuery – jqGalViewII.
jQuery – jqGalViewIII.
jQuery Photo Slider.
jQuery Thumbs – easily create thumbnails.
jQuery jQIR Image Replacement.
jCarousel Lite.
jQPanView.
jCarousel.
Interface Imagebox.
Image Gallery using jQuery, Interface & Reflactions.
simple jQuery Gallery.
jQuery Gallery Module.
EO Gallery.
jQuery ScrollShow.
jQuery Cycle Plugin.
jQuery Flickr.
jQuery Lazy Load Images Plugin.
Zoomi – Zoomable Thumbnails.
jQuery Crop – crop any image on the fly.
Image Reflection.

Google Map

jQuery Plugin googlemaps.
jMaps jQuery Maps Framework.
jQmaps.
jQuery & Google Maps.
jQuery Maps Interface forr Google and Yahoo maps.
jQuery J Maps – by Tane Piper.

Games

Tetris with jQuery.
jQuery Chess.
Mad Libs Word Game.
jQuery Puzzle.
jQuery Solar System (not a game but awesome jQuery Stuff).

Tables, Grids etc.

UI/Tablesorter.
jQuery ingrid.
jQuery Grid Plugin.
Table Filter – awesome!.
TableEditor.
jQuery Tree Tables.
Expandable “Detail” Table Rows.
Sortable Table ColdFusion Costum Tag with jQuery UI.
jQuery Bubble.
TableSorter.
Scrollable HTML Table.
jQuery column Manager Plugin.
jQuery tableHover Plugin.
jQuery columnHover Plugin.
jQuery Grid.
TableSorter plugin for jQuery.
tEditable – in place table editing for jQuery.
jQuery charToTable Plugin.
jQuery Grid Column Sizing.
jQuery Grid Row Sizing.

Charts, Presentation etc.

jQuery Wizard Plugin .
jQuery Chart Plugin.
Bar Chart.

Border, Corners, Background

jQuery Corner.
jQuery Curvy Corner.
Nifty jQuery Corner.
Transparent Corners.
jQuery Corner Gallery.
Gradient Plugin.

Text and Links

jQuery Spoiler plugin.
Text Highlighting.
Disable Text Select Plugin.
jQuery Newsticker.
Auto line-height Plugin.
Textgrad – a text gradient plugin.
LinkLook – a link thumbnail preview.
pager jQuery Plugin.
shortKeys jQuery Plugin.
jQuery Biggerlink.
jQuery Ajax Link Checker.

Tooltips

jQuery Plugin – Tooltip.
jTip – The jQuery Tool Tip.
clueTip.
BetterTip.
Flash Tooltips using jQuery.
ToolTip.

Menus, Navigations

jQuery Tabs Plugin – awesome! . [demo nested tabs.]
another jQuery nested Tab Set example (based on jQuery Tabs Plugin).
jQuery idTabs.
jdMenu – Hierarchical Menu Plugin for jQuery.
jQuery SuckerFish Style.
jQuery Plugin Treeview.
treeView Basic.
FastFind Menu.
Sliding Menu.
Lava Lamp jQuery Menu.
jQuery iconDock.
jVariations Control Panel.
ContextMenu plugin.
clickMenu.
CSS Dock Menu.
jQuery Pop-up Menu Tutorial.
Sliding Menu.


Accordions, Slide and Toggle stuff

jQuery Plugin Accordion.
jQuery Accordion Plugin Horizontal Way.
haccordion – a simple horizontal accordion plugin for jQuery.
Horizontal Accordion by portalzine.de.
HoverAccordion.
Accordion Example from fmarcia.info.
jQuery Accordion Example.
jQuery Demo – Expandable Sidebar Menu.
Sliding Panels for jQuery.
jQuery ToggleElements.
Coda Slider.
jCarousel.
Accesible News Slider Plugin.
Showing and Hiding code Examples.
jQuery Easing Plugin.
jQuery Portlets.
AutoScroll.
Innerfade.

Drag and Drop

UI/Draggables.
EasyDrag jQuery Plugin.
jQuery Portlets.
jqDnR – drag, drop resize.
Drag Demos.

XML XSL JSON Feeds

XSLT Plugin.
jQuery Ajax call and result XML parsing.
xmlObjectifier – Converts XML DOM to JSON.
jQuery XSL Transform.
jQuery Taconite – multiple Dom updates.
RSS/ATOM Feed Parser Plugin.
jQuery Google Feed Plugin.

Browserstuff

Wresize – IE Resize event Fix Plugin.
jQuery ifixpng.
jQuery pngFix.
Link Scrubber – removes the dotted line onfocus from links.
jQuery Perciformes – the entire suckerfish familly under one roof.
Background Iframe.
QinIE – for proper display of Q tags in IE.
jQuery Accessibility Plugin.
jQuery MouseWheel Plugin.

Alert, Prompt, Confirm Windows

jQuery Impromptu.
jQuery Confirm Plugin.
jqModal.
SimpleModal.

CSS

jQuery Style Switcher.
JSS – Javascript StyleSheets.
jQuery Rule – creation/manipulation of CSS Rules.
jPrintArea.

DOM, Ajax and other jQuery plugins

FlyDOM.
jQuery Dimenion Plugin.
jQuery Loggin.
Metadata – extract metadata from classes, attributes, elements.
Super-tiny Client-Side Include Javascript jQuery Plugin.
Undo Made Easy with Ajax.
JHeartbeat – periodically poll the server.
Lazy Load Plugin.
Live Query.
jQuery Timers.
jQuery Share it – display social bookmarking icons.
jQuery serverCookieJar.
jQuery autoSave.
jQuery Puffer.
jQuery iFrame Plugin.
Cookie Plugin for jQuery.
jQuery Spy – awesome plugin.
Effect Delay Trick.
jQuick – a quick tag creator for jQuery.
Metaobjects
.
elementReady.

Barack Obama’s Top 5 technology promises

Silicon Valley has been complaining for years that government has neglected a technology-focused promotion of education, but besides with, what can the IT industry expect from the new president? TG Daily re-visited Obama’s speeches and highlight what we believe are the five most important technology promises, besides education.

read more | digg story

Top Ten Android Launch Apps

Right now, I count 40 apps on the market (all of them are free, but paid apps are coming with a 70 percent cut going to developers), and I know of several that are supposed to launch today that have not yet appeared on the phone. But if you are going to get a phone today, here is my list of the top ten apps worth downloading and checking out.

read more | digg story

Python on 1and1.com Host

1and1 claims that they support Python. I am able to create python scripts, and put them in cron job. I can also create python script to serve as web page by giving it executable right. The script looks like:

#!/usr/bin/python2.5
print “Content-Type: text/html”
print
print “”"\
<html>
<body>
<h2>Hello World!</h2>
</body>
</html>
“”"
The default version of python, /usr/bin/python is 2.4.4

But here is the catch, 1and1 does not have a python web framework available! They do have django on the server, but django-admin is no where to be found. :(   Ruby is also on 1and1, but no Rails!!!

Link Building Tutorial

Add a free link at the following sites:
http://aboutus.org/

Use RSS syndication websites to link to your RSS feeds:

Feedest.com
Postami.com
2RSS.com
FeedsFarm.com
RssFeeds.com
Feeds4all.com
Plazoo.com
Feedooyoo.com
RSSmicro.com
FeedFury.com
Octora.com
FeedBase.net
RSSmotron.com
DayTimeNews.com
Rss-Feeds-Submission.com
MillionRSS.com
Yahoo RSS Guide
ReadABlog.com
GoldenFeed.com
BlogDigger.com
RSSFeeds.com
feed24.com
Findory.com
WeBlogAlot.com
FeedBoy.com
IceRocket.com
Jordomedia.com
FeedShark.BrainBliss.com
FeedPlex.com

Submit to Digg.com and post comment on most digged articles.

Submit news/store/review to Mashable.com

Forums with good PR

http://www.sitepoint.com/forums/
http://acapella.harmony-central.com/forums/
http://forums.seroundtable.com/
http://www.submitexpress.com/bbs/
http://www.startups.co.uk/
http://www.v7n.com/forums/
http://www.webmaster-talk.com/
http://forums.comicbookresources.com/
http://bzimage.org/
http://www.clicks.ws/
http://www.earnersforum.com/forumsindex.php
http://www.acorndomains.co.uk/
http://forums.onlinebookclub.org/
http://www.ableton.com/forum/
http://www.davidcastle.org/BB/
http://6pins.com/blog/
http://iq69.com/forums/
http://forum.hot4s.com.au/
http://forums.mysql.com/
http://forums.cnet.com/
http://paymentprocessing.cc/
http://www.dnforum.com/
http://www.sitepoint.com/forums/
http://forums.seroundtable.com/
http://www.v7n.com/forums/
http://www.webmaster-talk.com/
http://paymentprocessing.cc/
http://webhostingtalk.com/
http://namePros.com/
http://www.webdigity.com/
http://www.lex224.com/forums/index.php
http://www.affiliateseeking.com/forums/
http://forums.seo.com/
http://forums.digitalpoint.com
http://forums.webcosmo.com
http://www.bodybuildingweb.net/forum/
http://www.webicy.com/
http://www.wareswapper.com/
http://forum.hittail.com/phpbb2/index.php
http://www.warriorforum.com/forum/
http://siteownersforums.com/index.php
http://www.webmaster-forums.net/
http://www.geekpoint.net
http://www.smallbusinessforums.org/
http://www.pakadtrader.com/forum/index.php
http://forums.ukwebmasterworld.com/
http://www.experienceadvertising.com/forum/
http://www.9mb.com/
http://bzimage.org/
http://www.webtalkforums.com

WordPress Loves AJAX