510 Topics

Member Avatar for
Member Avatar for Traevel

#Tutorial - Content extraction using Apache Tika From the official website: > The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). All of these file types can be parsed through a single interface, making Tika useful …

0
511
Member Avatar for Jaspreet_4

I have a Shared Module which is imported in 2 Lazy Loaded Modules viz. Projects Module and Store Module app.routing.ts file has Root Routes declarations Contents of Menu Component: It contains app-wide links to major sections of app like projects, store... I want menu to be part of lazy loaded …

1
100
Member Avatar for Shahid_9

I am working on an Android app in which I am submitting some variables in url in order to save the data in database what ever user enter in the text fileds but I am unable to do so as I am getting an error called "com.android.volley,Server error". I have …

0
173
Member Avatar for Reo_1

hey guys i am trying to create a library management system which is supposed to be used to store/keep infp for the library and the library members( book title, author, name and picture for borrower and other stuffs). The app has 6 buttons, delete, save, add,previsous,next, and upload( for upload …

Member Avatar for Reo_1
1
322
Member Avatar for Bryan_5

I'm trying to store some information in a binary file. However, i met with a problem that i can't rectify. For example, if the first order comes in, there is a struct of information that includes orderNo 1, which will be stored into the binary file. When there's a second …

0
231
Member Avatar for Zagor_1

I edit [this][1] todo app and make a multiple topics version of it. Like todos for X, todos for Y, todos for Z... However i couldn't find a proper way to edit this part : app.param('task_id',function(req,res,next,taskId){ req.db.tasks.findById(taskId,function(error,task){ if(error) return next(error); if(!task) return next(new Error('Task is not found')); //if there's data, …

Member Avatar for rproffitt
0
226
Member Avatar for happygeek

The Google Experience Launcher, as it was, first arrived exclusively for the Nexus 5 towards the end of last year. That changed recently when the renamed Google Now Launcher (GNL) appeared in the Play Store as a standalone app for Nexus devices and those handsets running Google Play Edition (GPE), …

Member Avatar for Yasar_2
0
439
Member Avatar for Za3mi

Dear all! Is there any way to animate icons on home screen in android app using android studio like [IPhone](https://www.youtube.com/watch?v=Q9HOne7zLro) provides some effects of motion. There are some apps like clean master on google play store that animates its own icon as user clicks icon of clean master to clean …

Member Avatar for rproffitt
0
297
Member Avatar for Lau_1

Hello, I am still confusing how to differentiate with responsive website and mobile web apps. Responsive website can auto configure to fit into the browser. Currently I had developed responsive website. So how about mobile web app? Is mobile web app launch using browser? How can this mobile web app …

Member Avatar for Lau_1
0
621
Member Avatar for mmcdonald

Hi all, I'm building a multi-tenant web application in PHP which is hosted on a dedicated Ubuntu 14.04 server (LAMP). I'm trying to figure out the simplest method of allowing my customers (SME's) to connect the application to their active directory server to authenticate users. The only issue is, I …

Member Avatar for jay56
0
247
Member Avatar for Federico_1

I'm using phpexcel , I created a script that so far it takes me an Excel spreadsheet and I put the field values ​​in an array of associative arrays , I found a way then print these values ​​in a table html , to see if the recreated excel files …

Member Avatar for rproffitt
0
447
Member Avatar for happygeek

I have been a happy user of TomTom satnav products since they first hit the market some ten years ago now. For the most part, that has meant dedicated hardware for in-car use. However, when I last [reviewed the TomTom app for the iPhone here at DaniWeb back in 2010](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/reviews/333687/edit-your-own-satnav-maps-with-tomtom-for-iphone) …

Member Avatar for rockingjohncart
0
1K
Member Avatar for Santhosh_2

i developed a quiz app in php. i want to store selected radio button values into session array and post them to next page and dispaly in the second page. here is my first page code.int this i get the data from db and populate here.i want to send this …

Member Avatar for diafol
0
552
Member Avatar for happygeek

The start button does make a comeback, sort of, in Windows 8.1 but it's still not enough to satisfy the die-hard 'I got Windows 8 but miss Windows 7' brigade. Not least as when you click the Windows 8.1 start button it doesn't pop up the old folder-structured start menu …

Member Avatar for goodtaste
1
1K
Member Avatar for jemdev03

Hello, I need help with android programming. The problem is that I can't make this portion of my codes to work the way I want to. I want to simply: - Delete a record inside the SQL lite database - Delete the record also inside the AlertDialog Single Choice Item …

Member Avatar for jemdev03
0
299
Member Avatar for iharrythomas

Hello, It would be great if someone tell me how mobile application can generate sales. I am wondering, Should I go for website marketing or app store optimization. Which is the best way to boost the direct sales Thank you

Member Avatar for rproffitt
0
258
Member Avatar for JameB

How do you test an Android app on different devices and screen sizes (not emulator)? So far I'm just assuming that the XML preview I get in design mode means the app would function, obviously this isn't enough. I don't want to ask friends/family, at least not yet. So I'm …

Member Avatar for SAMMY12345
0
215
Member Avatar for asaidi

Hi i have an app stored in amazon ..and i want to give a link to users to download the app to their mobiles it is and android app.. how i can do this please ?

Member Avatar for ayeshaali
0
136
Member Avatar for ship69

Hello Can anyone here recommend a good alternative to DropBox? I run a small team of family members on a personal project. We have been storing data on DropBox. Unfortunately we keep running out of memory for storing documents & photographs on DropBox. (i.e. 2GB is not enough!) Background: - …

Member Avatar for Reverend Jim
0
389
Member Avatar for ivan.moony

Hi all What do you guys think of Google Apps? If I'm asked, good stuff, but they restricted direct access to cloud disk store and they charge databases per record. A major drawback. So there is an opening place for an alternative. I was thinking of php+javascript framework that could …

Member Avatar for weitau
0
246
Member Avatar for vegaseat

The idea of this thread is to help the beginning Python programmer with hints and helpful code. Please feel free to contribute! If you have any questions start your own thread! The creators of Python are very active, improving the language all the time. Here is a little of the …

Member Avatar for vegaseat
23
34K
Member Avatar for fredjoe565

I want to make an android app that performs like a C++ commandline calculator. I want the user to have to input 2 different values then choose the operation as add, subtract, multiply or divide, then perform the operation and give the result, also to be able to store the …

Member Avatar for smackthat9876
0
139
Member Avatar for Guy On

I'm uploading a file in laravel. The path is storing in database but unable to store image into destination folder. Here is my controller. public function post_contact() { $contact = new Contact; $contact->name = Input::get('name'); $contact->email = Input::get('email'); $contact->mobile = Input::get('mobile'); $contact->password = Input::get('password'); $contact->confirm = Input::get('confirm'); if($contact->save()) { $data …

Member Avatar for diafol
0
5K
Member Avatar for Slavi

[Google's new look](https://com.google/) Microsoft announced that they are making their own Linux OS [MSDOS mobile](http://www.windowsphone.com/en-gb/store/app/ms-dos-mobile/8573c4a8-b9df-4409-90a6-dad2dc0b6b26)

Member Avatar for Slavi
0
494
Member Avatar for DaveAmour

# Performing Selective Includes in Entity Framework with the Fluent API # When we are using Entity Framework as our data access choice to work with SQL Server then there are some potential pitfalls. One of these pitfalls is doing selective includes. What do I mean by selective includes? To …

1
4K
Member Avatar for scrapple

Hi, hoping someone might be able to help me with a possible infection. A few months ago, I started to notice some mouse lagging whenever I started chrome. I didn't think anything of it at the time because I usually start chrome with 5 tabs and 5 extensions, and figured …

Member Avatar for scrapple
0
666
Member Avatar for seanj1992

hi everyone, i am doing a pizza ordering Gui. i am stuck on 2 things, i am trying to get the receipt string to store the items that are checked. they are multiplying when they are displaying. the second is displaying the string in the jtext area, any help woud …

Member Avatar for Traevel
0
187
Member Avatar for Papa_Don

Hello Group! I've written an app that saves the updated info into a network file folder based on the property number (I'm in the hotel industry). Currently I have a text file with the individual folder names that I've hand written so the app knows where to store the data. …

Member Avatar for cgeier
0
337
Member Avatar for philpense

Have the app on an old Blackberry Curve 8330. Have never used it but now that I need it I find the following difficulty. Launching the app shows a folder icon, a blue word to go icon, and a red slideshow to go icon. Launching the word icon I find …

0
180
Member Avatar for jeffcogswell

Every year or so for the past couple of decades I've seen new products appear that claim to let you create software without having to know how to code. And every time the next one comes out, I roll my eyes, because they always fail to deliver as promised. Usually …

Member Avatar for Jerry_10
0
640
Member Avatar for frankchester

I have a question I have been struggling with for a while, I think I might be taking the wrong approach or not understanding the basics. But I am looking for a solution, so if I have it the "wrong way" please let me know. I am building a login/registration …

Member Avatar for diafol
0
479
Member Avatar for Xabush

I'm currently working on a school project that aims at creating a P2P chat client for users on the same network. For now, it will only be used by users on the same LAN network. But hopefully,I will to extend to work for users on the same public Wifi(if that's …

Member Avatar for deceptikon
0
139
Member Avatar for ahabanhbao

Hi. I'm new in PHP Mysql , please help me with this situation : i had this php code <form action="insert.php" method="post"> Check locked backdoor<br /> <input type="checkbox" name="Check[]" value="A" />Yes <input type="checkbox" name="Check[]" value="B" />No <br /> Laptops handover monitor<br /> <input type="checkbox" name="Check[]" value="A" />Yes <input type="checkbox" name="Check[]" …

Member Avatar for toxicandy
0
2K
Member Avatar for das122

> unable to process the application .cant store user data into the data base,shows only a blank page # servlet code # import java.sql.*; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet(name = "register", urlPatterns = {"/register"}) public class Register extends HttpServlet { …

Member Avatar for vivekH
0
154
Member Avatar for G_Waddell

Hi All, I'm writing an app that prints of batches of documents to clients for posting. The printer uses OMR to collate and fold the documents into envelopes automatically. The document inputs will either be Word or Adobe Acrobat. I have routines to print off each document type while adding …

Member Avatar for Bala2507
0
447
Member Avatar for ravi142

Hello New One in App Developement I need information about.. I want to make Store account in both Google Play and iTunes for hosting of my application so any cost required for registration.where i can register.? any one help me. Thank You

Member Avatar for peter_budo
0
168
Member Avatar for davy_yg

Hello, The website that I build has xampp logo sides it's title. I wonder how to erase it? Daniweb has the right logo - > Mind has xampp logo in it. I would like to erase it or change it but I do not know how to? index.php <!DOCTYPE html> …

Member Avatar for almostbob
0
298
Member Avatar for castajiz_2

Hi, I have developed a application for students that retrieves data (eating menus) from a official eating website of the whole University (13 restaurants located around the city). Actually I spend a month and a half of doing some reconnaissance and programming (getting information of that site) so that I …

Member Avatar for hericles
0
210
Member Avatar for Gurjit_1

The code below is giving me the SIGSEGV error, segmentation fault at line number 66(found using debugger).According to me everything is fine but still don't know what is done wrong by me. Please someone help me out to sort the problem #include <iostream> #include <string> #include <fstream> #include <cstdlib> #include …

Member Avatar for Gurjit_1
0
2K
Member Avatar for EclipticalD

Hi guys: I'm developing a small desktop app in c# and i was wondering if there was a way to set a specific user for a specific deployment of the app (eg. software on pc A has user 1 and software on pc B has user 2). I'm wondering if …

Member Avatar for Santanu.Das
0
147
Member Avatar for happygeek

At the start of the year, [DaniWeb reported](https://www.daniweb.com/internet-marketing/social-media-and-communities/news/470719/snapchat-plays-blame-game-after-hack) how Snapchat, the self-destruct photo messaging service, had been hacked and information regarding 4.5 million users had been stolen. Fast forward to now, and Snapchat is again in the mire: nude images have started to appear on 4chan which have been stolen …

Member Avatar for gtcorwin
1
544
Member Avatar for FireNet

File I/O With C++ Fstream **Intro** File handling is as simple as writing in a book, much easier to modify and find. It's so simple people get confused with it :-). Welcome to the world of file handling. We will use the c++ fstream classes to do our file handling. …

Member Avatar for Swalih
5
12K
Member Avatar for Jack_9

Hi i'm new to mobile development and I have some experience with objective-c but not much at all. My best programming language is python and i've written an app but I don't know how to publish it to the app store. FYI it's written in python if you haven't gotten …

Member Avatar for Kelly Burby
0
125
Member Avatar for humorousone

Hi. When I try to open the windows 8 app store via metro, It gets stuck on the splash 'loading' screen, with the logo and the rotating dots. I can leave it for an hour, and it will still stay on that splash screen. I'll post my system specs later …

Member Avatar for humorousone
0
329
Member Avatar for alex9620

Hi, I am trying to create a web service which will taken in JSON response and then query the DB with it to return store details (JSON response). I intend to use this with a mobile app later on. But during the development I am testing using AJAX calls. I …

Member Avatar for alex9620
0
330
Member Avatar for dwililo
Member Avatar for Scotthiggins
0
301
Member Avatar for rodneymoya

i recently made an app for android and ios but my app was rejected in ios the rejection notification did not give me an indication on the areas i need to improve to make my app be accepted so does anyone have any idea of what i need to look …

Member Avatar for hericles
0
160
Member Avatar for alex_25

Hi all I'm new to daniweb Im a boiler engineer for my full time job but love playing around making websites on a very basic level. I've made a [heating Help forum](http://boilerandheating.freeforums.net) and [basic app](https://play.google.com/store/apps/details?id=com.wboilerandheatingforums) to go with it. But I've got what I think is a great idea for …

0
137
Member Avatar for napninjanx

I have a question about Mobile App Development, I have learned allot when I kept reading about Mobile App Development Java, I thought at first it would be complex and would be impossible to make apps and a person needed a college degree in order to make apps, I was …

0
154
Member Avatar for yeshamarques
Member Avatar for Rakesh456
0
183

The End.