Re: Rotating header graphics with PHP Programming Web Development by diafol EF's post just reminded me (mention of CSS hover effects) - a CSS-only solution here: http://coding.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/ And the demo here: http://www.alessioatzeni.com/CSS3-Cycle-Image-Slider/ Re: Unable to add attribute to item model. c# SQL Server Programming Web Development by Traevel EF is Entity Framework, and on top of that tutorial page it does say: > Code features in this tutorial: Entity Framework Code First In the part where you create a new cart item, did the following give you problems? Product = _db.Products.SingleOrDefault( p => p.ProductID == id), Because that should add the product as… EF and lookup tables Programming Software Development by stbuchok Assuming that my DB looks similar to the following: User UserId ... PhoneNumber PhoneNumberId ... UserPhoneNumber UserId PhoneNumberId When I use EF and insert a record into User (that also has PhoneNumbers attached to it), it auto inserts into PhoneNumber and … Re: Saving dates using EF/LINQ within XAML/C# Programming Software Development by Ketsuekiame When you set up EF, did you use Code First or Database First design methods? It looks like `hex_srv_start` is the wrong variable type for what you're trying to enter. Is the variable definitely a string type? If so, it may be that you're recording too much data. Example; `21st Jan 2014` has 13 characters `21/01/2014 00:00:00` has 19 characters Simplified DES Programming Software Development by praneeth_gunda Hi EveryBody,This is the Code I have written for Simplified DES it is delivering the Cipher of 16-bit size actually it should deliver of size 8 Please help me in solving the Problem and even tell me how 2 reduce the Complexity [code] #include<string.h> char ep[8],p10[10],p8[8],ip[8],ip1[8],pr[10],key1[8],key2[8],p4[4]; int s0[4][4]={{1,0… SQL statement not working Programming Databases by navarannan I'm currently working on APEX where I expect the following query to work.. But its not working or giving me any errors. here is the query [code=sql]select et.equipment_type, max(case when name='Managed_Ip' then value end) as SNMP_port, e.equipment_name as equipment_name, cu.customer_name as customer_name, st.site_name as site_name from … Need Help with SQL.. ORA00933 Programming Databases by navarannan Hi Im trying to execute a the following query, but its throwing me an error [code]select apex_item.checkbox(1,"EQUIPMENT_ID") Tick, ef.equipment_type as "Device Type", e.equipment_name as "Device Name", ef.equipment_id, ef.Customer_Name as "Customer Name", ef.Site_Name as "Site Name",… Re: Need Help with SQL.. ORA00933 Programming Databases by navarannan I have modified the SQL as follows but its throwing me the same error [code]select apex_item.checkbox(1,"EQUIPMENT_ID") Tick, ef.equipment_type as "Device Type", e.equipment_name as "Device Name", ef.Customer_Name as "Customer Name", ef.Site_Name as "Site Name", ef.Managed_Ip as "… Re: Need Help with SQL.. ORA00933 Programming Databases by navarannan Hi Thanks, the change in order did have effect. Now its throwing another error. [code]select apex_item.checkbox(1,"EQUIPMENT_ID") Tick, ef.equipment_type as "Device Type", e.equipment_name as "Device Name", ef.Customer_Name as "Customer Name", ef.Site_Name as "Site Name", ef.Managed_Ip … Re: SQL statement not working Programming Databases by urtrivedi Try following query [code] select et.equipment_type, max(case when name='Managed_Ip' then value end) as SNMP_port, e.equipment_name as equipment_name, [B]cs.customer_name[/B] from equipment_feature ef inner join equipments e on(e.equipment_id=ef.equipment_id) inner join equipment_types et on (e.equipment_type_id=et.equipment_type_id) … Encryption button is not working Programming Software Development by ali11 everything is working fine except Encryption button. import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTextField; … Program functions not working Programming by Sameer_6 Please help me to use the functions. The program does not move ahead of main() to use the functions. I mean once the main() statements are executed the program doesn't execute the calling of functions. I've used Turbo C++ which does not allow string instead of char data type(Though I've used string instead of char in Code Blocks but the results … against order!!!!! Hardware and Software Microsoft Windows by jojinhere against orders i am posting a question... my system has some probelm.. hen i start a gam it shuts down after the intro movie.. its not the problem of the graphics card has it worked in a worse syste than mine . the error log is... FATAL ERROR! Program: f:\warcraft iii\war3.exe Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:0306A6A8 The … error in game...warcraft 3 Hardware and Software Microsoft Windows by jojinhere my system has some probelm.. hen i start a gam it shuts down after the intro movie.. its not the problem of the graphics card has it worked in a worse syste than mine . the error log is... FATAL ERROR! Program: f:\warcraft iii\war3.exe Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:0306A6A8 The instruction at '0x0306A6A8' referenced memory at '… HULLO guys.. Hardware and Software Microsoft Windows by jojinhere i a m here to solve a problem of mine.. it is ths.. my system has some probelm.. hen i start a gam it shuts down after the intro movie.. its not the problem of the graphics card has it worked in a worse syste than mine . the error log is... FATAL ERROR! Program: f:\warcraft iii\war3.exe Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:0306A6A8 … How do I invoke a VB Module (Sub Main) within Button click handler? Programming Software Development by Agapeguy Hi all. This is my first post, so I'm kind of excited. I'm a 1-year VB.Net newbie, still trying to finish my first win app for my employer, which is patiently waiting. I'm using Visual Studio 2005 and 2.0 .Net framework. I'll eventually have a windows application for bunny suit users to enter fab data that can be saved onto a datamart server, … Memory heap errors Programming Software Development by darelet Hi all, I've been trying to work on solving this myself but failed short of new ideas. I am experiencing memory heap errors ever since I tried to transfer some functions (for calculating statistics i.e. getMode/getMean/getVariance) into a new class in the spirit of OOP. Compiler error is... --> This may be due to a corruption of the heap, … Old File Formats Programming Web Development by dragonflyuk Okay I don't really know where to ask this, but I'm working in PHP at the moment, because its quick and easy so I'll start here. I've been given the task of converting some old files. I know the files are all images, and we believe most if not all are grayscale. The images are in a file format "ITW" which we believe dates from around … Recommend a graphics card please? Hardware and Software Hardware by kanonno.earhart.56 Hi guys! I'm not computer savvy and need your help and suggestions. And what do you think about my PC? Is it like really old? CPU-Z TXT Report ------------------------------------------------------------------------- Binaries ------------------------------------------------------------------------- CPU-Z version 1.… Re: Weird behaviour when generating random number Programming Software Development by gusano79 [QUOTE=neithan;1248224]When i run it, ALL objects have the same dying age, so weird. So I added a breakpoint in the function that generates the dying age and guess what, it works perfectly when debugging but not in a normal run. So it's like the function doesn't have enough time to generate different values everytime the constructor calls it (10 … zlib+inavalid code length Programming Software Development by Deb_2007 I am trying to inflate using zlib. The data is from a network packet contaning only unsigned charecters in QP encoded form eg, 1F=8B=08=00=00=00=00=00=02=FF=A5X=FBw=DA8=16=FE=BD=7F=85=AAlyL=00C=DE=03=98=9C=B6i=13f=BBm=A6=ED=9Cvg=1F=1C=D9=16=B6&=B2=E4=C82=84M=F9=DF=F7J=B2=81=90G=BB=B3=C9=01=AC=C7=95=AE=EE=FD=EE=A7{=3DLt=CAG=C3=84=92h4L=A9&… Getting script to run on boot up in linux Programming Software Development by iamthwee Hi guys, I've come to a road block so i need some help. 1)I have an exe which i need to run at start up. So I put the following bash file in the inid.d directory: [code] #!/bin/bash # # . /etc/rc.d/init.d/functions EXE_DIR="/root/monkey-0.9.2/bin/" EXE_NAME="monkey" … Re: Getting script to run on boot up in linux Programming Software Development by sknake Ok.. try this. kill the httpd, backup your file, replace it with this, and see if it starts. If it starts OK then try rebooting the machine. [code] #!/bin/bash # # . /etc/rc.d/init.d/functions EXE_DIR="/root/monkey-0.9.2/bin/" EXE_NAME="monkey" ############################################################# … Re: Memory heap errors Programming Software Development by Taywin From the look at the code, I believe you are working on computer vision project doing edge detection or such. Anyway, I would take a closer look at how you implement populateMatrix() which is called before your first error you found. The reason is that these functions could have changed or overwritten memory location while it is going through, and … Re: Memory heap errors Programming Software Development by darelet Hi all again, Please persevere with me through this lengthy explanation, maybe it's the best way to be exhaustive. I've been trying to implement your recommendations to no avail. What beats me completely is the shifty nature of these run-time errors. After commenting/uncommenting certain lines in a number of tries (guess-work to be honest), the … Re: understanding Entity Framework databases and models Programming Web Development by djjeavons Hi In the most simple terms, a model can be considered a table in the database. When you first create your application and your first model, EF will create the database and the table that maps to the model for you. Subsequent changes to that model (addition of a new property for example) will require that you update the structure of that table to … How to get the specific field in python using regex Programming Software Development by Mayukh_1 I have inputs in the form like below Data: 01 18 01 23 45 67 89 AB CD EF FE DC BA 98 76 54 32 10 01 23 45 67 89 AB CD EF 02 18 67 89 AB CD EF FE DC BA 98 76 54 32 10 01 23 45 67 89 AB CD EF FE DC BA 03 10 33 33 33 33 33 33 33 33 44 44 44 44 44 44 44 44 04 10 44 44 44 44 44… Re: How to get the specific field in python using regex Programming Software Development by Gribouillis This seems to work, I'm looking for a sequence of characters which are not a newline, or a newline followed by a non alphanumeric character. import re content = """ Data: 01 18 01 23 45 67 89 AB CD EF FE DC BA 98 76 54 32 10 01 23 45 67 89 AB CD EF 02 18 67 89 AB CD EF FE DC BA … Re: Weird behaviour when generating random number Programming Software Development by nick.crane Next(0, 1) does not give 1 very often because the random generator rounds its internal double value to the range given (i.e 0.99 would still return 0). When using Random I generally use NextDouble and do the ranging myself. That way I can round up or down depending upon my needs. So to get a 50:50 split I would use [iCODE]if (randNum.NextDouble()… How to read first four bytes from a file Programming Software Development by techie929 Hi, I need to read 4 bytes from file to form a 32-bit unsigned integer X. The first byte you read goes into the most-significant byte of X, the 2nd byte you read goes into the 2nd most-significant byte of X, the 3rd byte you read goes into the 3rd most-significant byte of X, and the 4th byte you read goes into the least-significant byte of X.…