Hi Friends,
Am looking for an open source Attendence Management System, also able to customise functions.
Please recommend some (PHP).
Thanks
Bharanikumar
First of all i must say i am new to wpf and mvvm.
I want to develop a client-server application(clients send info to the server and the serer notifies one or more of them..consider something like yahoo messenger(some user changes his status..sends info to the server and the sever notifies his friends and changes to their UI are made)
My question is: does mvvm suits well with this kind of application?
I play a game on Facebook which requires purchasing items with playfish cash, I was wondering if Fiddler would be able to modify the url in order to send the items to friends.
Hello Friends,
Actually I am working on Pdf by using IReport Software. This software provided two detail section but i want this two detail section with Column Header .then say me how i changes it
reply me on [email protected]
hello friends,
I have two databases at two different places, both databases are same with table name as well as fields. now I want to synchronise both database. Is there any java code or we can achieve that directly from mysql or sql ? How ?
select topic
from book b, share s, stall st
where b.b#=s.b#
and st.store#=s.store#
Hi friends, i am trying to draw query tree i dont know how to draw query tree for above example. can you help me in that. thanks in advance
Hello friends i am moving from php to ruby on rails. Suppose u want to create a application in ruby on rails
rails depot -d mysql
This will create a application depot with database mysql right..!!!
Now config/database.yml has a definition of three databases ie depot_development, depot_test and depot_production under environment development , test and production respectiviely
Whats the significance of creating these three databases.. (Please explain considering this is my first day with ruby on rails and i am takin help from Agile Web Development with Rails)
I have my 3 friends and we want to develop some software.
I want to know which model we should use, and which software we should use for collaboration.
Thank you,
I have created a site where people can create a profile. But I am trying to figure out how to start on making an add friend button so users can have friends.
In my user table, i have user_id, first_name, last_name, email, etc.
Should I somehow relate the user_id of the user and the friend in a friend table?
I am a novice to programming, so these things are still new to me. Thanks!
H!,
I have a solution in which there is several other sub projects (windows application).
in every project I have some web services added.
Now the problem :
how can i set the URL of each web service individually from the app.Config file??
is there a setting I missed to set ?
can it be automatically done or I have to code for it ?
Thank you friends.
Hey guys, there is a form where the user select some of his friends and I'm curious on how I can implement a list that searches simultaneously while the user is typing a friend's name and when he selects the name the name is written in the text box(jQuery). And if the user wants to select more than one friend, when I'm inserting the names in the database, how can I separate the names that are written in one input field?
i am working on Twitter on iPhone
now i have to keep the count of Friend, Tweets, Followers etc on UILabel
how to work with this
(void)userInfoReceived:(NSArray *)userInfo forRequest:(NSString *)connectionIdentifier {
NSLog(@"User Info Received: %@", userInfo); // userInfo contains all user details like userName, screenName, count of Friends, Followers, Following, Status Count etc
NSLog(@"User Info Received: %d", [userInfo count]);
NSMutableDictionary *profileData = [userInfo objectAtIndex:0]; //converting userInfo array into profileData dictionary
lblUserName.text = [profileData objectForKey:@"name"]; // lblUserName is UILabel, userName keeping on Label
lblLocation.text = [profileData objectForKey:@"location"]; // lblLocation is UILabel, Location keeping on Label
lblDescription.text = [profileData objectForKey:@"description"]; // lblDescription is UILabel, Location keeping on Label
/////* Up to here all working but how to Keep integer value on UILabel */////
lblFolCount = (NSNumber *)[profileData objectForKey:@"followers_count"]; //how to keep user Followers Count on UILable
lblFavCount = (NSNumber *)[profileData objectForKey:@"favourites_count"]; //how to keep user Followers Count on UILable
lblStatusCount = (NSNumber *) [profileData objectForKey:@"statuses_count"]; //how to keep user statuses count on UILable
lblFriends = (NSNumber *) [profileData objectForKey:@"friends_count"]; //how to keep user friends count on UILable
}
////**This info Display on debugger console*///////
////NSLog(@"User Info Received: %@", userInfo); // by this we get info on debugger console
User Info Received: (
{
"created_at" = "Tue Nov 02 14:42:42 +0000 2010";
description = "being honest";
favorited = false;
"favourites_count" = 0;
"followers_count" = 5;
"friends_count" = 21;
"listed_count" = 0;
location = Chennai;
name = "nanda kishore reddyv";
"profile_background_color" = EDECE9;
"profile_background_image_url" = "http://a2.twimg.com/a/1292975674/images/themes/theme3/bg.gif";
"profile_background_tile" = false;
"profile_image_url" = "http://a2.twimg.com/a/1292975674/images/default_profile_6_normal.png";
"retweet_count" = 0;
"screen_name" = velugotinanda;
source = "<a href=\"http://www.icodeblog.com\" rel=\"nofollow\">iCodeBlog Oauth Demo</a>";
status = "Mon Dec 27 09:22:44 +0000 2010";
"statuses_count" = 15;
"time_zone" = "Indiana (East)";
verified = false;
}
)
2011-01-01 10:38:29.460 IdeaTweet[471:207] User Info Received: 1
Thanks YOU can you tell me
how to Keep integer Value on UILabel
Hi friends,
when I run the url at localhost for a php file like:
http://localhost/project/admin/
it doesnt open the index.php, but gives panel for downloading the file with the message below :/
You have chosen to open
which is a: application/x-httpd-php
from: http://localhost
What should Firefox do with this file?
Openwith - Save... etc...
any idea what is going on? :(
appreciate helps!! thanks a lot
Hello friends,
I am having a webview which dispalys large amounbt of data. I want to scroll Webview progmatically. I know window.scrollto() method is there but ,god knows why, it is not working. Can anybody guide me step by step how to do this ? I am sure there is some minor problem. Pl. guide me.
Hi friends,
I want to insert 3 rows at a time in a table based on select statement..
consider the query
insert into tblTemp
(
a,b
)
select a, b from tblTemp2
This lets me insert one row in tblTemp..
my requirement is to add 3 rows with iterative values a,a+1,a+2 for each b inserted.
I've already found how to capitalize all words of the sentence, but not the first word only.
NSString *txt =@"hi my friends!"
[txt capitalizedString];
I don't want to change to lower case and capitalize the first char. I'd like to capitalize the first word only without change the others.
Hello friends, I have tried following code to determine current view bounds in shouldAutoRotate.. fn
UIViewController *temp1 = [appDelegate.splitViewController.viewControllers objectAtIndex:1];
float screenwidth = temp1.view.bounds.size.width;
float screenheight = temp1.view.bounds.size.height;
bt actually when u rotate from one mode to another, it provides the bound values of old one insted the fresh bound values..?
Any one know that how to achieve it?
Sorry for the noobie and stupid question, but I know only a bit about css and I don't know how to style my site. Here is my code:
HTML (Twig) :
<div class="wrap">
<div>
<img class="birthday" src="http://www.clker.com/cliparts/1/d/a/6/11970917161615154558carlitos_Balloons.svg.med.png">
<div class="try">
This friends have brithday today:
{% for bd in birthdays %}
<p>
<a href="{{ path('friend_id', {'id': bd.id}) }}">{{ bd.name }}</a>
<span class="years">
({{ bd.years }} years)
</span>
</p>
{% endfor %}
</div>
</div>
</div>
CSS:
body {
background-color: #FFFFF1;
text-align: center;
font-size: 17px;
font-family: Tahoma, Geneva, sans-serif;
}
p {
margin: 10px;
}
a {
text-decoration: none;
color: #6a9211;
}
a:hover {
text-decoration: underline;
}
.wrap {
width: 700px;
margin: auto;
}
.birthday {
width: 49px;
height: 80px;
float: left;
margin-left: 150px;
display: block;
}
.try {
display: block;
margin-right: 150px;
margin-bottom: 50px;
}
.years {
font-size: 12px;
}
And this is what I get. The thing I want to fix is Maria and Peter to be display under Anna and John, all of them 4 centered under the label This friends have birthday today:. I know that it's because of the image, but I don't know how to make it look fine. :(
Please help! Thanks in advance!
Quick question, has anyone ever come across either a web cam API or an open source alternative that can be easily integrated to a site without having any Flash or ActionScript experience.
I should probably say what I'm trying to do.... The idea is to create a Facebook app that lets friends communicate (and meet new people too) in real time over web cam. However I don't have the required experience to write the Flash part so any help would be appreciated.
dear friends,
i am trying to display STRING my car name is "abc" in textview.
it displays &qoute;abc&qoute; after running application.
i have tried decoding into " and then assigning it to TextView but it always convert " to &qoute;
can any one guide me how to solve this issue?
any help would be appriciated.
Hello friends,
Normally what happens, a single or more lines are shown as a tooltip. What I need is to show a gridview as a tooltip. Actually in my project i need to show all the notes associated with a stock in a gridview.
Can anybody help me?
Thanks for sharing your valuable time.
Hi friends,
I have a div tag and I am populating the search results on a custom grid, which is placed inside this divtag.
When a user click on the search button, i am displaying the results in the above mentioned div tag.
I have a requirement to close the above div tag when the user clicks outside the div tag.
It is similar to google search auto comlete.
Thanks in advance.
Hi friends,
I would like to retrieve the value from POST method.
I know it’s possible to retrieve the GET method value - from query string.
So how is it possible for POST method?
Thanks,
Praveen jayapal
hi all friends,
I am new to cocos2d animations and I want to learn it , as always I stops at the point of animation while making iPhone games in cocos2d.
Can any one suggest me the way to learn such animations, so that games animation creating will become easy to make.
Thanks.
hi my friends,
I wanna to write simple C compiler,I wrote some parts of it
it can check synetic of C,now I need to link my program to gcc
how can I do it?
I wanna to link it,for example when user open file in my programm,gcc compile it and save it where the user want.
now I don't now how to say gcc to complie this file,show error and ...
[english is not my mother language,and my english is not so well,so I apologize for any mistake in my post or If I can't reached my mean]