how can improve ecommerce website ranking?
Hello evryone currenlty i have wordpress site with woo commerce plugin. I run online shopping site i don't know how can i improve traffic more. now i have small amount of traffic how can increase high...
View Articlestd::vector error with wx custom class
Hi, I am getting an error while making a vector. frame.h #include <wx/wx.h> class Frame : public wxPanel { public: Frame(wxPanel* parent, int xx, int yy); ~Frame(); private: int x; int y; }...
View ArticleIssue Adding new user to mySQL database
I am working on an app where a user registers and its passed to the server where there information is added to the database. It passes various checks along the way but ails to add the user. Code...
View Articlemysqli query skipping row 0
I am using bootstrap modals, when i query to populate a dropdown to fill in to my form, my query is show all but the first record and i can't figure out why. My form looks like this <div...
View ArticleDrawing Graph and writing to .ppm
Task Your task is to write a program that will draw graphs and output them as coloured image in the .ppm file format and display them using a suitable external image viewer (IrfanView). The program...
View ArticleCan you get a software job right out of college without an internship?
Hi. I am a college student and I am in my third year of college. I have an associate degree in general science and i am studying to earn my bachelor's degree in Computer Science. I have been trying to...
View ArticleInformation about GUI in C++. Do people use C++ for GUI applications????
Hi. I wanted to create a GUI application with C++ as a personal project. I am using that because I have done a lot of GUI personal projects in Java but never in C++, so I want to try using a new...
View ArticleI have a problem with the last text.It dosen't appere
This is my code. #include "pch.h" #include <iostream> #include <Windows.h> #include <string> #include <ctime> #include <fstream> using namespace std; std::string AppName...
View ArticleGet the total of the same name on Datagridview
Please help how to code this on vb.net with SQL server database
View Articlesearching result Print vb.Net
Help me , Search data with dataGuidViewer and print that searching result (vb.Net). I am try verious Code thous are found youtube, but it not work...... Please Help me VB.Net (2010, 2012,2013,)
View ArticleAssembly language code
I tried alot to print this arrow with random generated values which are 0101 , every time it should be differnt, please help me out thanks :)
View ArticleUsing Ezoic to increase performance
Does anyone have any experience using Ezoic to increase site speed? Namely ... Is their site speed increase predictor accurate? Does complicated Javascript still work perfectly? What are the...
View ArticleWant to conditionally load CSS for responsive layout
I'm trying to use CSS as so: <link rel="stylesheet" media="screen and (max-width: 991.98px)" href="/files/mobile_css/daniweb.css" type="text/css"> <link rel="stylesheet" media="screen and...
View ArticlePHP mail function how to set sender mail id based on if condition?
I am using magento for sending mail with condition, My code: <?php class Gta_MerchantNotification_Model_Observer { public function merchantremainder($Observer) { $order =...
View ArticleHow to move sites to the development environment?
Hello, I'm quite nub in web development, so be gentle please. If this place is wrong for such problems point me to a more appropriate resource please. To became more familiar with web-programming I...
View ArticleSsh to Sunos through a win jump server
Hi Dani, I'm new to Python . I started working on an automation project where i need to connect to a SunOS server through a windows jump server and run commands to get output on my local machine. I...
View ArticleCache query result
I come across this problem every so often and end up having to do work arounds when I would prefer to keep it in the database. I have a query where the data in the query updates frequently so the...
View ArticleValues from PHP variables to MYSQL procedure
Hi all at Daniweb, I'm quite new to PHP and I'm banging my head over this... query 1 WORKS: $query = "CALL procedure_is_a_great_way_to_let_db_do_some_work('1','6')"; //both 1 and 6 are IN parameters!...
View Articleminify imageview setonmouseclicked code
How can I minify my code in here, I am giving each 23 total imageview a eventhandler. code works, but I like to make the code shorter. I tried to use for loops to shorten the code. here is a example...
View Article