User Dels - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T10:11:45Zhttp://stackoverflow.com/feeds/user/70187http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1912054/jquery-without-chain0jQuery without chain?Dels2009-12-16T03:20:50Z2009-12-16T18:11:23Z
<p>I know it's possible to write <a href="http://en.wikipedia.org/wiki/JQuery" rel="nofollow">jQuery</a> in more JavaScript like syntax rather than the all chain stuff (which is great). It's hard to find a piece of tutorial that provide an understanding for people who want to use less chain-able script, so where I can find any type of tutorial(s)?</p>
<p>While the chain was not bad, it requires a learning curve for being effective & efficient. I have some experience in JavaScript so it would be great if I could re-use my existing knowledge (a.k.a laziness to learn something new on strict and fast moving work environment).</p>
<p>PS: I usually use a less chain framework such as Adobe <a href="http://en.wikipedia.org/wiki/Spry%5Fframework" rel="nofollow">Spry Framework</a> (dead, sadly), so I hope I could finf some similar approach in writing code on jQuery.</p>
http://stackoverflow.com/questions/861800/webkit-float-issue2webkit float issueDels2009-05-14T06:14:19Z2009-12-15T10:10:06Z
<p>I have some problem where i set 2 floated div elements, one of div contain <strong>select</strong> element, when the page loaded the divs didn't have the problem, but as soon i click on of the element(s) on select box, the div that positioned in right shift to bottom?</p>
<p>Here some example code about what i'm talking:</p>
<pre><code>
#div1,#div2{float:left}
#div1{width:200px;margin-right:10px}
#div2{width:760px}
</code></pre>
<p>and the html</p>
<pre><code><div id="wrapper">
<div id="div1"><!--here the select goes--></div>
<div id="div2"><!--here the table goes--></div>
</div>
</code></pre>
<p>And here the screenshot for what happening after and before:<br>
<a href="http://img526.imageshack.us/img526/6834/screenshot.jpg" rel="nofollow">Screenshot</a></p>
<p>No javascript involved at all</p>
<p>I've tested with Opera (Presto), Firefox (Gecko), IE8 (Trident) and no problem, seem it only appears on Webkit based browser, since i've tested on Chrome 2, SR Iron & QTWeb</p>
<p>PS: try to ignore the ugly table header, soon i'll fix it (it's currently ok on Opera, Firefox, IE8 browser)</p>
http://stackoverflow.com/questions/1091260/lazarus-access-remote-sql-server-database-on-wince-programming0[LAZARUS] Access Remote SQL Server Database on WinCE programmingDels2009-07-07T09:24:10Z2009-11-30T21:27:44Z
<p>I'm programming using Lazarus (Freepascal IDE, Delphi Like), and i have a problem when i need to connect into a remote SQL Server database on the network.</p>
<p>My question:</p>
<ol>
<li>Is there any way to connect to a remote SQLdb on Lazarus?</li>
<li>What is required connector type for SQL Server 2005?</li>
<li>Is there any ODBC driver available for Windows CE (Windows Mobile 5/6)? (If so, I could use TODBCConnection...)</li>
</ol>
<p>I already searched and asked on the Lazarus community forum but didn't get any response</p>
http://stackoverflow.com/questions/1628541/generate-database-tables-schema-ddl-on-oracle-pl-sql1generate database & tables schema (ddl) on Oracle pl-sqlDels2009-10-27T02:58:12Z2009-11-10T14:20:41Z
<p>Hi,</p>
<p>Anyone have a PL-SQL statement that i can use to generate database & tables schema for specific database on Oracle 10g? I need the schema in .sql file and if possible compatible with ANSI-92/99 sql implementation, so i can use the generated .sql directly on sql server 2005.</p>
<p>Already heard about exp/imp, but it seems generated dump file, what i need just a simple ddl on .sql file.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1685775/oracle-same-table-name-on-different-schema1Oracle same table name on different schema?Dels2009-11-06T06:22:01Z2009-11-06T07:31:59Z
<p>Is it possible to have same table name on different schema with different data on the tables within the one database? I think rather than create multiple database (that hold same table name) i should create multiple schema instead.</p>
<p>Something like:</p>
<pre>
Schema 1:
table A, <b>table B</b>
Schema 2:
<b>table B</b>, table X
PS: table B hold different data for each schema
</pre>
<p>And most basic question did every schema (user) hold different table set? In SQL Server and MySQL every user on same database have same table set, the difference was only on roles, how about Oracle? </p>
<p>Thanks</p>
http://stackoverflow.com/questions/776527/sqlserver-2005-generate-all-index-as-create-statement0SQLServer 2005 Generate all INDEX as CREATE statement?Dels2009-04-22T10:28:38Z2009-10-27T15:00:07Z
<p>Hi there,</p>
<p>I have two database with same structures, but one of them is missing INDEXES (i think i've missed out), i mean the table didn't have any INDEXES yet.</p>
<p>I was plan to generate CREATE INDEX for the database which have indexes but can't found any method available in Management Studio, yes we can generate script for tables, view, etc, but i was only need to script the INDEXES not anything else.</p>
<p>I know if we generate a script using IF EXIST can be solution, so if object already exist it doesn't recreate, but again for simplicity shake, i just want script the INDEXES.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1611334/vclskin-tdbgrid-column-header-skinning0VCLSkin, TDBGrid column header skinning?Dels2009-10-23T04:12:06Z2009-10-23T04:12:06Z
<p>Hi,</p>
<p>Having tried VCLSkin from <a href="http://link-rank.com" rel="nofollow">http://link-rank.com</a>, i came to an issue where column header skin didn't work on TStringGrid descendants including TDBGrid.</p>
<p>I want it to display header similar like TListView colum header in report mode.</p>
<p>Anyone has code to solve this problem?</p>
<p>PS: already looked <a href="http://andy.jgknet.de/blog/?page%5Fid=206" rel="nofollow">http://andy.jgknet.de/blog/?page%5Fid=206</a>, but still can't solve it </p>
http://stackoverflow.com/questions/637334/accessing-manipulating-dbf-from-classic-asp-3-00Accessing & Manipulating DBF from Classic ASP 3.0Dels2009-03-12T04:12:04Z2009-10-22T03:43:14Z
<p>Hi there,</p>
<p>Usually i use SQL Server as database for my project, but one of my project deals with ESRI shapefile that use .dbf format as database (i think it was DBASE III or IV format).</p>
<p>I want to create some web interface for modifying value that already exist on dbf, example was make customer can edit street name if it were incorrect or address for several places.</p>
<p>In past i already have Classic ASP 3.0 application running and i want to integrate the new feature.</p>
<p>My question:<br>
1. What is connection string (DSN-less more preferable) for interacting to DBF?<br>
2. Can someone give me examples for retrieving/updating record?</p>
<p>I already read this:<br>
<a href="http://www.intermedia.net/support/kb/default.asp?id=761" rel="nofollow">http://www.intermedia.net/support/kb/default.asp?id=761</a> and<br>
<a href="http://www.motobit.com/tips/detpg_asp-dbf-database/" rel="nofollow">http://www.motobit.com/tips/detpg_asp-dbf-database/</a></p>
<p>None has working, at present my code was something like this (not working):</p>
<pre><code>
Set connDBF1 = Server.CreateObject("ADODB.Connection")
connDBF1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\digimap;Extended Properties=""DBASE IV;"";"
connDBF1.Open
Set connDBF2 = Server.CreateObject("ADODB.Connection")
connDBF2.ConnectionString = "DBQ=D:\digimap;DefaultDir=D:\digimap;Driver={Microsoft dBase Driver (*.dbf)};ImplicitCommitSync=Yes;MaxBufferSize=512;MaxScanRows=8;PageTimeout=5;Threads=3;UserCommitSync=Yes;"
connDBF2.Open
set rs = connDBF1.Execute("SELECT * FROM taspat_ka_jawa")
set rs = connDBF2.Execute("SELECT * FROM taspat_ka_jawa")
</code></pre>
<p>The error was</p>
<pre><code>Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine could not find the object 'taspat_ka_jawa'. Make sure the object exists and that you spell its name and the path name correctly.
test_dbf.asp, line 11</code></pre>
<p>I'm pretty sure that <strong>"taspat_ka_jawa"</strong> was already in <strong>"D:\digimap"</strong></p>
<p><hr>
<b>Solved</b><br>
I use Advantage ADO for OleDB Provider, it works fine, i can view/edit/delete record(s) now<br>
<a href="http://www.sybase.com/products/databasemanagement/advantagedatabaseserver/ole-db-provider" rel="nofollow">http://www.sybase.com/products/databasemanagement/advantagedatabaseserver/ole-db-provider</a></p>
<p>Thanks,
Dels</p>
http://stackoverflow.com/questions/689081/asp-fpdf-problem-with-inserting-image0ASP FPDF, problem with inserting imageDels2009-03-27T09:41:06Z2009-10-22T03:41:28Z
<p>Hi there,</p>
<p>I have some problem with inserting image when i generate pdf using FPDF library (ASP port version) you can get it here <a href="http://www.aspxnet.it" rel="nofollow">ASP FPDF</a></p>
<p>I have tried this code (this was ASP VBScript):<br></p>
<pre><code>
pdf.Image Server.MapPath("map.jpg"), 10, 10, 800, 400
pdf.Image "map.jpg", 10, 10, 800, 400
pdf.Image "http://localhost/pdf_test/map.jpg", 10, 10, 800, 400
</code></pre>
<p>None of the codes above work... it keeps throw an error:</p>
<pre><code>
Microsoft JScript runtime error '800a138f'
Object expected
/pdf/libs/fpdf.asp, line 817
</code></pre>
<p><br>
And from <b>fpdf.asp line 817</b> (This was ASP JScript):</p>
<pre><code>
type=SupposeImageType(xfile);
</code></pre>
<p><br>
However, without inserting image(s) a.k.a text-only pdf it works fine. Can someone help me fix this thing?</p>
<p>Thanks<br>
Dels</p>
http://stackoverflow.com/questions/1598696/google-maps-cellid-to-location0google maps, cellid to locationDels2009-10-21T04:18:22Z2009-10-21T17:11:11Z
<p>According to this sample:</p>
<p><a href="http://www.codeproject.com/KB/mobile/DeepCast.aspx" rel="nofollow">http://www.codeproject.com/KB/mobile/DeepCast.aspx</a></p>
<p>It's possible to request a gps coordinate (longitude & latitude) including range when sending cellid information (MCC, MNC, towerid, etc)</p>
<p>Can someone tell me the actual parameter to request/post to this address?</p>
<p><a href="http://www.google.com/glm/mmap" rel="nofollow">http://www.google.com/glm/mmap</a></p>
<p>It could be something like this</p>
<pre><code>http://www.google.com/glm/mmap?mcc=xxx&mnc=xxx&towerid=xxx
</code></pre>
<p>And i would like to know what response we would get.</p>
<p>I have observe OpenCellid website and they provide some nice API to begin with, but i want to know about that in google map too (since they have more completed database).</p>
<p><a href="http://www.opencellid.org/api" rel="nofollow">OpenCellID API</a></p>
http://stackoverflow.com/questions/636865/whats-the-best-programming-language-to-use-on-a-sucky-computer/637501#6375011Answer by Dels for What's the best programming language to use on a sucky computer?Dels2009-03-12T05:36:54Z2009-10-08T18:10:12Z<p>Why so worried?</p>
<p>I finished my final exam on University using only old Pentium II 300 Mhz with only 64Mb RAM and 4GB HDD...</p>
<p>I used Windows 2000 Pro as my environment at that time and used Delphi 7 (even I tried Turbo Delphi 2006, but the .NET crap make it slow) and Visual Basic 6 as my main desktop programming language. For web development, I used PHP.</p>
<p>My "ancient" PC ran happily until it was time to compile (btw it didn't take that long - approximately 3-10 minutes depending program size). So usually I rechecked my code before each compile/debugging session.</p>
<p>Now it is used by my senior high school sister for Word and Excel. LOL.</p>
<p>So pick either Delphi 6-7 or Visual Basic 6 or if you want more power go for C++.</p>
http://stackoverflow.com/questions/580392/creating-mobile-streaming-server-3gp0creating mobile streaming server (3gp)Dels2009-02-24T03:43:37Z2009-10-07T18:46:27Z
<p>I need an Open Source solution & tutorial for creating mobile streaming server that can stream video on 3gp (3gpp) format, i have tried using Helix DNA Server, but it's free version only allow real media not 3gp.</p>
<p>I have heard about DSS (Darwin Streaming Server) but i can't found any Windows binaries (compiled exe) for that, and Catra Streaming server package only confused me more since i can't found any file required for Catra (setting, etc are missing on their package).</p>
<p>PS: Actually i need some sort of guide for setting DSS or Catra on Windows (especially Server 2003)</p>
http://stackoverflow.com/questions/1398491/why-not-use-firebird5Why not use firebird?Dels2009-09-09T09:11:39Z2009-09-19T04:30:53Z
<p>There have been recommendations to use Firebird as a enterprise alternative to Oracle, MSSQL, MySQL, PostGre. </p>
<p>I'm planning to move some our SQL Server databases to viable alternatives and I'm interested in Firebird as a possibility (alongside Postgres and MySQL).</p>
<h3>Question</h3>
<p>Why shouldn't I use Firebird? What problems do you usually encounter while using Firebird? </p>
<blockquote>
<p><strong>NB</strong>: Please include version number.</p>
</blockquote>
http://stackoverflow.com/questions/1360835/free-map-icon-symbology0free map icon/symbologyDels2009-09-01T06:28:51Z2009-09-02T09:09:36Z
<p>Hi,</p>
<p>I want to create a navigation application but can't found any icons/symbols that suitable for my needs, i just hope i can find some icons with consistent style like what we currently see in google maps or garmin.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1360835/free-map-icon-symbology/1366603#13666030Answer by Dels for free map icon/symbologyDels2009-09-02T09:09:36Z2009-09-02T09:09:36Z<p>I found one interesting icons set with consistent style, not original google maps icons/symbology though. Could anyone help me where i can find all icon used on google maps?</p>
<p>and here the link<br>
<a href="http://code.google.com/p/google-maps-icons/" rel="nofollow">http://code.google.com/p/google-maps-icons/</a></p>
http://stackoverflow.com/questions/1355535/tatukgis-searching-shapes-in-all-layers0tatukgis, searching shape(s) in all layersDels2009-08-31T02:17:15Z2009-08-31T02:17:15Z
<p>Hi,</p>
<p>Anyone have the working code to search shapes using buffer on all layers? I see the example code in TatukGIS only work when searching on 1 layers, what i need was something like their TatukGIS Viewer that can search shape(s) in all layers when using buffers</p>
<p>Thanks </p>
http://stackoverflow.com/questions/1298843/tatukgis-save-load-layer-properties1tatukgis, save & load layer propertiesDels2009-08-19T09:49:36Z2009-08-20T08:14:14Z
<p>If someone have some experiences with TatukGIS developer kernel product, can you explain how to programmatically save and load layer properties like in their free TatukGIS viewer product?</p>
<p>The environment i use were Delphi 7 and BDS 2006</p>
<p>thanks </p>
<p>Edit, this code don't work:
<code><pre>
var
lyrPeta: TGIS_LayerSHP;
begin
MapPath:= ExtractFilePath(Application.ExeName) + '\maps\';
lyrPeta:= TGIS_LayerSHP.Create;
lyrPeta.Path:= MapPath + 'jabodetabek'+'_asjalan.shp';
lyrPeta.Name:= 'jabodetabek'+'_asjalan.shp';
lyrPeta.IgnoreShapeParams:= True;
lyrPeta.UseConfig:= True;
lyrPeta.ConfigName:= MapPath + 'jalan.ini';
lyrPeta.ReadConfig;
GIS_Viewer.Add(lyrPeta);
</pre></code></p>
http://stackoverflow.com/questions/1258516/filtering-data-on-dbgrid-on-dbedit-keypress0Filtering data on DBGrid on dbedit keypressDels2009-08-11T05:01:49Z2009-08-11T10:52:33Z
<p>I programming with adodb/dbgo and try to use this code:</p>
<pre><code>procedure TfrMain.dbeNoMejaKeyPress(Sender: TObject; var Key: Char);
begin
dmWarbam.TblTrans_temp.Filtered := False;
dmWarbam.TblTrans_temp.Filter := 'ID_ITEM = ' + QuotedStr(dbeNoMeja.Text);
dmWarbam.TblTrans_temp.Filtered := True;
end;</code></pre>
<p>and</p>
<pre><code>procedure TfrMain.dbeNoMejaChange(Sender: TObject);
begin
dmWarbam.TblTrans_temp.Filtered := False;
dmWarbam.TblTrans_temp.Filter := 'ID_ITEM = ' + QuotedStr(dbeNoMeja.Text);
dmWarbam.TblTrans_temp.Filtered := True;
end;</code></pre>
<p>But none of above can work, when i press key on dbeNoMeja it didn't filter but instead the dataset inserting broken/incomplete data to database.</p>
<p>Can someone give me some example that working (full code) </p>
http://stackoverflow.com/questions/1123393/css-to-recreate-li-with-bullet-but-without-using-a-li/1123403#11234030Answer by Dels for CSS to recreate LI with bullet, but without using a LIDels2009-07-14T04:17:20Z2009-07-14T04:17:20Z<p>you could use <strong>span</strong> as alternative</p>
<pre><code><span><img src="">text</img></span>
</code></pre>
<p>or you could use <strong>default ul</strong> but with <strong>different images for each li</strong></p>
<pre><code><ul>
<li><img src="image1">text1</img></li>
<li><img src="image2">text2</img></li>
</ul>
</code></pre>
<p>then align the margin of each image on li using css</p>
<pre><code>li img{margin-left: 5px}
</code></pre>
<p>yeah something like that</p>
http://stackoverflow.com/questions/1067025/handheld-development-lazarus-or-turbo-delphi-net3Handheld Development, Lazarus or Turbo Delphi.NetDels2009-07-01T02:29:08Z2009-07-02T10:53:08Z
<p>I begin to program some handheld program as hobby, right now i currently have knowledge on Blackberry App (Java), Symbian S60 (PyS60) and J2ME</p>
<p>Something that i wanna learn was Windows Mobile/Pocket PC and iPhone development, but since i don't use Mac so i step to Windows Mobile/Pocket PC development</p>
<p>Here some question:<br />
1. Which is better Lazarus or Turbo Delphi.Net?<br />
2. Do both have some kind support of network access (GPRS, Wi-Fi, HSDPA, etc)?<br />
3. Do both have database access, both remote database and standalone/embed database? like SQL Server 2005 CE?<br />
4. Do i need some driver installed on Windows Mobile/Pocket PC to be able to work with SQL Server 2005 Developer on server i already have?<br /></p>
<p>If possible answer point-by-point</p>
<p>Thanks</p>
http://stackoverflow.com/questions/929156/rave-report-that-comes-with-delphi-2006/929311#9293110Answer by Dels for Rave Report that comes with Delphi 2006Dels2009-05-30T08:17:39Z2009-05-30T08:17:39Z<p>you can always use query for your datasource, something like (i dunno about your table structure anyway)</p>
<pre><code>select distinct * from table where field <> '0'
</code></pre>
http://stackoverflow.com/questions/905909/nt-batchhow-to-get-directory-from-user-inputted-file1[NT Batch]How to get directory from user inputted file?Dels2009-05-25T08:44:19Z2009-05-25T09:01:23Z
<p>I need to know how to extract directory information from user inputted file, consider this code as example:</p>
<pre><code>
ECHO Drag and drop your .txt file here, after that press Enter:
SET txtfile=
SET /P txtfile=
ECHO.
CD %txtfile%
</code></pre>
ofcourse that didn't work since i didn't extract filepath from %txtfile%
and here the sample output i want:
<pre>
<b>C:\></b>Drag and drop your .txt file here, after that press Enter:
C:\somefolder\somesubfolder\somefile.txt
<b>C:\></b>Press Enter to continue...
<b>C:\somefolder\somesubfolder\></b>
</pre>
<p>notice it have change it working directory </p>
http://stackoverflow.com/questions/885891/batch-programming-stop-and-start-services0Batch programming, stop and start servicesDels2009-05-20T02:24:26Z2009-05-23T04:26:31Z
<p>It is save to terminate the services using <strong>taskkill</strong> when the attempt to stop using <strong>NET STOP</strong> was failed? And if i terminate it using taskkill, do <strong>NET START</strong> command will affect or do i need to use <strong>START</strong> command?</p>
<p>consider this code as example:</p>
<pre><code>
@ECHO OFF
:STOP
NET STOP someservices
IF ERRORLEVEL == 0 GOTO :START
GOTO :KILL
:START
NET START someservices
:KILL
TASKKILL /F /IM someservices.exe
SLEEP 10
START someservices.exe
</code></pre>
http://stackoverflow.com/questions/862585/styling-form-elements-select-checkbox-radio-etc0Styling form elements (select, checkbox, radio, etc)?Dels2009-05-14T10:19:03Z2009-05-16T23:10:07Z
<p>Styling form elements using css can be problematic since every browser render tag in different way (just like when safari render checkbox).</p>
<p>Okay lets ignore safari for a while, skinning input and button are rather easy but how to completely skin select, checkbox, radio, etc.</p>
<p>See this pages:<br>
<a href="http://dev.wemakesites.net/Check%5FBox%5FXML/" rel="nofollow">Checkbox skinning</a><br>
<a href="http://dev.wemakesites.net/Select%5FBox%5FReplacement%5FJS/" rel="nofollow">Select skinning</a><br>
<a href="http://acidmartin.wemakesites.net/Demos/RadioButton.XML5.0/index.html" rel="nofollow">Radio skinning</a></p>
<p>I've heard some JS framework such as EXTJS or MooTools can do that, but i don't want a large scale framework solution, just independent JS and we can modify the skin as we like, please no JQuery solution, since i don't use it.</p>
<p>Any idea to do that without using some specific framework?</p>
http://stackoverflow.com/questions/867016/how-to-fix-browser-compatibility/867225#8672250Answer by Dels for How to Fix Browser CompatibilityDels2009-05-15T06:19:27Z2009-05-15T06:19:27Z<p>You must give us some example codes (or even working website) and do something like:</p>
<ol>
<li>Website validation (html markup, css and javascript)</li>
<li>Test it on another modern browser (opera, firefox, chrome, safari, etc)</li>
<li>Do you adhere to web standard when building web?</li>
<li>Do you rely on CSS hacks?</li>
<li>Did you know that Trident rendering engine on IE6 & IE7 didn't even pass ACID 2 test? which mean have a lot troubles with CSS implementation...</li>
</ol>
<p>Then we might be can help you </p>
http://stackoverflow.com/questions/828069/how-can-i-optimize-this-sql-query0How can I optimize this SQL query?Dels2009-05-06T04:50:42Z2009-05-08T16:14:55Z
<p>Right now I have this SQL query which is valid but always times out:</p>
<pre><code>SELECT
(
SELECT (MAX(WP_ODOMETER) - MIN(WP_ODOMETER)) / DATEDIFF(DAY, MIN(WP_DATETIME), MAX(WP_DATETIME))
FROM WAYPOINTS
WHERE WP_DATETIME BETWEEN DATEADD(DAY,-14,GETDATE()) AND GETDATE()
AND WP_VTDID = 'L088'
)
AS MAXD,
(
SELECT MAX(WP_ODOMETER)
FROM WAYPOINTS
WHERE WP_DATETIME BETWEEN DATEADD(DAY,-14,GETDATE()) AND GETDATE()
AND WP_VTDID = 'L088'
)
AS MD
</code></pre>
<p>I want to create a view based on the above SQL query. Something like this:</p>
<pre><code>SELECT L_VTDID
(
SELECT (MAX(WP_ODOMETER) - MIN(WP_ODOMETER)) / DATEDIFF(DAY, MIN(WP_DATETIME), MAX(WP_DATETIME))
FROM WAYPOINTS
WHERE WP_DATETIME BETWEEN DATEADD(DAY,-14,GETDATE()) AND GETDATE()
AND WP_VTDID = LOCOMOTIVES.L_VTDID
)
AS MAXD,
(
SELECT MAX(WP_ODOMETER)
FROM WAYPOINTS
WHERE WP_DATETIME BETWEEN DATEADD(DAY,-14,GETDATE()) AND GETDATE()
AND WP_VTDID = LOCOMOTIVES.L_VTDID
)
AS MD
FROM LOCOMOTIVES
</code></pre>
http://stackoverflow.com/questions/657492/restrict-user-input-using-javascript3restrict user input using javascriptDels2009-03-18T09:14:44Z2009-05-06T17:53:07Z
<p>Hi there,</p>
<p>Can someone show me some example for restricting user input (on input tag) in Javascript?</p>
<p>Something that when we set the input (type="text") to only accept numeric, so it will ignore any other input except for numeric...</p>
<p>I think it's handy for number input (such as zip, credit card, money, value, score, date etc...), and if you can please show me how to create input with pattern, something like:<br></p>
<pre>
Please Input Date:
|-----------------|
| / / |
|-----------------|
</pre>
<p>PS:
I heard WebForms 2.0 will support this in the future... (Acid 3 compliant browser?)</p>
<p>input type="date"<br>
input type="time"<br>
input type="number"<br>
input type="money"<br> </p>
<p>But it was only news from future :D</p>
http://stackoverflow.com/questions/819513/sql-server-2005-shrinking-replication-database0SQL Server 2005, Shrinking replication databaseDels2009-05-04T09:53:18Z2009-05-06T01:29:59Z
<p>Right now i currently using transactional replication with updatable subscription. Is there any ways (including T-SQL) that can use to shrink down distribution database used within replication schema? The file was named <strong>distribution.MDF</strong> </p>
<p>Also i found quite large data stored on folder <strong>repldata</strong>, is it save to delete this files? And how? Or at least some me how to shrink it</p>
<p>Thanks</p>
http://stackoverflow.com/questions/819135/web-rad-tool-suggestion0Web RAD tool suggestion?Dels2009-05-04T07:35:45Z2009-05-04T07:45:15Z
<p>I'm currently looking for good (and free if possible) Web RAD (Rapid Application Development) tool or Visual Ajax IDE, something like <a href="http://www.morfik.com" rel="nofollow">Morfik</a> or <a href="http://www.codegear.com/products/delphi/php" rel="nofollow">Delphi for PHP</a> with more usual deployment method (both create standalone application or web server modules). What i mean was IDE that support drag-n-drop component for building web application and the result was standard .(x)html & .js (and maybe .php) files so i can upload it to my favorite web host right away.</p>
<p>I already inspecting <a href="http://www.visualwebgui.com/" rel="nofollow">VisualWebGui</a>, <a href="http://www.wavemaker.com/product/" rel="nofollow">Visual Ajax Studio</a>, <a href="http://www.backbase.com/products/visual-ajax-builder/" rel="nofollow">Visual Ajax Builder</a> but all have same method as above for deployment (some using Java platform).</p>
<p>I then take a look <a href="http://www.sigmawidgets.com/products/sigma%5Fvisual/" rel="nofollow">Sigma Visual</a>, checked the demo, but it was too slow... </p>
<p>Maybe better to wait Delphi for PHP with <a href="http://extjs.com/" rel="nofollow">EXTJS</a> as their GUI package</p>
http://stackoverflow.com/questions/767560/sql-server-2005-replication-transactional-with-updateable-subscription-error/818633#8186330Answer by Dels for SQL Server 2005 Replication, transactional with updateable subscription errorDels2009-05-04T02:48:39Z2009-05-04T02:48:39Z<p>The problem solved, the issues was in fact deals with MS DTC, i've modified MSDTC setting and recreate the replication (both publisher and subscriber) and now it's work</p>
<p>PS:<br>
- MSDTC can be accessed on Administrative Tools -> Component Services -> Right click on Computer and go to MSDTC tab<br>
- Right there i check all items and press Apply then recreate the replication </p>
http://stackoverflow.com/questions/1628541/generate-database-tables-schema-ddl-on-oracle-pl-sql/1635501#1635501Comment by Dels on generate database & tables schema (ddl) on Oracle pl-sqlDels2009-11-06T07:01:35Z2009-11-06T07:01:35Zthanks i'll checkhttp://stackoverflow.com/questions/1685775/oracle-same-table-name-on-different-schema/1685848#1685848Comment by Dels on Oracle same table name on different schema?Dels2009-11-06T06:56:19Z2009-11-06T06:56:19Zok thanks, do the tablespace (default & temporary) for each schema need to be in different file?http://stackoverflow.com/questions/1628541/generate-database-tables-schema-ddl-on-oracle-pl-sql/1628933#1628933Comment by Dels on generate database & tables schema (ddl) on Oracle pl-sqlDels2009-11-04T05:58:06Z2009-11-04T05:58:06Zalready tested use long 90000, but the generated script was unusable since it contain much blank and unterminated strings http://stackoverflow.com/questions/1628541/generate-database-tables-schema-ddl-on-oracle-pl-sql/1628701#1628701Comment by Dels on generate database & tables schema (ddl) on Oracle pl-sqlDels2009-11-04T05:57:05Z2009-11-04T05:57:05Zit's only for oracle9i? i use oracle 10.2 (10g)http://stackoverflow.com/questions/1628541/generate-database-tables-schema-ddl-on-oracle-pl-sql/1635501#1635501Comment by Dels on generate database & tables schema (ddl) on Oracle pl-sqlDels2009-11-04T05:56:30Z2009-11-04T05:56:30Zusing oracle 10.2 and can't connect, try replacing dll with the one shipped with oracle and throw exceptionhttp://stackoverflow.com/questions/1598696/google-maps-cellid-to-location/1602219#1602219Comment by Dels on google maps, cellid to locationDels2009-10-22T01:29:59Z2009-10-22T01:29:59Zwhat i need to know exactly is about google services (api), but thanks for suggestion, oh yeah i have look OpenCellID as alternate servicehttp://stackoverflow.com/questions/1360835/free-map-icon-symbology/1360865#1360865Comment by Dels on free map icon/symbologyDels2009-09-02T01:24:58Z2009-09-02T01:24:58Zi'm not interested in making the whole icons... yes i know how to do that, but creating over 100 icons with same styles like what google or garmin have was a pain for one-man-job-not-designer like me, btw thankshttp://stackoverflow.com/questions/1298843/tatukgis-save-load-layer-properties/1301067#1301067Comment by Dels on tatukgis, save & load layer propertiesDels2009-08-20T09:52:53Z2009-08-20T09:52:53Zthanks again for reply, i'm still evaluating tatukgis (use trial), and we will buy the retail when our project starthttp://stackoverflow.com/questions/1298843/tatukgis-save-load-layer-properties/1301067#1301067Comment by Dels on tatukgis, save & load layer propertiesDels2009-08-20T07:47:11Z2009-08-20T07:47:11Zcan you give solution for reading the config by selecting the config file? i have it like in my question, but somehow it can't workhttp://stackoverflow.com/questions/1298843/tatukgis-save-load-layer-properties/1301067#1301067Comment by Dels on tatukgis, save & load layer propertiesDels2009-08-20T01:46:00Z2009-08-20T01:46:00Zthanks, i never realize about ConfigName & WriteConfig (but i know about SaveAll), i will investigate thishttp://stackoverflow.com/questions/689081/asp-fpdf-problem-with-inserting-image/1301065#1301065Comment by Dels on ASP FPDF, problem with inserting imageDels2009-08-20T01:37:37Z2009-08-20T01:37:37Zno it never workshttp://stackoverflow.com/questions/1258516/filtering-data-on-dbgrid-on-dbedit-keypress/1259631#1259631Comment by Dels on Filtering data on DBGrid on dbedit keypressDels2009-08-12T01:31:05Z2009-08-12T01:31:05Zwow thanks for pointing me, so i must use TEdit instead TDBEdit, i guess that could solve that problemhttp://stackoverflow.com/questions/1258516/filtering-data-on-dbgrid-on-dbedit-keypress/1258709#1258709Comment by Dels on Filtering data on DBGrid on dbedit keypressDels2009-08-11T08:45:18Z2009-08-11T08:45:18Zi never though that we will use clientdataset in ado programming, any other solution that don't require use of clientdataset?http://stackoverflow.com/questions/1258516/filtering-data-on-dbgrid-on-dbedit-keypressComment by Dels on Filtering data on DBGrid on dbedit keypressDels2009-08-11T08:43:47Z2009-08-11T08:43:47ZDelphi 7 Pro & Turbo Delphi Explorer 2006http://stackoverflow.com/questions/905909/nt-batchhow-to-get-directory-from-user-inputted-file/905947#905947Comment by Dels on [NT Batch]How to get directory from user inputted file?Dels2009-05-25T09:34:12Z2009-05-25T09:34:12Zgreat work :D thanks