saquery.com
a web developer' s kung fu…

Looking for The Maximum And Minimum Values Numeric Data or Types?

We have the following articles on these keywords for you...

Get minimum and maximum values of different sql datatypes

[Translate] Everybody knows the min and max value properties in .Net. [vb] Dim i As Int32 = Int32.MaxValue [/vb] the values represents the smallest and the largest value for a datatype. For some of us it might be interesting to get this information within a stored procedure.

Relevance: 100.00%


Master of the queries

[Translate] the command sa_describe_query describes the result set for a query. One row describes a specific output column of the query. Regarding to the Posts Master a Foreign Key with Sql Anywhere and Get minimum and maximum values of different sql datatypes it is possible to extend the sa_describe_query command as follows.

Relevance: 92.03%


Define a Masterpage in Python

[Translate] This is my implementation of a Masterpage like solution in Python.

Relevance: 32.34%


jQuery toggleText function

[Translate] This is a simple function to toggle text contents of an HTML element with jQuery. It should be easy to equip the toggleText methode with an array of strings. [javascript] /* * jQuery.toggleText Plugin. * Copyright (c) saquery.com * Licensed under MIT - http://www.opensource.org/licenses/MIT */ $.fn.toggleText = function(txt){ return this.each(function(){ var _=$(this),_current=_.text(),_txt=txt; if ( [...]

Relevance: 31.84%


Bulk delete with Python in Google AppEngine

Cron Job for Bulk Delete of data with Date Filter in Python and Google's AppEngine.

Relevance: 29.68%


Sql Anywhere 12 brings new cool toys

[Translate] Out‐of‐Box Performance SQL Anywhere 12 added the following features to  enhance database performance, leading to faster queries and efficient use of resources. Automatic Tuning of Server Threads Column Statistics Management Improved Remote data Access Performance Enhanced Connection Pooling for Clients and HTTP Server Other Performance Enhancements and much more... Scalability and Monitoring Developer Productivity Advanced data Synchronization Take a [...]

Relevance: 29.66%


Extract XML with BOM from gz file

[Translate] Read XML with BOM data from GZ file in a SQL Anywhere database. [sql] select cast ( CSCONVERT(decompress(xp_read_file('c:\x.gz')), 'char_charset', 'utf-8', 'read_bom=on' ) as XML) [/sql]

Relevance: 28.68%


jQuery.tmp – A jQuery Template Plugin

[Translate] jQuery.tmp Level 1 - Static Html Load a Template from static Html Javascript String. Html Source [html] [/html] Javascript Source [javascript] $('.s1').tmp('Template from static Html...'); [/javascript] Load a Template from static Html Javascript String with context data.

Relevance: 26.69%


List Subselect in MySql

[Translate] the following sample shows how to limit a GROUP_CONCAT string in MySql to a specific length. This methode is near to the better List Aggregate Function in Sybase SqlAnywhere. 

Relevance: 26.15%


Encode MySql distinct union data to JSON with PHP

[Translate] To get a distinct dataset in MySql and embed it into Javascript in JSON format with PHP we need 3 Steps. SQL Source Code 1st. A SQL query to get a unique domain-name list.

Relevance: 24.28%


Take control over jQuery’ s cache behavior

[Translate] there is a global switch. If this is set to false jQuery will prevent browser cache usage for Ajax-Requests. the following jQuery.ajaxSetup methode call will disable cache for all Ajax requests. [javascript] $.ajaxSetup ({ cache: false }); [/javascript]

Relevance: 17.93%


SQL Anywhere For Android

[Translate] Since march 2011 SQL Anywhere 12.0.1 supports Google' s android OS for smartphones. This means that the UltraLite database, previously available on Windows Mobile, Windows, BlackBerry and iPhone, is now also available on android. Mobile enterprise applications on android can now take advantage of the same on-device database and data synchronization technology as apps on [...]

Relevance: 16.80%


CSS Rules for a Cross Browser Layout

[Translate] Cross-browser layouts are time consuming? Yes! Coding cross-browser layouts can be very time consuming. Especially the ever-popular Internet Explorer plays an important role in this context. All Web browsers have custom CSS settings for the individual HTML elements such as a table. Firebug shows us that the standard rules for the current browser are listed in the file system.css. As already mentioned, these settings can be different in different browsers. the plan is to define identical layout rules for all these browsers.

Relevance: 12.91%


Load embedded resource from Assembly

[Translate] If you want to write applications without external dependencies it might be a good idea to embedd resources like images XML or text data into your assembly file. the code snippet below shows how to read embedded resources from an compiled assembly at runtime.

Relevance: 11.92%


Most Dangerous Software Errors

[Translate] As a software developer you can get very much trouble. http://cwe.mitre.org/ describes in detail what these problems can be and how to avoid them.

Relevance: 10.91%


Cool Online Webdeveloper Tools

[Translate] Online Tools do your work in the browser Uncategorized browser tools Colorpicker http://www.colorschemer.com/online.html Here you pick realy nice Colors. Compress & Obfuscate JavaScript / CSS Compressor http://yui.2clics.net/ the YUI Compressor online Binary File to Base64 Encoder / Translator http://www.greywyvern.com/code/php/binary2base64 Use this tool to create data streams for embedding images (or any type of file) [...]

Relevance: 10.46%


Build a native DB Web Server Access Log with SQL Anywhere

[Translate] See how smart we can handle Web Requests in SQL Anywhere with a few lines of SQL Code. [inline] Specify HTTP Web service protocol and Port in SQL Anywhere the database Start Parameter -xs specifies server-side Web service communication protocols. With the internal Webserver we can handle web requests within a SQL Anywhere Server. [...]

Relevance: 10.32%


Brief introduction to HTML

[Translate] the following document descibes the basic structure of an HTML file. Below you can find a copy and paste version. Document Type Declaration First of all every HTML file should have a document type declaration. the information is used to determine the used HTML version. It is recommended to use XHTML 1.0 which is [...]

Relevance: 10.27%


Remove Duplicate Index Warnings in Adaptive Server Anywhere

[Translate] Impact on performance Duplicate indexes slow down performance: Each time an indexed column is modified, the value will be changed in the table and also changed in the index. If there are duplicate indexes, each index must be maintained separately every time the data is modified. the amount of index maintenance increases for INSERT, [...]

Relevance: 7.34%


Rise of the machines

[Translate] An Interview with Eric Farrar Product Manager on Sybase’s SQL Anywhere Stephan: Hi Eric, First of all thank you very much for taking time to answer a few questions. Articles on your Blog indicate that you are not only a Product Manager but also an experienced developer. Maybe you can introduce yourself a little? [...]

Relevance: 7.25%


The Ultimate Top Authors of 9674 WordPress Plugin Developers

[Translate] dataSource: http://wordpress.org/extend/plugins

Relevance: 7.01%


Other relevant searches:

Powered by WP SEO Tags