Showing posts with label issues. Show all posts
Showing posts with label issues. Show all posts

Monday, February 16, 2009

Display Fieldset in IE and Firefox Properly, Microsoft Excel - Setting/resetting the Print Area

Fieldest and legend in IE and Firefox
http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/


Windows: Microsoft Excel - Setting/resetting the print area
View > Page Break Preview
(Now, drag the blue dashed line to your need)

http://office.microsoft.com/en-us/excel/HP052022151033.aspx

Tuesday, December 23, 2008

Netbeans 6.5 IDE for PHP

mysql: error: #1062 - Duplicate entry '0' for key 1
http://blogs.vinuthomas.com/2008/06/18/mysql-error-1062-duplicate-entry-0-for-key-1/
info: it seems that Mysql throws this error because the field type of the auto increment field is not large enough to hold the next value, so it tries to wraps the count back to ‘0' where the is already a record with that value.

http://www.zen-cart.com/forum/showthread.php?p=488103

http://www.zen-cart.com/forum/showpost.php?p=215391&postcount=17
while export/import mysql db (while backing up a server)
moreinfo: it appears that the cause is related to the way in which various hosts will export backups of data to transfer from one server to another.
I'm guessing that many of them don't include the auto-increment property by default ...

Issue with Primary key
http://www.zen-cart.com/forum/showthread.php?p=488103
info: zen-cart specific: This table should not have a primary key.
And, since you've got one set, it's forcing uniqueness on every "0" record, which would happen for every "guest"/visitor.

Vector Lady - Vector Freebies and tutorials
http://vectorlady.com/

IDE: Netbeans 6.5 with PHP Support
http://www.netbeans.org/downloads/index.html

flex: flash: Changing the direction of Content Management
http://www.konductor.net/blog/

Saturday, December 20, 2008

Read Books Via email, C++ Tutorials, Raphael Javascript Library

Read Books Online by daily email and RSS
http://www.dailylit.com/

Microsoft's Embedded OS: Windows Embedded Standard 2009 (Based on Windows XP Sp3)
http://itmanagement.earthweb.com/entdev/article.php/3751546/Meet+Microsofts+New+Embedded+OS:+Windows+XP.htm

Christmas stocking
http://en.wikipedia.org/wiki/Christmas_stocking


Web Standards Based Slide Show Software
http://scooch.gr0w.com/

good: cool: wallpapers
http://www.antirobotic.net/FreeWalls.html

good: Tenouk's C & C++ Site Index
http://www.tenouk.com/

a-r-t: C++ Inhertiance features - Constructors and desctructors exectution order and friend keywords
http://www.tenouk.com/Module15a.html

C++ Inheritance -- What your mother never told you (Updated!!)
http://www.parashift.com/c++-faq-lite/strange-inheritance.html

Make IE8 Behave like IE 7 (The Compatibility Mode)
Defining Document Compatibility
http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx#SetMode

Raphael Javascript Library
http://raphaeljs.com/

http://www.sitepoint.com/examples/raphael/
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


Simple todo list
http://todoist.com/

Down for everyone or just me?
http://downforeveryoneorjustme.com
tags: server: downtime:

Windows: server2go: "%1 is not a valid win32 application"
http://support.microsoft.com/kb/812486
info: Error message when you start a service

Friday, November 21, 2008

Dynamic form elements and GET POST

iBegin Share - Share + Spread your Content
http://www.ibegin.com/labs/share/

A circular menu with sub-menu
http://www.cssplay.co.uk/menus/circular-sub.html

Heat maps: Feng-GUI - Feng Shui for Graphic User Interface
http://www.feng-gui.com/

firefox not passing values from form select box dynamically created with AJAX
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23068962.html
tag: unable to pass values of dynamic form elements : passing dynamically created values
unable to pass dynamic values:
dynamic form elements POST GET issues:
unable to GET values of dynamic elements:
unable to post values of dynamic elements:
unable to pass values of dynamic form elements via get post:

Sunday, November 16, 2008

PHP mbstring - Multibyte string, PhpBB3 installation issues, wordpress theme generator

Wordpress Theme Generator
http://www.makeuseof.com/dir/wordpress-theme-generator-create-wordpress-theme/

PHP - mbstring (Multibyte String)
http://in2.php.net/manual/en/intro.mbstring.php

