Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
public
- Page 1
Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Ulfson
… open source version to this day. The general demise of
public
forums -which Dani voiced on the Ranch- has tempered the…
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
2 Weeks Ago
by trcooke
… the site moderators. It's the back-link on a
public
facing web page that they want, and for that there…
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
… moderators. > > It's the back-link on a
public
facing web page that they want, and for that there…
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
> It's the back-link on a
public
facing web page that they want, and for that there's no difference between a forum post and a profile page. From an actual SEO perspective, there's a very strong difference between a forum post and a profile page (not all pages are created equal), but for the purposes of this discussion, I digress.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by John_165
Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects?
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by trcooke
Well hello there Ulf! It certainly has been a minute since we last spoke, in fact I just dug out the last email conversation that we had just over 10 years ago! Nice to be in touch again. I still enjoy reading your [one paragraph movie reviews](https://www.ulfdittmer.com/view?RecentMovies) :)
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Dani
Hello there and welcome to DaniWeb! Thank you so much for taking the time to join here.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Ulfson
> Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects? I stick to native Android. Way back when I thought Apache Cordova was pretty cool for reaching smaller platforms, but now that there are essentially just two platforms left, I…
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Ulfson
> Well hello there Ulf! It certainly has been a minute since we last spoke, in fact I just dug out the last email conversation that we had just over 10 years ago! Nice to be in touch again. I still enjoy reading your [one paragraph movie reviews](https://www.ulfdittmer.com/view?RecentMovies) :) Huh, you're the one :-) I use it mostly as a …
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by trcooke
Mastadon, well there's a blast from the past. I couldn't even tell you which servers I had accounts on.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Dani
A blast from the past? Didn't Mastodon first gain popularity around 2020ish? When I think of a blast from the past, I think of AOL Instant Messenger and MySpace.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by trcooke
I never really connected with it so just feels like a long time ago. But I share you sentiments in general for things of the past, such as the 8086 processor and SCSI disks.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Ulfson
Mastodon is pretty much the only social network I'm on these days (except for nebenan.de, which is similar to Nextdoor, but much more popular here in Germany). Simplifying my online presence, I deleted my Facebook and Nextdoor accounts this year.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by trcooke
I've pretty much excluded myself from all social media things because their primary reason for being is to push advertising and propaganda to you, and I don't like it. I frequently remind myself of the mantra: > If you don't pay for the product, you are the product The only exception is LinkedIn, because despite my mistrust of the platform I…
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Ulfson
> And where do you usually find your freelance projects? I just notice that I didn't answer that - I'm in the lucky position of never having had to go out to acquire new projects/clients. All clients approached me, or were introduced to me by others.
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by John_165
> I just notice that I didn't answer that - I'm in the lucky position of never having had to go out to acquire new projects/clients. All clients approached me, or were introduced to me by others. Wow, that’s really lucky! Must be a great feeling to have clients come to you without having to look for them
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by Dani
> Mastodon is pretty much the only social network I'm on these days Do you consider forums as social networks? What’s the difference?
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
2 Weeks Ago
by trcooke
Fair point. I have actually met about half a dozen of the CodeRanch staff in person which is way more social than I ever was on any other social network.
McCharts - ArkTS
Programming
Software Development
2 Months Ago
by 杨_659
… briefly list the functional structure of the line chart component: ·
Public
properties 1. Width and height 2. Spacing between top, bottom… between components. Let's explain the functions of the five
public
properties separately: 1. The width (cWidth) and height (cHeight) of…
Null Pointer Exception in Java Application – Need Fixing
Programming
Software Development
2 Months Ago
by YashSmith
… access an object property. Here's the problematic code:
public
class Test {
public
static void main(String[] args) { String text = null; System…
Re: Show computer name on a label
Programming
Software Development
2 Months Ago
by toneewa
…; using namespace System; using namespace System::Windows::Forms;
public
ref class Mr_M :
public
Form {
public
: Mr_M() { this->Text = "Mr M v1…
Re: Are their any alternatives to github?
Programming
Software Development
2 Months Ago
by Dani
The only one I know about is Bitbucket. What is your use case? Are you looking to host
public
or private Git repositories?
Re: Public Sub or Public Function?
Programming
Software Development
11 Years Ago
by wrathness
Public
Function ClassAverage() Dim the_class_average As Decimal = 0 Dim Grades() As …
Re: Public and Private
Programming
Software Development
14 Years Ago
by ajst
public
and private variables are the same as methods. global varibles … method. just to confuse you. you can also think of
public
and private varibles as global and local if u think…
Re: Public array
Programming
Software Development
14 Years Ago
by Sunshineserene
…sub = new Blosum50(); // button.addActionListener(new ActionListener() // { //
public
void actionPerformed(ActionEvent e) // { s1 += tF1.getText(); s2 +=…Blosum50 extends Substitution { private String residues = "ARNDCQEGHILKMFPSTWYV";
public
String getResidues() { return residues; } private int[][] residuescores =…
iterator class. i need help with the public void add & public void remove function
Programming
Software Development
15 Years Ago
by tinamenon
…(!isGoingForward && cursor == first) ); }
public
boolean atLast () { return( (cursor == null &…isGoingForward && cursor == last) ); }
public
EE prev () { if (isGoingForward) { //…
public void grow(int size) code
Programming
Software Development
15 Years Ago
by luvthug
…/** * Default constructor for objects of class DiscoLight */
public
DiscoLight() { super(); this.randomNumberGenerator = new Random();… performs the requested growing and * shrinking cycles. */
public
void runLight() { //student to write code here,…
Public / Private, why is this not working
Programming
Software Development
15 Years Ago
by lewashby
…; using System.Linq; using System.Text; namespace Cow_Calculator {
public
class Farmer {
public
int BagsOfFeed;
public
const int FeedMultiplier = 30; private int numberOfCows…="Red"]Farmer farmer;[/COLOR] and then in the
public
Form1 method [COLOR="Red"]farmer = new Farmer() {…
public key encryption
Programming
Computer Science
16 Years Ago
by cam875
…here can offer some insight. anyways here it goes Since
public
key encryption is based off of the person sending the… to his data before its sent. What if the
public
key he is about to receive gets intercepted and changed… to the hackers
public
key that corresponds with the hackers private key. So when…
Re: Public/Private Keys
Programming
Computer Science
14 Years Ago
by AuburnMathTutor
… you need the private key (in this example of
public
key encryption; others are similar) in order to &…quot;undo" the
public
key (decrypt the encryption). And you can certainly *find*… longer than the information needs to be kept secret.
Public
-key schemes are based on intractable computational problems: for …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC