Saturday, July 21, 2007

Forcing re-load image

<script language="Javascript">

document.write('http://www.cnn.com/images/
logo.gif?'+new Date().getTime())
document.write('<br />
<img src="http://www.cnn.com/images/
logo.gif?'+new Date().getTime()+'" />')

</script>

Friday, July 20, 2007

Forcing an image to refresh

http://www.codingforums.com/showthread.php?t=35507
<script type="text/javascript">
<!--//
function noCache(){
var myImage = new Image();
myImage.src = 'Welcome.jpg';
var clocktime = new Date();
var utchours = clocktime.getUTCHours();
var utcminutes = clocktime.getUTCMinutes();
var utcseconds = clocktime.getUTCSeconds();
var utcyear = clocktime.getUTCFullYear();
var utcmonth = clocktime.getUTCMonth()+1;
var utcday = clocktime.getUTCDate();
var utctime = utcyear+''+utcmonth+''+utcday;
utctime += utchours+''+utcminutes+''+utcseconds;

isNew = myImage.src;
if(!isNew.match('#')){
document.images['noCache'].src = myImage.src+'?'+utctime;
}
else{document.images['noCache'].src = document.images['noCache'].src;
}
}
//-->
</script>
</HEAD>

<BODY onload="noCache()">
<img name="noCache" src="Welcome.jpg" width="" height="" alt="">

Saturday, July 14, 2007

JBuilder

"No deploy service or JSP/Servlet service available for"

Right-click on the project. properties---server    

Properties --- server then a server designated containers.

Monday, June 18, 2007

Konqueror with root permission

Konqueror with root permission

> kdesu konqueror

to run Konqueror as root.

Wednesday, June 06, 2007

AjaxDaddy and MiniAjax

All for free, this site has some excellent DHTML and AJAX code you can download. Under Drag and Drop it even has the basics of an AJAX homepage:

http://www.miniajax.com/

A large collection of nifty web 2.0 tools:

http://www.ajaxdaddy.com/

Prototype Window:

http://prototype-window.xilinus.com/samples.html

AJAX poller script:

http://www.dhtmlgoodies.com/index.html?whichScript=ajax-poller

A library of DHTML and Ajax scripts:

http://www.dhtmlgoodies.com/

Dynamic Content:

http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-content

Tuesday, June 05, 2007

All WinXP Commands

Accessibility Controls access.cpl
Add Hardware Wizard hdwwiz.cpl
Add/Remove Programs appwiz.cpl
Administrative Tools control admintools
Automatic Updates wuaucpl.cpl
Bluetooth Transfer Wizard fsquirt
Calculator calc
Certificate Manager certmgr.msc
Character Map charmap
Check Disk Utility chkdsk
Clipboard Viewer clipbrd
Command Prompt cmd
Component Services dcomcnfg
Computer Management compmgmt.msc
Date and Time Properties timedate.cpl
DDE Shares ddeshare
Device Manager devmgmt.msc
Direct X Control Panel (If Installed)* directx.cpl
Direct X Troubleshooter dxdiag
Disk Cleanup Utility cleanmgr
Disk Defragment dfrg.msc
Disk Management diskmgmt.msc
Disk Partition Manager diskpart
Display Properties control desktop
Display Properties desk.cpl
Display Properties (w/Appearance Tab Preselected) control color
Dr. Watson System Troubleshooting Utility drwtsn۳۲
Driver Verifier Utility verifier
Event Viewer eventvwr.msc
File Signature Verification Tool sigverif
Findfast findfast.cpl
Folders Properties control folders
Fonts control fonts
Fonts Folder fonts
Free Cell Card Game freecell
Game Controllers joy.cpl
Group Policy Editor (XP Prof) gpedit.msc
Hearts Card Game mshearts
Iexpress Wizard iexpress
Indexing Service ciadv.msc
Internet Properties inetcpl.cpl
IP Configuration (Display Connection Configuration) ipconfig /all
IP Configuration (Display DNS Cache Contents) ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) ipconfig /flushdns
IP Configuration (Release All Connections) ipconfig /release
IP Configuration (Renew All Connections) ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS) ipconfig /registerdns
IP Configuration (Display DHCP Class ID) ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID) ipconfig /setclassid
Java Control Panel (If Installed) jpicpl۳۲.cpl
Java Control Panel (If Installed) javaws
Keyboard Properties control keyboard
Local Security Settings secpol.msc
Local Users and Groups lusrmgr.msc
Logs You Out Of Windows logoff
Microsoft Chat winchat
Minesweeper Game winmine
Mouse Properties control mouse
Mouse Properties main.cpl
Network Connections control netconnections
Network Connections ncpa.cpl
Network Setup Wizard netsetup.cpl
Notepad notepad
Nview Desktop Manager (If Installed) nvtuicpl.cpl
Object Packager packager
ODBC Data Source Administrator odbccp۳۲.cpl
On Screen Keyboard osk
Opens AC۳ Filter (If Installed) ac۳filter.cpl
Password Properties password.cpl
Performance Monitor perfmon.msc
Performance Monitor perfmon
Phone and Modem Options telephon.cpl
Power Configuration powercfg.cpl
Printers and Faxes control printers
Printers Folder printers
Private Character Editor eudcedit
Quicktime (If Installed) QuickTime.cpl
Regional Settings intl.cpl
Registry Editor regedit
Registry Editor regedit۳۲
Remote Desktop mstsc
Removable Storage ntmsmgr.msc
Removable Storage Operator Requests ntmsoprq.msc
Resultant Set of Policy (XP Prof) rsop.msc
Scanners and Cameras sticpl.cpl
Scheduled Tasks control schedtasks
Security Center wscui.cpl
Services services.msc
Shared Folders fsmgmt.msc
Shuts Down Windows shutdown
Sounds and Audio mmsys.cpl
Spider Solitare Card Game spider
SQL Client Configuration cliconfg
System Configuration Editor sysedit
System Configuration Utility msconfig
System File Checker Utility (Scan Immediately) sfc /scannow
System File Checker Utility (Scan Once At Next Boot) sfc /scanonce
System File Checker Utility (Scan On Every Boot) sfc /scanboot
System File Checker Utility (Return to Default Setting) sfc /revert
System File Checker Utility (Purge File Cache) sfc /purgecache
System File Checker Utility (Set Cache Size to size x) sfc /cachesize=x
System Properties sysdm.cpl
Task Manager taskmgr
Telnet Client telnet
User Account Management nusrmgr.cpl
Utility Manager utilman
Windows Firewall firewall.cpl
Windows Magnifier magnify
Windows Management Infrastructure wmimgmt.msc
Windows System Security Tool syskey
Windows Update Launches wupdmgr
Windows XP Tour Wizard tourstart
Wordpad write