issue: PhpBB3 installation:
mbstring.http_input must be set to pass

create a php.ini file inside PhpBB3/install folder and put the following code
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value register_globals 0

drupal: Mollom - protect from spam (From the creator of Drupal - Dries Buytaert)
http://mollom.com/
info: Mollom is a web service that helps you identify content quality and, more importantly, helps you stop comment and contact form spam, and that can protect your registration forms.

mbstring
http://in2.php.net/mbstring

Thursday, November 13, 2008

domdocument::load - dom_xml error, Open Lina Linux Everywhere, WAP simulation, wmlbrowser add-on for Firefox

call to undefined method domdocument::load - dom_xml extension is overriding the dom extension built into PHP5 by default
http://bugs.php.net/bug.php?id=45538

Selfcast
http://www.lockergnome.com/windows/2008/10/16/selfcast/

Open Lina - Linux Everywehre - Run linux application on windows/unix/mac
http://www.openlina.org/index.php/users

WAP: Simulation of Wireless Application Protocol
http://www.it.iitb.ac.in/xnet/wap/default/first-page2.html

WAP Chat script
http://codemafia.org/

a-r-t: cf:wmlbrowser - This project is intended to try and implement as much of WML (Wireless Markup Language) as possible in Mozilla/Firefox.
http://wmlbrowser.mozdev.org/

Nablle - Free Forum Hosting, Simple, embeddable forum
http://n2.nabble.com/

Open source Contact Importer (From email providers, social networks)
http://openinviter.com/

Tuesday, November 4, 2008

CSS Drop-down menu Framework, Javascript Shopping Cart, Complete Site Validator, ICS on Vista, xampp PHP switch error,

Free CSS Drop-Down Menu Framework
http://lwis.net/free-css-drop-down-menu/

js: script: Simple cart - Javascript shopping cart with Paypal integration
http://www.thewojogroup.com/simpleCart/#


Complete Site Validator
http://freesitevalidator.com

Internet Connection Sharing: ICS on vista
http://windowshelp.microsoft.com/Windows/en-us/help/bfd3bd31-82f0-4b9c-9cde-fb92bc2b14771033.mspx

xampp: error: While switching between php version 4 and 5
 
The PHP version number is not valid.
Die PHP Version Nummer ist ungueltig.
PHP Switch exit ...

reason: 'xampp\install\.phpversion' had null value
solution:
1. Shutdown apache
2. Wrote '4' (without quotes) in '.phpversion' file as my PHP version was 4
3. php-switch.bat

Monday, November 3, 2008

jQuery $ is not defined error, Gimp Tutorials, Malayalam Computing, Ajax Domain Search, Fonts

