Sql server - تاریخ: 1396/10/2 ساعت: 2:57
Getting this error message: 'execution was not successful' Any thoughts how to stop this error? Thanks, Adam
HTML each row won't restart on left margin - تاریخ: 1396/10/2 ساعت: 2:57
Currently, my page looks like this My code is included below. I would like to have each new title start below and in the same margin. Meaning... 1. Title (Photo) (Text) 2. Title (Photo) (Text) Currenlty it is doing this... 1. Title (Photo) (Text) hkjkljkld2. Title hkjkljkld(Photo) (Text) What i foun...
Why does my array.indexOf always return -1 when there is indeed a match - تاریخ: 1396/10/2 ساعت: 2:57
What am I doing wrong here. I am trying to get the code to pickup the wild card match 'ASFB' as such, it should retu an index higher than -1. I am frustrated as this goes beyond my begi er level of javascript. Code: function test() { var array = ["OTHER-REQUEST-ASFA","OTHER-REQUEST-ASFB","OTHER-REQU...
Responsive Search Box With jquery - تاریخ: 1396/10/2 ساعت: 2:57
I want to create a Responsive Search box with jquey and css with the hidden list ? Can any one tell me the coding for search box with hidden list ? thanks in advance.
Question on ajax - تاریخ: 1396/10/2 ساعت: 2:57
Hey, I have studies the use of ajax. It seems to be helpful for my website to work properly with a poor network co ection as well. How can I implement? Can you please help me out?
Tumblr blog widget help - تاریخ: 1396/10/2 ساعت: 2:57
I know a bit of HTML/CSS, but only the bare basics. I need help coding a 'widget' for my blog. It's a talksprite, like in a game. I want an interactive one on the bottom left co er of my blog, the kind that looks like it sticks to your toolbar and won't move even if you scroll. When clicked, it'll o...
spl_autoload_register attempts to load mysqli - تاریخ: 1396/10/2 ساعت: 2:57
I wrote this code PHP Code: function RunClass($ClassName)    {        require($_SERVER['DOCUMENT_ROOT'] . '/core/classes/' . $ClassName . '.php');    }     spl_autoload_register('RunClass');  And it works great. But when I write PHP Code: private function __construct(){    $this->_con = new mysqli('...
Ecommerce , membership website - تاریخ: 1396/10/2 ساعت: 2:57
Greetings , is there anyone who's willing to help me continue to build a website where I've done some works on the template. I only know HTML and CSS , this website may require PHP , MySQL etc.. so I need someone to help me out. I'm even willing to pay for it. Thanks in advance , DevMeow
How do I debug and trace javascript process of submit on input tag? - تاریخ: 1396/9/30 ساعت: 23:15
How do I debug and trace HTML code process of submit in input tag? i.e how to analyze consequence of the code <input type=x94submitx94 role="button" x85 >
Very image oriented site. Hugely varying quotes. Average? - تاریخ: 1396/9/30 ساعت: 23:15
Hello, I have a site at www.picklesadventures.co.uk which was created before mobile sites were really a 'thing'. All my other sites were basic blog types and cost next to nothing to created mobile versions of. I've had quotes for this ranging from £50 to £750. Am I being scammed at such high quotes?...
A calendar-clock: 1 week real-time is 1 year game time. - تاریخ: 1396/9/30 ساعت: 23:15
Hi there, I know very little about programming, only that I believe JavaScript is what is needed for this project. Background information I want to make a calendar-clock, with day, month, and year. I call it a clock because it operates so quickly: a day takes about 22 minutes, a year takes 1 week. O...
Adding Twitter feed - تاریخ: 1396/9/30 ساعت: 23:15
Hello I am hoping to add a Twitter feed to a Web page, but can only find an outdated article on how to do it. I am in Twitter at the moment and can see this (please see attached). The feed will be placed in a web page similar to this (on the right and unde eath 'welcome to my site'): home and with a...
Send quiz results to server - help needed! - تاریخ: 1396/9/30 ساعت: 23:15
Hello Complete begi er - trying to send quiz results to server using php script below from ispring solutions/quizresults from Github. (without success). I've uploaded all the files/directories to my server into a directory called QuizResults. Could someone please tell me which bits of the index.php ...
does my arduino code include any issues - تاریخ: 1396/9/30 ساعت: 23:15
Code: #include <Servo.h>; Servo servoPlough; Servo servoWatersystem; int servoPos = 0; int soundSystem = 2; int Lights = 22; int VibrationSeeding1 = 23; int VibrationSeeding2 = 24; int Motor1 = 25; int Motor2 = 26; int Motor3 = 27; int Motor4 = 28; int Switch = 29; Void setup(); servoPlough.attach(1...
In Ruby, why does `Array.length` give NoMethodError? - تاریخ: 1396/9/30 ساعت: 23:15
In Python, I can get the length of a rundown by calling its __len__ strategy. __len__ isn't characterized on every individual rundown protest, however on the rundown class. The technique can be gotten to straightforwardly through the class: >>> [].__len__() 0 >>> type([]) <class 'list'> >>> list.__l...
FULLTEXT search in innoDB database - تاریخ: 1396/9/30 ساعت: 23:15
I have reasently switched my databse from MyiSam to i oDB because of access to foreign keys (I have about 150 tables where most of them are referencing each other and foreign keys just makes my life so much easier) One problem though - it broke my FULLTEXT searches and a search like: PHP Code: SELEC...
Twitter feed question - تاریخ: 1396/9/30 ساعت: 23:15
Hello How can I move this Twitter feed here twitter about 10px to the left, please? I know it can normally bemoved by changing the margin or introducing padding, but does that apply to the Twitter script: Code: <a class="twitter-timeline" data-lang="en" data-width="450" data-height="1050" data-theme...
New client system - تاریخ: 1396/9/30 ساعت: 23:15
Hi all, I am looking for a client / room management system that will allow me to keep client records and assign them to specific rooms. Would also be handy to upload documents to the clients record. Does anyone have any suggestions please? Thanks.
This is probably simple .... - تاریخ: 1396/9/30 ساعت: 23:15
I converted a PDF to HTML. Now I am trying to add a header to it so it matches the rest of the site and doesn't lose the navigation buttons. when the page loads, you can see the header load ... background, logo, and 9 navigation buttons. Then, they get covered by the PDF and become invisible. I've t...
Parse error: syntax error, unexpected 'new' (T_NEW) in excel-reader.php on line 869 - تاریخ: 1396/9/30 ساعت: 23:15
So, i try to make a file where it should enable me to upload an excel file into mysql database, while i'm making the file, this file encounter one syntax error(this file is used to read the excel file). the error says: Parse error: syntax error, unexpected 'new' (T_NEW) in excel-reader.php on line 8...