Posts

Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

GridView Android -

is there event let know reach last data in gridview? have lot of data in server, want load data every 100 data, if user keep scrolling until end of 100th data, want load 100 data , put in gridview. or there other solution? thanks. one solution check position in getview method of adapter, , load data if position somewhere near end.

delphi - dunit test result messages in hudson -

i using hudson ci server delphi 2010 projects. xmltestrunner.pas unit writes dunit test result xml file used hudson xunit plugin report test results. xunit plugin shows failures no messages: stacktrace message: +++++++++++++++++++ stack trace: in hudson project configuration @ "publish testing tools result report" choose "nunit-version n/a (default)" tesing tool, because there no dunit option in list , xml files looks similar nunit format: <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> <test-results total="123" notrun="0" date="20.12.2010" time="09:19:24"> <test-suite name="helloworldtestsuite" total="46" notrun="0"> <results> <test-case name="testcase.helloworldtest" execute="true" success="false" time="0,003" result="failure"> <failure name="etestfailu...

ruby on rails - do i need to reinstall thinking sphinx for mysql if it was previously installed for postgres? -

i installed sphinx couple of months postgres project , have project uses mysql. tried remedy this line in environments.rb: thinkingsphinx.database_adapter = :mysql and generated development.sphinx.conf project: source article_core_0 { type = mysql sql_host = localhost sql_user = *** sql_pass = *** sql_db = ***_development sql_sock = /tmp/mysql.sock sql_query_pre = update `articles` set `delta` = 0 `delta` = 1 sql_query_pre = set names utf8 sql_query_pre = set time_zone = '+0:00' sql_query = select sql_no_cache `articles`.`id` * 6 + 0 `id` , `articles`.`title` `title`, `articles`.`content` `content`, group_concat(distinct ifnull(`tags`.`tag`, '0') separator ' ') `tag`, group_concat(distinct ifnull(`customer_categories`.`name`, '0') separator ' ') `category`, concat_ws(' ', `users`.`first_name`, `users`.`last_name`) `created_by_user_name`, `articles`.`id` `sphinx_internal_id`, 3448190970 `class_crc`, 0 `sphinx_...

Availability of BridgeConnect in Magento -

one of our clients thinking of buying enterprise edition, due requirement of using exact crm services magento. today, utter astonishment, i’m not finding inclusion of ” bridgeconnect ” module in either ” enterprise ” or ” professional ” editions. can please highlight, whether magento still provides ” bridgeconnect ” module ” enterprise ” or ” professional ” editions? if module not being provided, when magento provide module? or, magento planning provide better solution module, instead of ” bridgeconnect ” module? this urgent us, , very grateful quick responses. appreciated. you can try use adeptia or jitterbit (or other etl system) connect magento api. both offer generic export/import options (files, db, ftp, webservices) , have plugins integrate various 3rd party platforms. way bridgeconnect (ebridge software) worked - offered ready-made connectors various platforms. magento allows quite extend api can add webservices missing current core api (eg creating order in m...

networking - Network layers (from Computer Networks, Tanenbaum) -

"the purpose of each layer offer services higher layers, shielding layers details of how offered services implemented." now purpose of each layer offer services higher layers. how highest layer, there no more layers offer services to, either sentence isn't correct, or it's missing. well, service above human readable data. whether webpage or email, layer above human or @ least parser in browser. 1 can layer layer on top anyway, done in twitter api, it's messages being sent , forth across http example. how 7 osi layers not clear cut used be.

Create a Simple Delphi IDE Expert -

Image
i want create simple ide expert delphi 7, in following image: i've verified links gave question ota api newsgroup dead, , of documentation unavailable (broken links). can give starting point this? this not easy task, trying create own expert. takes extensive knowledge of delphi open tools api (toolsapi.pas) \ some places start learn how create expert and/or use of open tools api http://www.davidghoyle.co.uk/wordpress/?p=11 http://www.gexperts.org/otafaq.html http://www.gexperts.org/otafaq.html#sample http://www.gexperts.org/otafaq.html#projectgroup http://www.gexperts.org/otafaq.html#resource there lots more found google search of delphi 7 + open tools api good luck!

c# - edmx connection string -

i developing application uses edmx dataaccess. realized each edmx file have own connection string in configuration file. there way share 1 connection string edmx files? no - there isn't. and reason. connection string in entity framework contains more regular connection strings (e.g data source / database name). it contains crucial information different components of model, including csdl, unique model . perhaps explain if planning share connection string between different edmx's, why need seperate edmx's in first place? if looking @ way dynamically create connection string @ entityconnectionstringbuilder.