17 Topics

Member Avatar for
Member Avatar for SpectateSwamp

How I would catalog police video. Play it fast forward and record that (just like movie pirates do) then post the results on the net. 4 hours of video down to 15 minutes. After that do a complete archive where the video is shown at fast forward or slow motion …

-1
185
Member Avatar for imti321
Member Avatar for broj1
0
355
Member Avatar for markii.borabon_1

im new in web development and i wanna know, how can make a dynamic file path or dynamic source directory. its like : <img id="branding-logo" src="/image/logo.png"> <link rel="stylesheet" href="/images/green.css"> <script src="/js/jquery.js"></script> main { background: url('/images/CAT119/hp-images/hptilebggreen.jpg') top left repeat-x; } so basically what i want to know is how can i …

Member Avatar for diafol
0
184
Member Avatar for Rajeev Kumar_1

I just want to have a link forwader in Wordpress. Is there any plugin for it. I search but only find the url redirection for 301 and other navigation errors. What i want that on any link in my website there should be a link forwader like have in facebook, …

Member Avatar for vaidhegipatel
0
229
Member Avatar for Vasthor

http://s11.postimg.org/kxl3cemw3/error.png this is the least error that I can get from multiple time of debugging. [TheCodeFile](http://www.fast-files.com/getfile.aspx?file=70535) StrBlob.h has needed to use something from StrBlobPtr.h and StrBlobPtr.h needed to use something from StrBlob.h I did tried to #include each file on each other respectively, but ofcourse that would be a data …

Member Avatar for Vasthor
0
375
Member Avatar for Shivam_4

Can someone help me with solving boolean expressions with the help of forward chaining. A good tutorial will also help me. Example: A.(A + B) = A A.(A + B) => A.A + A.B [Applying distributive law] A.A + A.B => A + A.B [Applying idempotency law] A + A.B …

0
181
Member Avatar for NoCodeMonkey

When a switch is selected as root bridge why are all ports on that switch in forward mode? I know switches that are connected to each other by two ports have one blocked port and one forward so theres only one why for frames to go so no loops are …

Member Avatar for anilak
0
164
Member Avatar for DaveTran

I have two classes. One main Game class and an Entity class that needs to point to the Game class so it can call its various functions # Entity.h # class Game; class Entity { public: Entity(Game *game); ~Entity(void); void Draw(float dt); void Update(float dt); protected: Game *m_game; // Missing …

Member Avatar for JasonHippy
0
401
Member Avatar for brugernavn

hejsa, I just got a little problem.. [B]i only have one public ip.. but i need to host several websites over many local ip's..[/B] so, i need to forward the incomming requsts (from the public) to one of the local ip's.. based on the domainname.. so, [B]mydomain.com > my public …

Member Avatar for brugernavn
0
170
Member Avatar for Narayanan87

Hi, Am setting a value in request objet like this: [icode]request.setAtttribute("Hello","true");[/icode] Now i am redirecting to the action class: [icode]new RedirectingActionForward(request, url.getInwardRedirectURL());[/icode] In the redirected action class, am using this to retrieve value from request object: [icode]String example = request.getAttribute("hello").toString();[/icode] Am getting nullpointerexception.. Could anyone help me on this..!!

Member Avatar for stevanity
0
140
Member Avatar for Tym326

Hey guys, I am pretty new in using jsp. I am currently using tiles and action mappings for my project. I am just wondering if there is a way to use action mapping with <jsp:forward> or any other forward script, especially in tiles? I tried to do the following and …

0
103
Member Avatar for Eric Cute

Hello Everyone, Im needing a bit of help here. First, Im trying to let client download a file from server and save it on client's pc. When client clicks on button "DOWNLOAD", it will call a servlet that will download the file. Expected outcome is that a SAVE AS DIALOG …

0
126
Member Avatar for RJ_Dev

Hi All, Well this is a simple problem, I'm developing websites for a client and I send them the html/css files with the regular url's in css like this - #body {background-image: url(Images/bg.jpg);} but they send me back the css file which has a Forward Slash '/' in the beginning …

Member Avatar for Kraai
0
115
Member Avatar for TraderX

Hello all... it's been a LONG time since I have last posted... but I have a question that I hope some guru(s) can answer for me. Ok... I have several websites... and I also have several emails (about 2 from each domain). Gmail has a feature that I send those …

Member Avatar for BSkiLLs
0
207
Member Avatar for daudiam

Forward referencing is allowed during declarations when the undeclared variable is used in the LHS of an expression, but not if its in the RHS. Therefore, the following won't work : [CODE]class A { int a=h; int h; }[/CODE] But the following code works : [CODE]class A { int a=this.h; …

Member Avatar for daudiam
0
219
Member Avatar for fankoff

It simply wont forward my page! I`ve tried everything, and it still wont forward it. Basically what I have is a register.html where the user can put his username, passwort, etc. , a db_register.jsp which handles the input and sends it to the appropriate tables in the db. When the …

Member Avatar for javaAddict
0
169
Member Avatar for feoperro

Hi, I would like to know if it's possible to have a web application that processes data like this: 1. Submit form data in a JSP, using the: action="myServlet". 2. In the myServlet code, we process the requests and responses and add what we need to add into sessions. 3. …

Member Avatar for feoperro
0
98

The End.