My application is linked with one system framework. The framework architecture is 32/64 bit standard Universal. The architecture of my application is also the same.
1.First I run My application in 64 bit architecture so it will load the framework with 64 bit architecture.
2.Next I run the My application in 32 bit architecture .
Que...
I have a database table that holds information for received files. One of the columns is a DateTime that specifies when the file was received. I need to get a distinct list of months with the year (MM/YYYY) for files received. I need to get it out of this table. There can be thousands of records in this table so the way I have done it, i...
Hi all
I'm developing a WPF application, and some guidance would be appreciated. The application needs to store some data locally. The data doesn't need to be shared, but multiple users can log into the application, each with a different profile. Can anyone advise me on the wisdom of using the Entity Framework 4.0 with SQLCE in this con...
partials and helpers seem to do similar things to me. only the way u use it, syntax, is different, so my question is whats the difference and when do u use one over the other
...
how can i check if a Zend View Placeholder isset before echo-ing it out? as i am wanting to prepend " - " to it before outputting it.
i tried
echo isset($this->placeholder("title")) ? " - " . $this->placeholder("title") : "";
but i got
Fatal error: Can't use method return
value in write context in
D:\Projects\Websites\php\...
For about a year and a half I used Codeigniter to build my sites. Then a client begged me to build theirs in Wordpress. I soon found the joy of using a CMS (if Wordpress can be called that). So for about the last 8 months I have been using Wordpress as much as possible to buld my sites - I made the content fit the design.
Well, I began ...
Hello All,
Im using zend framework with mysql, im using Zend_Db_Table_Abstract to run queries.
i have spatial field in a table :
country;
+------------+---------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------+------+-----+---------+----------------+
| id...
Hello everyone,
I have been working on a zend framework project on localhost (OS: Snow Leopard) and when I uploaded the files on the hosting server (shared hosting) I got some errors about a view helper i was using there.
More specifically:
The project structure is like this: ( i ommited some irrelevant subfolders and the numbers in th...
I am very new to java. I am trying to fetch some data from a database and the result set is displayed in excel. I am able to inetract with database. But how should I go ahead for inserting data into excel sheet.Its simple Java program and in future I would like to generate files in other format say PDF, doc etc.
I am looking for an appro...
Being a web development over the years, I have good experiences on php, xhtml, css, javascript, ajax, etc. I also work with some old php libraries like Smarty, PEAR, etc. Recently I decided to use a PHP framework, and I started to learn/use CakePHP. It's not really simple for an ancient philosopher like me, but I think it's a valuable ex...
I'm working on an idea for a website like friendfeed and need inputs on how to deverlop an API set. The module for tracking changes isnt a problem and has been build using system calls (so language-neutral).
(a)What language should i use to build this API-framework for developers? Primarily this service is intended for developers, NOT...
My immediate need is to take a peek at the source for EditTextPreference and see what I need to do to implement support for preferences with more structure. Can I run Git or repo under cygwin perhaps? Is there an easier way?
...
Hey guys,
I'm trying to use the entity framework to take data (nested relationships) from one DB and insert it into another.
The idea is you download the data as an XML file and then upload it and it gets inserted into the new DB.
The download to XML is simple:
var BoroughQuery = from b in Context.Borough.Include("User").Include("Loc...
Hi,
To begin: i'm not an expert in Zend Framework and doing something terrible wrong. I'm sure of that. I think there's something wrong with my design patterns.
As an example:
I'm building access management with Zend_ACL (Access Control List)
There are three tables in the database:
roles
resources
permissions
the permissions table ha...
I wants to know about the services provided by the .NET framework, JEE framework and Spring framework.i searched on the internet but couldn't find any article plz help!!!
...
Hey guys - I just wrote an app using c# and ready to deploy it. Never deployed a c# app before.
I deployed it and VC# outputted a .application file, application folder, and an installer. One of my users ran the installer (Windows 7) and was prompted to download/install the .net framework - which took upwards of 10 minutes. This is not a...
Hi! all is in the title..
Is there some framework like .net in open source world?
I heard about zend framework is the same? Is not just for MVC designing?
For JAVA is there some framework as powerfull as Dotnet?
...
Putting free open source ORM/DataAccess/Modeling tools (like NHibernate) aside, what do some similar commercial tools offer beyond what the current Entity Framework 4 (plus CTP4) offers. Commercial ones in mind are Telerik's OpenAccess, IdeaBlade's DevForce and LLBLGen Pro.
Instead of asking separate question per product, I have them a...
I am using ASIFormDataRequest to send http requests but they all go to the same function requestFinished. Inside this function how can I know from which request it came from? Is there any way for me to add some kind of tag name to request that comes in?
I would prefer to use one function and have a switch statements instead of having tw...
Can someone recommend a good Mobile UI Javascript/jQuery framework that works well with both the iPhone and Blackberry? I'm developing the core app from ASP.NET.
Thank you in advance.
...