Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
custom
- Page 1
Re: Page Speed Issue
Digital Media
Digital Marketing
14 Hours Ago
by kearawill
… built-in caching, optimized themes, and CDNs. Java sites (especially
custom
-built ones) need manual setup for things like lazy loading…
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
3 Weeks Ago
by jonathannweyer
… for compatibility across many other devices. For more information on
custom
Android app development, you can check out Idea Maker Agency…
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
2 Weeks Ago
by TurisVPN
A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy …
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
1 Week Ago
by Liam91
A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses …
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by wwwalker
I would check out assets you add to
custom
error page. See https://developers.cloudflare.com/rules/
custom
-errors/
Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by Dani
…, since the switchover to the new error pages dashboard, the
custom
font I always use isn't working. I can see…
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by JackRyan248
…, since the switchover to the new error pages dashboard, the
custom
font I always use isn't working. > > I…
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by Dani
Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources.
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by Dani
Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?
Re: Custom Media Server
Hardware and Software
Linux and Unix
1 Month Ago
by Vince_6
I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great.
What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
1 Month Ago
by Viacon_
1. Strategic Thinking 2. Full Service Capabilities 3. Strong Portfolio & Case Studies 4.
Custom
Solution 5. Transparent Communication & Timelines 6. Future Readiness
Re: Page Speed Issue
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
…, usually need more hands-on optimization since they’re often
custom
-built and heavier in structure. Things like lazy loading, efficient…
Re: Any jQuery 4 users?
Programming
Web Development
1 Month Ago
by Neil_brown001
… lot of cruft. Some improvements in the build system and
custom
builds if you only need parts of jQuery. Overall, it…
Re: Any jQuery 4 users?
Programming
Web Development
1 Month Ago
by jkon
… we often use our own extended jQuery functions, like our
custom
'onClick' (which has a different implementation in the mobile version…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Month Ago
by asadalikhan
… can be finicky. A repair of IE or creating a
custom
toolbar in the taskbar might be a modern workaround.
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
1 Month Ago
by Manyhatsnc
The best agency will have a strong portfolio, clear communication, SEO expertise, responsive design expertise, client reviews and post-launch support to ensure success and quality over the long-term.
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
1 Month Ago
by sasha_Digitable
What you should look for is: 1. Proven track record with a up to date portfolio 2. Expertise in the specific areas of web design you are wanting to use 3. The ability of the company that can work with your needs Above all, consistent and clear communication are vital for any possibility of success. There needs to be trust and communication to …
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
1 Month Ago
by graceweb
Hi Sasha, I really agree with your point about clear and consistent communication, without it, even the most skilled agency can fall short. I’d also add that flexibility is important too. Sometimes project needs change mid-way, and it helps to work with a team that can adapt without losing sight of the overall goals. H
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
1 Month Ago
by asadalig
Must have good track record of the previous projects. Timely submission or completion of the projects. Make sure have expertise in specific domain. and many more things to consider.
Custom Combobox and TabControl problem
Programming
Software Development
11 Years Ago
by kloktor
Custom
ComboBox control is not displaying data when hosted on TabControl. …
Custom Loss Functions in PyTorch: A Comprehensive Guide
Programming
Computer Science
1 Year Ago
by usmanmalik57
…) model = RegressionModel(input_size) ``` Finally, we will define our
custom
loss function `custom_mse_loss`. This loss function calculates the mean squared…x, y = batch optimizer.zero_grad() y_pred = model(x) # calling
custom
loss funciton. loss = custom_mse_loss(y_pred.squeeze(), y) # squeeze to match…
Custom combobox column in Datagridview disappear problem
Programming
Software Development
12 Years Ago
by kaizen202
…. 1. I have created DataGridVIewComboExColumn derrived from DataGridViewColumn 2.
Custom
cell named "DataGridVIewComboExCell" is created from DataGridViewCell 3…(true); base.OnSelectedValueChanged(eventargs); } Whenever the grid is loaded,
custom
control (ComboExEditCtrl) displayed on the cell. The problem is when…
Custom Action hangs on Vista
Hardware and Software
Microsoft Windows
19 Years Ago
by Lady_A
…register the service manually using elevated command line. But the
custom
action hangs. I have created a sample installer project …with some empty
custom
actions and it hangs as well. My conclusion is …that Vista has some issues with
Custom
Actions. Needless to say is that the Installer is …
Re: Custom Action hangs on Vista
Hardware and Software
Microsoft Windows
18 Years Ago
by cricketinfuture
…register the service manually using elevated command line. But the
custom
action hangs. I have created a sample installer project …with some empty
custom
actions and it hangs as well. My conclusion is …that Vista has some issues with
Custom
Actions. Needless to say is that the Installer is …
Custom Validation Check Duplicate Data
Programming
Web Development
15 Years Ago
by Stretcher75
…" Runat="server" /> <
custom
:AjaxValidator id="AjaxValidator1" ControlToValidate="txtSalesman_Code"…" Runat="server" /> <
custom
:AjaxValidator id="AjaxValidator1" ControlToValidate="txtSalesman_Code"…
Custom Fonts Issue
Digital Media
UI / UX Design
14 Years Ago
by samarudge
… from a Google Fontlibary CSS file [CODE=css]/*
Custom
fonts for the site */ @font-face { font…font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype'); } /*Assign the
custom
font's to where there needed*/ h2{ font-…fonts/font.ttf') format('truetype'); } /*Assign the
custom
font's to where there needed*/ h2{ font…
Custom Array Class
Programming
Software Development
14 Years Ago
by lochnessmonster
…;WinBase.h> /** * Class: Array * *
Custom
Array class used to read input from a file * …file. If successfull then allocate space for our
custom
* array depending on the size specified by…m_headPtr; } /** * Function: populateArray() * * Simply progresses through the
custom
array and populates it * with data from the specified input…
Custom Window Borders
Programming
Software Development
13 Years Ago
by Panathinaikos22
Hola, im looking for
custom
window borders, i looking for
custom
draws, for
custom
graphics... If someone know any site were i can find
custom
title bar, or whatever have to do with
custom
window borders... I dont think exist something like this, but who know...
Custom Dialog Android
Programming
Mobile Development
13 Years Ago
by BlackStar0703
…this dilemma. Any help would be much appreciated. /** Question
Custom
Dialog */ if (view == findViewById(R.id.DialogBox)) { … = "Incorrect"; } dialog.dismiss(); /**Answer page
custom
dialog */ //Eclipse doesn't seem to like the code in…
Custom algorithm to encrypt and decrypt data
Programming
Web Development
12 Years Ago
by Subless
I would like to create a
custom
algorithm for encrypting and decrypting strings …the algorithm to allow two parameters: 1.
Custom
salt string for the algorithm to use to create…
custom
encrypted strings of the data. 2. The… to learn how to create a
custom
algorithm from scratch and
custom
code. Thanks for any help.
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