Sunday, May 27, 2007

Welcome to the Writer team blog

Windows Live Writer is a desktop application that makes it easier to compose compelling blog posts using Windows Live Spaces or your current blog service. 

Friday, April 20, 2007

Blast2GO

Blast2GO: "A universal Gene Ontology annotation, visualization and analysis tool for functional genomics research"
Blast2GO (B2G) is a tool designed to enable Gene Ontology (GO) based data mining on sequence data for which no GO annotation is yet available. This is done by associating sequences to a putative function using sequence homology criterion and providing tools for statistical and visual analysis on this information.

Wednesday, March 28, 2007

phpDocumentor

phpDocumentor is the world standard auto-documentation tool for PHP. Written in PHP, phpDocumentor can be used directly from the command-line, or through an easy to use web interface. phpDocumentor can be used to generate professional documentation directly from the source code of your PHP project. Support for linking between documentation, automatic class inheritance and generation of highlighted source code with cross-referencing to php general documentation are just a few of the features of phpDocumentor.

Saturday, March 24, 2007

Greasemonkey Firefox on Vista

I had a Bug with Greasemonkey / Firefox on my Vista. Its scripts don't work and stuck on install window.
Here is how to fix it:
Go to your Firefox Profile:

C:\users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles\

(You need to change your folder view settings to see this folder. Go to, "Tools -> Folder Options -> View -> Hidden Files and Folders" then select "Show Hidden Files and Folders. )

In your profile folder first create a new folder and name it "gm_scripts" (without quotes). Then create an empty text file and rename it to "config.xml" (without quotes).

- note: if you are using portable Firefox your profile folder is here:

...\FirefoxPortable\Data\profile

Monday, March 05, 2007

WinBinder: The native Windows binding for PHP

WinBinder: The native Windows binding for PHPWinBinder is a new open source extension for PHP, the script programming language. It allows PHP programmers to easily build native Windows applications. information.

Friday, February 23, 2007

Bioclipse

BioMed Central | Abstract | 1471-2105-8-59 | Bioclipse: An open source workbench for chemo- and bioinformatics: "Bioclipse is an advanced workbench for resources in chemo- and bioinformatics, such as molecules, proteins, sequences, spectra, and scripts. It provides 2D-editing, 3D-visualization, file format conversion, calculation of chemical properties, and much more; all fully integrated into a user-friendly desktop application. Editing supports standard functions such as cut and paste, drag and drop, and undo/redo. Bioclipse is written in Java and based on the Eclipse Rich Client Platform with a state-of-the-art plugin architecture. This gives Bioclipse an advantage over other systems as it can easily be extended with functionality in any desired direction."

Tuesday, February 20, 2007

IntelliJ IDEA :: The Most Intelligent Java IDE

IntelliJ IDEA :: The Most Intelligent Java IDE: "IntelliJ IDEA is an intelligent Java IDE intensely focused on developer productivity that provides a robust combination of enhanced development tools. Its functionality is continuously extended by the users and third parties. Check out our Companion products or categorized list of more than 300 plugins at the Plugin repository."

Monday, February 19, 2007

AJAX file upload - The Code Project

AJAX file upload
how to implement file uploading method using AJAX and WebService technologies.

Wednesday, February 14, 2007

MIRA

MIRA: "MIRA 2 - Whole Genome Shotgun and EST Sequence Assembler

The MIRA2 system is the successor of MIRA. Additional years of knowledge and experience were incorporated, new algorithms devised, reliability and execution speed improved. Labs find mira2 useful for assembly of extremely 'unfriendly' projects containing lots of repetitive sequences. The miraEST module is suited for assembly of non-normalised EST projects and for detecting single nucleotide polymorphisms (SNP) in the transcriptome sequences. As always, your mileage may vary."

Tuesday, February 13, 2007

PostNuke CMS

PostNuke CMS :: A Flexible Open Source Content Management System: "Need a robust, interactive, editable website? PostNuke is your answer, you can have your site up and running within minutes of download!
Features include:

* Modular Structure
* Customized Functionality through Third-Party Modules
* Advanced User Group Permissions System
* Multi-language Support (About 36 Language Packs Available)
* Embedded WYSIWYG HTML Editor Activated
* Site Search
* Advanced API (Application Programming Interface)
* Focused on High Level of Security
* Easy-to-Use Guided Browser Based Installation and more!"

KNIME

KNIME, pronounced [naim], is a modular data exploration platform that enables the user to visually create data flows (often referred to as pipelines), selectively execute some or all analysis steps, and later investigate the results through interactive views on data and models.


KNIME was developed (and will continue to be expanded) by the Chair for Bioinformatics and Information Mining at the University of Konstanz, Germany. The group headed by Michael Berthold is also using KNIME for teaching and research at the University. Quite a number of new data analysis methods developed at the chair are integrated in KNIME. Let us know if you are looking for something in particular, not all of those modules are part of the standard KNIME release just yet...


KNIME base version already incorporates over 100 processing nodes for data I/O, preprocessing and cleansing, modelling, analysis and data mining as well as various interactive views, such as scatter plots, parallel coordinates and others. It includes all analysis modules of the well known Weka data mining environment ( http://www.cs.waikato.ac.nz/ml/weka/) and additional plugins allow R-scripts (www.r-project.org) to be run, offering access to a vast library of statistical routines.


KNIME is based on the Eclipse platform and, through it's modular API, easily extensible. Customs nodes and types can be integrated within hours enabling KNIME to be used not only in production environments but also for teaching and research prototyping. If you would like to read a more detailed description of the software, please download our White Paper as a PDF file here.


KNIME is available through a dual licensing scheme. A non-profit open source license allows KNIME to be downloaded, distributed, and used freely as long as the software or its use is not distributed per profit. See license arrangements for details.


Wednesday, February 07, 2007

MORFIK

MORFIK: "Morfik WebOS AppsBuilder delivers the next level in the evolution of web-based applications. Unlike existing software development tools, the WebOS AppsBuilder is designed to create truly interactive web applications, not merely text files with tags.

WebOS AppsBuilder brings extreme simplicity to the design of sophisticated AJAX applications without compromising their functionality. You don't need to write any HTML, XHTML, XML, JavaScript or CSS. It has never been easier to create highly interactive web sites and applications - and you don't even have to learn a new language or new technologies to do it!"

PHP for Microsoft AJAX Library

PHP for Microsoft AJAX Library: "A small set of PHP files to support using the Microsoft AJAX Library with PHP web applications. The current release supports creating web service proxies in PHP code such that the Microsoft AJAX Library (a free download from http://ajax.asp.net) can call them from client-side code. Future releases will support localization and globalization, debug and release scripts, and more features inspired by ASP.NET AJAX.
"

Wednesday, January 31, 2007

Main Page - BioWeka

Main Page - BioWeka: "BioWeka is an extension library to the data mining framework Weka for knowledge discovery and data analysis tasks in biology, biochemistry and bioinformatics."
Given the growing amount of biological data, data mining methods have become an integral part of bioinformatics research. Unfortunately, standard data mining tools are often not sufficiently equipped for handling raw data such as e.g. amino acid sequences. One popular and freely available framework that contains many well-known data mining algorithms is the Waikato Environment for Knowledge Analysis (Weka). In the BioWeka project, we introduce various input formats for bioinformatics data and bioinformatics methods like alignments to Weka. This allows users to easily combine them with Weka's classification, clustering, validation and visualisation facilities on a single platform and therefore reduces the overhead of converting data between different data formats as well as the need to write custom evaluation procedures that can deal with many different programs. We encourage users to participate in this project by adding their own components and data formats to BioWeka. AVAILABILITY: The software, documentation and tutorial are available at http://www.bioweka.org

Tuesday, January 30, 2007

GWT Developer's Tools

GWT Developer's Tools: "gwtDeveloper is a WYSIWYG tool to design your GWT applications. It is a extension for JDeveloper. You can get it using JDeveloper's Check for Updates mechanism.

Windows version is available now. Linux/Mac version may be in the future.

See it's documents.

GWT UI Editor
Features:

* Visually design your panels, composites, menus and other widget types
* View, change your widget's properties using Property Inspector
* Add event handlers to your widgets"

Friday, January 26, 2007

BioPHP. PHP for bioinformatics

BioPHP. PHP for bioinformatics: "BioPHP PHP for Bioinformatics
The aim of this site is to share knowledge by using a Wiki-like service: classes, functions
and minitools may be edited by registered users.

Publish Videos of Your Experiments Online - for Free

Biotechnology Information Center News: Publish Videos of Your Experiments Online - for Free

The Journal of Visualized Experiments (2006-) is truly living up to the old adage that a picture is worth a thousand words. This online, open access journal is

publishing visualized (video-based) biological research studies. This publication aims to solve some of the most difficult problems in the contemporary life science research:
  • low transparency and reproducibility of biological experiments
  • time-consuming learning of experimental techniques

Monday, January 22, 2007

Prototype Javascript Library easing the development of dynamic web applications

Prototype Javascript Library easing the development of dynamic web applications: "Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.

Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere."

Sunday, January 21, 2007

PortableUSBApps.com

PortableUSBApps.com

PortableUSBApps.com welcomes you to the future of USB drives! It's an exciting revolution and a new paradigm on portable computing. Hope you enjoy the applications that I have optimized and enabled for USB drives!"

WeBuilder 2006 - HTML editor, CSS, JavaScript, VBScript, PHP, ASP, SSI, WML, Perl editor

WeBuilder 2006 - HTML editor, CSS, JavaScript, VBScript, PHP, ASP, SSI, WML, Perl editor: "Create and edit any web page code faster and easier.
More screenshots

WeBuilder is revolutionary all-in-one web code editor for all your web document editing needs. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, CSS, JavaScript, VBScript, PHP, ASP, SSI, Perl code faster and easier than ever, while integrated tools enable you to validate, reuse, navigate and deploy your code in an efficient and sophisticated manner.

Benefits for professionals

* Edit HTML, CSS, JavaScript, PHP, ASP within single program
* Clean, lightweight and extremely fast loading
* Familiar interface allows to jumpstart
* All essential code editing features are right at their place
* Fully customizable text editor, menus, toolbars, shortcut keys
* Efficiently reuse common code fragments
* Few click FTP upload or update"

PortableWebAp - PHP on USB or CD and More

PortableWebAp - PHP on USB or CD and More: "PortableWebAp is a portable platform for web applications. With it you can run php web applications from a CDROM, DVD, USB Drive, from any directory from any hard drive. No installation is necessary. "

Features:
Less than 5mb
By default runs on port 800
Port can be changed
PHP Command Line Interface
Runs in System Tray
Run from any hard drive, CD, DVD, or USB thumb drive.
Run from any directory.
Hotkeys support
Example PHP code for sessions, COM, running a hidden command line, file upload, and more...
Simple example of an appication using PHP, PDO, and SQLite.
A free graphical tool for SQLite Database Browser.
If the example application is run from CD or other read only environment then the SQLite database is automatically copied to the Windows temp directory and used from there.

Tuesday, January 09, 2007

MyReview

MyReview is an open-source web application for managing the paper submission and paper review phases. We aim at providing the most complete, powerful and flexible software of its kind

MyReview is implemented with PHP and MySQL, and distributed under the GNU General Public Licence.

Friday, January 05, 2007

AFLAX

AFLAX: The AJAX Library for the Adobe Flash™ Platform: "AFLAXtm (Wikipedia Entry) stands for Asynchronous Flash and XML. Defined simply, AFLAX is a development methodology which combines Ajax and Flash to create more dynamic web based applications.

Developed by Paul Colton, the AFLAX technology is available as a library that enables developers to use JavaScript to fully utilize all of the features of Adobe's Flash runtime -- including graphics, networking, video and camera support."

Ajax again

MooTools http://www.mootools.net
jQuery http://jquery.com/
SmoothSlideshow the lib’s website !
Script.aculo.us framework learn here
sharing/hosting/storing sites DivShare
Ajax DNS
graphing calculator fooplot
calc5.com/#2+2
real-time HTML editor, Real-time HTML Editor
Web 2.0 Logo Creator by Alex P
Ajaxload, generate an animated loading GIF
ajaxTunes
Relay PHP-based directory manager
Aptana JavaScript IDE