jQuery Error:
$ is not defined
$(document).ready(function(){
reason: type was JUST "javascript" not, "text/javascript"
<script type="javascript" src="jquery-1.2.6.js"></script>
resolution:
<script type="text/javascript" src="jquery-1.2.6.js"></script>

good: Gimp Tutorial
http://gimp-tutorials.net/websitetutorial

Malayalam Computing Information
http://tlt.its.psu.edu/suggestions/international/bylanguage/malayalam.html

script: Ajax Domain Search Script
http://www.ajaxdomainsearch.com/blog/?page_id=5

good: Fonts
http://www.fontcubes.com/dingbat/popular

Monday, October 27, 2008

Javascript Timetable, Episurveyor, HTTP 405 error in IIS

js:script: timetable:timeline
http://www.cod3.net/timetable/

Episurveyor is a free, open source tool enabling anyone to create very
easily a handheld data entry form, collect data on a mobile device,
and then transfer the data back to a desktop or laptop for analysis --
without expensive consultants, software subscriptions, or long-term
contracts.
http://www.datadyne.org/?q=episurveyor/home

How to Resolve an HTTP 405 Resource not allowed Error in IIS
http://www.somacon.com/p126.php

excerpt: "The file type is not registered in the IIS script map
settings (e.g. .html or .htm). IIS 5.1 only allows HTTP requests of
type to GET to unmapped files. HTTP requests of type POST, HEAD, and
all others are responded to with a 405 resource not allowed error.
"

Saturday, October 11, 2008

PHP ctype issues, FITBIT - Track your Fitness, Design Jobs

Fitbit - Automatically Tracks your fitness and sleep
http://www.fitbit.com/foods/categories/Cereal+and+Grain+Products/Grains+Grasses/176

Short videos that help kids learn to read. DVDs for smart kids are at readeez.com
http://readeez.com/watch.html

Constructr - New Open Source CMS
http://constructr-cms.org/screenshots/

Scroll your HTMl with jquery
http://www.flowplayer.org/tools/scrollable.html

tutorials: good: Actionscript
http://www.kirupa.com/developer/flash/index.htm

is_numeric() versus ctype_digit()
http://tiffanybbrown.com/2006/07/27/php-quickie-is_numeric-versus-ctype_digit/
Exampe--------------------------------------------------
$n = '1234.5';
var_dump(is_numeric($n));  // returns bool(true)
var_dump(ctype_digit($n)); // returns bool(false)
--------------------------------------------------

a-r-t: Bug in PHP's ctype_digit()
http://www.primitivetype.com/articles/php_ctype_digit_bug.php
info: The bug is that if you call ctype_digit() and pass an integer to it, it sets the integer passed to NULL. Curiously, when I try passing an integer in the range -128 to 255, it is not affected by the bug. The way to avoid the bug happening at all is to pass the function a string. For example, instead of calling ctype_digit($myInt), call ctype_digit("$myInt").

Design Jobs: Design Community & marketplace
http://www.designfirms.org/jobs/

Friday, December 21, 2007

CakePHP: findByName

CakePHP: Form fields doesn't show the validation errors;

echo $html->formTag('

cause: forgot to 'echo' tags..

CakePHP: findBy*()

findByAll*()

findByName($this->data['Model']['column']

eg: findByEmail($this->data['User']['email']

Thursday, December 13, 2007

MIT, robots, FM, Sensor Network

sms: teleflip

A digitally programmable FM radio IC

http://ieeexplore.ieee.org/Xplore/login.jsp?url=/iel5/8736/27661/01234381.pdf

Smartdust

http://en.wikipedia.org/wiki/Smartdust

Smartdust is a hypothetical network of tiny wireless microelectromechanical systems (MEMS) sensors, robots, or devices, installed with wireless communications, that can detect (for example) light, temperature, or vibration.

Projects using TinyOS

http://webs.cs.berkeley.edu/users/select_users.php

TinyOS

http://www.tinyos.net/

TinyOS is an open-source operating system designed for wireless embedded sensor networks. It features a component-based architecture which enables rapid innovation and implementation while minimizing code size as required by the severe memory constraints inherent in sensor networks.

mit: Cricket

http://cricket.csail.mit.edu/

Cricket is indoor location system for pervasive and sensor-based computing environments, such as those envisioned by MIT's Project Oxygen. Cricket provides fine-grained location information---space identifiers, position coordinates, and orientation---to applications running on handhelds, laptops, and sensor nodes.

mit: OxygentTV

http://nms.csail.mit.edu/projects/oxygentv/

The OxygenTV project is developing an implementation of the adaptive video streaming framework that uses CM to adapt to variable bandwidth and delay and SR-RTP to perform selective retransmission for packet loss.

mit: TELSA

http://nms.csail.mit.edu/projects/tesla/

TESLA is a generalized architecture for the development and deployment of session-layer services. It uses dynamic library interposition to trap applications' network I/O calls, routing them through handlers that provide services such as compression, encryption, transparent SOCKS proxying, traffic rate shaping, and end-to-end flow migration.

mit: WaveScope

http://wavescope.csail.mit.edu/doku.php

WaveScope is a system for developing distributed, high-rate applications that need to process streams of data from various sources (e.g., sensors) using a combination of signal processing and database (event stream processing) operations. The execution environment for these applications ranges from embedded sensor nodes to multicore/multiprocessor servers.

cms: with video sharing: Sharedlo-alpha

mysql: crash: a-r-t: work:

myisamchk -r path\to\table\

Tuesday, December 11, 2007

IBM Research

cake: debug:

nothing happens when you submit the data to the controller :( no error messages.

check if you wrote this->params['forms'] instead of this->params['form'];

form... no 's'

IBM: Bluetooth revealed, Part 6

http://www.ibm.com/developerworks/web/library/wa-ahs/wi-blue6.html

IBM: Use Ajax and PHP to build a chat application

http://www.ibm.com/developerworks/xml/library/x-ajaxxml8/?S_TACT=105AGX01&S_CMP=HP

IBM: Fun with dates and times

http://www.ibm.com/developerworks/db2/library/techarticle/0211yip/0211yip3.html?S_TACT=105AGX01&S_CMP=PCTAB

IBM: Anatomy of a linux file system

http://www.ibm.com/developerworks/linux/library/l-linux-filesystem/?S_TACT=105AGX01&S_CMP=PCTAB

IBM: Extend Project Zero's scripting platform with Flickr APIs:

http://www.ibm.com/developerworks/library/wa-pz-flickrapi/?S_TACT=105AGX01&S_CMP=HP

info: Incorporate elements of the Flickr site into your own applications using Flickr's public API. Learn how to "Zero-ize" the API, allowing you to read and write photo data from your Groovy scripts in just a few lines of code. (Web development)

IBM: Robots, mazes, and subsumption architecture:

http://www.ibm.com/developerworks/java/library/j-robots/?S_TACT=105AGX01&S_CMP=HP

info: Create light-seeking and maze-navigating virtual robots in the Java language using Simbad, an open source robot simulator based on Java 3D technology. (Java technology)

EDI/1.6.0 (Edacious & Intelligent Web Crawler)

http://www.daum.net/

Monday, December 10, 2007

Cake Tutorial on IBM

Cook up Web sites fast with CakePHP, Part1: Adding related information and services

http://www-128.ibm.com/developerworks/edu/os-dw-os-php-cake1.html

http://www.amfphp.org/

info: AMFPHP is a free open-source PHP implementation of the Action Message Format(AMF). AMF allows for binary serialization of Action Script (AS2, AS3) native types and objects to be sent to server side services. AMFPHP is challenged with implementing the entire AMF protocol to be an alternative to Flex Data Services (AMF3) and Flash Remoting (AMF0). AMFPHP allows thin client applications built in languages such as Flash, Flex, and AIR to communicate directly with PHP class objects on the server. PHP developers can leverage their PHP experience in server side code development by connecting to data sources such as web-services, databases, and business applications and return that data to the client. C

cake: what's the difference between: mysql_connect and mysql_pconnect

'connect' => 'mysql_pconnect',

http://www.sitepoint.com/article/application-development-cakephp/2

dg: loosy: da: design font

http://www.loosydesign.com/

madhuri: maduri: malayalam: indian: language: how to write in malayalam

http://www.geocities.com/kerala_l/how_to_write_in_malayalam.htm

Friday, December 7, 2007

js: slideshow. Highslide :) tag: lightbox: thickbox: a-r-t: work:
http://vikjavev.no/highslide/

php: image unsharp mask for PHP
http://vikjavev.no/computing/ump.php?id=306

silverstripe: Menus aren't displayed
>> check if the newly created Controller has extended the Page_controller.
e.g: class HomePage_Controller extends Page_Controller

Sapphire
js: TinyMCE2
js: Multifile
js: SWFUpload

Saturday, December 1, 2007

Free photoshop brushes. . (don't resell)
http://hawksmont.com/blog/category/graphic_design/resources/brushes/

http://k2underground.com/Default.aspx
* 2003
* Black Pearl Server
* blackpearl
* BPM
* Code
* Configuration
* debugging
* designer
* Error
* How To K2
* InfoPath
* Joseph
* k2
* K2 2003 Studio
* k2.net user group mtg webex
* MOSS
* Networker
* Sharepoint
* SmartObjects
* TechBrief
* TechEd 2007
* user group meeting
* web designer
* Workflow
* WorkList



orkut: css: conditions: css-conditions: css-expressions: Changing Browser width dynamically based on screen resolution. !js
3 conditions... \1. size>1003, \2. size<920, \3. 920< size<1003 :) cool
* html #container{width:expression(document.body.clientWidth>1003?"1003px":(document.body.clientWidth<920?"920px":"100%"));}

htc: javascript: png hack


normal png hack for divs

background:url(../../images/CASE_cloud.png) no-repeat left top !important;
height:150px;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/CASE_cloud.png");


BugsMode: another deadly png hack (without javascript)
http://bugsmode.blogspot.com/2007/10/yet-another-deadly-png-transparency.html

swish: loading external text file
never use, same variable name and dynamic text field